09:48:16 Started by an SCM change 09:48:16 Running as SYSTEM 09:48:16 Agent basic-rkr5z is provisioned from template basic 09:48:16 --- 09:48:16 apiVersion: "v1" 09:48:16 kind: "Pod" 09:48:16 metadata: 09:48:16 labels: 09:48:16 jenkins: "slave" 09:48:16 jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" 09:48:16 jenkins/label: "basic" 09:48:16 name: "basic-rkr5z" 09:48:16 namespace: "ditto" 09:48:16 spec: 09:48:16 containers: 09:48:16 - env: 09:48:16 - name: "JENKINS_SECRET" 09:48:16 value: "********" 09:48:16 - name: "JENKINS_TUNNEL" 09:48:16 value: "jenkins-discovery.ditto.svc.cluster.local:50000" 09:48:16 - name: "JENKINS_AGENT_NAME" 09:48:16 value: "basic-rkr5z" 09:48:16 - name: "JENKINS_REMOTING_JAVA_OPTS" 09:48:16 value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ 09:48:16 \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" 09:48:16 - name: "JAVA_TOOL_OPTIONS" 09:48:16 value: "" 09:48:16 - name: "_JAVA_OPTIONS" 09:48:16 value: "" 09:48:16 - name: "OPENJ9_JAVA_OPTIONS" 09:48:16 value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" 09:48:16 - name: "JENKINS_NAME" 09:48:16 value: "basic-rkr5z" 09:48:16 - name: "JENKINS_AGENT_WORKDIR" 09:48:16 value: "/home/jenkins/agent" 09:48:16 - name: "JENKINS_URL" 09:48:16 value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" 09:48:16 image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 09:48:16 imagePullPolicy: "Always" 09:48:16 name: "jnlp" 09:48:16 resources: 09:48:16 limits: 09:48:16 cpu: "2000m" 09:48:16 memory: "4096Mi" 09:48:16 requests: 09:48:16 cpu: "1000m" 09:48:16 memory: "4096Mi" 09:48:16 tty: true 09:48:16 volumeMounts: 09:48:16 - mountPath: "/home/jenkins/.m2/toolchains.xml" 09:48:16 name: "m2-dir" 09:48:16 readOnly: true 09:48:16 subPath: "toolchains.xml" 09:48:16 - mountPath: "/home/jenkins/.mavenrc" 09:48:16 name: "m2-dir" 09:48:16 readOnly: true 09:48:16 subPath: ".mavenrc" 09:48:16 - mountPath: "/opt/tools" 09:48:16 name: "volume-0" 09:48:16 readOnly: false 09:48:16 - mountPath: "/home/jenkins" 09:48:16 name: "volume-2" 09:48:16 readOnly: false 09:48:16 - mountPath: "/home/jenkins/.m2/repository" 09:48:16 name: "volume-3" 09:48:16 readOnly: false 09:48:16 - mountPath: "/home/jenkins/.m2/settings-security.xml" 09:48:16 name: "m2-secret-dir" 09:48:16 readOnly: true 09:48:16 subPath: "settings-security.xml" 09:48:16 - mountPath: "/home/jenkins/.m2/wrapper" 09:48:16 name: "volume-4" 09:48:16 readOnly: false 09:48:16 - mountPath: "/home/jenkins/.m2/settings.xml" 09:48:16 name: "m2-secret-dir" 09:48:16 readOnly: true 09:48:16 subPath: "settings.xml" 09:48:16 - mountPath: "/home/jenkins/.ssh" 09:48:16 name: "volume-1" 09:48:16 readOnly: false 09:48:16 subPath: "" 09:48:16 - mountPath: "/home/jenkins/agent" 09:48:16 name: "workspace-volume" 09:48:16 readOnly: false 09:48:16 workingDir: "/home/jenkins/agent" 09:48:16 nodeSelector: 09:48:16 kubernetes.io/os: "linux" 09:48:16 restartPolicy: "Never" 09:48:16 volumes: 09:48:16 - name: "volume-0" 09:48:16 persistentVolumeClaim: 09:48:16 claimName: "tools-claim-jiro-ditto" 09:48:16 readOnly: true 09:48:16 - name: "m2-secret-dir" 09:48:16 secret: 09:48:16 secretName: "m2-secret-dir" 09:48:16 - emptyDir: 09:48:16 medium: "" 09:48:16 name: "volume-2" 09:48:16 - configMap: 09:48:16 name: "m2-dir" 09:48:16 name: "m2-dir" 09:48:16 - configMap: 09:48:16 name: "known-hosts" 09:48:16 name: "volume-1" 09:48:16 - emptyDir: 09:48:16 medium: "" 09:48:16 name: "workspace-volume" 09:48:16 - emptyDir: 09:48:16 medium: "" 09:48:16 name: "volume-4" 09:48:16 - emptyDir: 09:48:16 medium: "" 09:48:16 name: "volume-3" 09:48:16 09:48:16 Building remotely on basic-rkr5z (basic) in workspace /home/jenkins/agent/workspace/ditto-ci 09:48:16 The recommended git tool is: NONE 09:48:18 No credentials specified 09:48:18 Cloning the remote Git repository 09:48:18 Cloning repository https://github.com/eclipse/ditto.git 09:48:18 > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10 09:48:18 Fetching upstream changes from https://github.com/eclipse/ditto.git 09:48:18 > git --version # timeout=10 09:48:18 > git --version # 'git version 2.20.1' 09:48:18 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:26 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 09:48:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:27 Avoid second fetch 09:48:27 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 09:48:27 Checking out Revision daca60c3dcc1169d11a88e1da74729515a18afd7 (refs/remotes/origin/master) 09:48:27 > git config core.sparsecheckout # timeout=10 09:48:27 > git checkout -f daca60c3dcc1169d11a88e1da74729515a18afd7 # timeout=10 09:48:27 Commit message: "Merge pull request #1934 from dimabarbul/configurable-nginx-timeout-in-helm-chart" 09:48:27 > git rev-list --no-walk 79cafdc47ccda6b628d5959e5ad81eeb718a9b18 # timeout=10 09:48:28 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true 09:48:28 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 09:48:28 Maven home: /opt/tools/apache-maven/latest 09:48:28 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 09:48:28 Default locale: en_US, platform encoding: UTF-8 09:48:28 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 09:48:29 [INFO] Error stacktraces are turned on. 09:48:29 [INFO] Scanning for projects... 09:48:38 [WARNING] 09:48:38 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT 09:48:38 [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 09:48:38 [WARNING] 09:48:38 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. 09:48:38 [WARNING] 09:48:38 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. 09:48:38 [WARNING] 09:48:38 [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 09:48:38 [INFO] ------------------------------------------------------------------------ 09:48:38 [INFO] Reactor Build Order: 09:48:38 [INFO] 09:48:38 [INFO] Eclipse Ditto [pom] 09:48:38 [INFO] Eclipse Ditto :: Legal [jar] 09:48:38 [INFO] Eclipse Ditto :: BOM [pom] 09:48:38 [INFO] Eclipse Ditto :: Utils [pom] 09:48:38 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions [jar] 09:48:38 [INFO] Eclipse Ditto :: JSON [bundle] 09:48:38 [INFO] Eclipse Ditto :: Base [pom] 09:48:38 [INFO] Eclipse Ditto :: Base :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Base :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal [pom] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils [pom] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] 09:48:38 [INFO] Eclipse Ditto :: Utils :: Result [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Models [pom] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] 09:48:38 [INFO] Eclipse Ditto :: JSON CBOR [bundle] 09:48:38 [INFO] Eclipse Ditto :: Policies [pom] 09:48:38 [INFO] Eclipse Ditto :: Policies :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Things [pom] 09:48:38 [INFO] Eclipse Ditto :: Things :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension [jar] 09:48:38 [INFO] Eclipse Ditto :: Placeholders [bundle] 09:48:38 [INFO] Eclipse Ditto :: Base :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: Connectivity [pom] 09:48:38 [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Thing Search [pom] 09:48:38 [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Messages [pom] 09:48:38 [INFO] Eclipse Ditto :: Messages :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Protocol [bundle] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Models :: Signal [jar] 09:48:38 [INFO] Eclipse Ditto :: Policies :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] 09:48:38 [INFO] Eclipse Ditto :: Things :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: Connectivity :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: JWT [pom] 09:48:38 [INFO] Eclipse Ditto :: JWT :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: WoT [pom] 09:48:38 [INFO] Eclipse Ditto :: WoT :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] 09:48:38 [INFO] Eclipse Ditto :: Policies :: Enforcement [jar] 09:48:38 [INFO] Eclipse Ditto :: RQL [pom] 09:48:38 [INFO] Eclipse Ditto :: RQL :: Model [bundle] 09:48:38 [INFO] Eclipse Ditto :: RQL :: parser [bundle] 09:48:38 [INFO] Eclipse Ditto :: RQL :: Query [bundle] 09:48:38 [INFO] Eclipse Ditto :: Thing Search :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: Edge [pom] 09:48:38 [INFO] Eclipse Ditto :: Edge :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] 09:48:38 [INFO] Eclipse Ditto :: RQL :: search option parser [bundle] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things [jar] 09:48:38 [INFO] Eclipse Ditto :: Connectivity :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: Documentation [pom] 09:48:38 [INFO] Eclipse Ditto :: Gateway [pom] 09:48:38 [INFO] Eclipse Ditto :: Gateway :: API [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP [jar] 09:48:38 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] 09:48:38 [INFO] Eclipse Ditto :: Gateway :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: Policies :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: WoT :: Integration [jar] 09:48:38 [INFO] Eclipse Ditto :: Things :: Service [jar] 09:48:38 [INFO] Eclipse Ditto :: Thing Search :: Service [jar] 09:48:38 [INFO] 09:48:38 [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- 09:48:38 [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/77] 09:48:38 [INFO] from pom.xml 09:48:38 [INFO] --------------------------------[ pom ]--------------------------------- 09:48:39 [INFO] 09:48:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto --- 09:48:39 [INFO] 09:48:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto --- 09:48:39 [INFO] 09:48:39 [INFO] --- license:4.2:check (default) @ ditto --- 09:48:39 [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes 09:48:39 [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header 09:48:39 [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes 09:48:39 [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders 09:48:39 [INFO] Checking licenses... 09:48:39 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file. 09:48:39 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. 09:48:41 [INFO] 09:48:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- 09:48: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/target/jacoco.exec 09:48:42 [INFO] 09:48:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- 09:48:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:48:44 [INFO] The goal is skip due to packaging 'pom' 09:48:44 [INFO] 09:48:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- 09:48:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... 09:48:44 [INFO] 09:48:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- 09:48:46 [INFO] 09:48:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto --- 09:48:46 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:48:46 [INFO] 09:48:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto --- 09:48:47 [INFO] Tests are skipped. 09:48:47 [INFO] 09:48:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto --- 09:48:47 [INFO] Tests are skipped. 09:48:47 [INFO] 09:48:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto --- 09:48:47 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:48:47 [INFO] 09:48:47 [INFO] --- install:3.1.1:install (default-install) @ ditto --- 09:48:47 [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 09:48:47 [INFO] 09:48:47 [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- 09:48:47 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/77] 09:48:47 [INFO] from legal/pom.xml 09:48:47 [INFO] --------------------------------[ jar ]--------------------------------- 09:48:47 [INFO] 09:48:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal --- 09:48:47 [INFO] 09:48:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal --- 09:48:47 [INFO] 09:48:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal --- 09:48: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/legal/target/jacoco.exec 09:48:47 [INFO] 09:48:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal --- 09:48:47 [INFO] Copying 8 resources from to target/classes 09:48:47 [INFO] 09:48:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal --- 09:48:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT... 09:48:47 [INFO] 09:48:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal --- 09:48:47 [INFO] No sources to compile 09:48:47 [INFO] 09:48:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal --- 09:48:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources 09:48:47 [INFO] 09:48:47 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal --- 09:48:47 [INFO] No sources to compile 09:48:47 [INFO] 09:48:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal --- 09:48:47 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:48:47 [INFO] No tests to run. 09:48:47 [INFO] 09:48:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal --- 09:48:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal --- 09:48:48 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:48:48 [INFO] 09:48:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal --- 09:48:48 [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 09:48:48 [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 09:48:48 [INFO] 09:48:48 [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- 09:48:48 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/77] 09:48:48 [INFO] from bom/pom.xml 09:48:48 [INFO] --------------------------------[ pom ]--------------------------------- 09:48:48 [INFO] 09:48:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom --- 09:48:48 [INFO] 09:48:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom --- 09:48:48 [INFO] 09:48:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom --- 09:48:48 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/bom/target/jacoco.exec 09:48:48 [INFO] 09:48:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom --- 09:48:48 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:48:48 [INFO] The goal is skip due to packaging 'pom' 09:48:48 [INFO] 09:48:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom --- 09:48:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... 09:48:48 [INFO] 09:48:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom --- 09:48:48 [INFO] 09:48:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom --- 09:48:48 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom --- 09:48:48 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:48:48 [INFO] 09:48:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom --- 09:48:48 [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 09:48:48 [INFO] 09:48:48 [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- 09:48:48 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [4/77] 09:48:48 [INFO] from utils/pom.xml 09:48:48 [INFO] --------------------------------[ pom ]--------------------------------- 09:48:48 [INFO] 09:48:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils --- 09:48:48 [INFO] 09:48:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils --- 09:48:48 [INFO] 09:48:48 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils --- 09:48:48 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:48:48 [INFO] 09:48:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils --- 09:48:48 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/target/jacoco.exec 09:48:48 [INFO] 09:48:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils --- 09:48:48 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:48:48 [INFO] The goal is skip due to packaging 'pom' 09:48:48 [INFO] 09:48:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils --- 09:48:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... 09:48:48 [INFO] 09:48:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils --- 09:48:48 [INFO] 09:48:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils --- 09:48:48 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils --- 09:48:48 [INFO] Tests are skipped. 09:48:48 [INFO] 09:48:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils --- 09:48:48 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:48:48 [INFO] 09:48:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils --- 09:48:48 [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 09:48:48 [INFO] 09:48:48 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- 09:48:48 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [5/77] 09:48:48 [INFO] from utils/jsr305/pom.xml 09:48:48 [INFO] --------------------------------[ jar ]--------------------------------- 09:48:49 [INFO] 09:48:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 --- 09:48:49 [INFO] 09:48:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 --- 09:48:49 [INFO] 09:48:49 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 --- 09:48:49 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:48:49 [INFO] 09:48:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 --- 09:48: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/utils/jsr305/target/jacoco.exec 09:48:49 [INFO] 09:48:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 --- 09:48:49 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:48:49 [WARNING] 09:48:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:48:49 [WARNING] 09:48:49 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:48:49 [WARNING] 09:48:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:48:49 [INFO] 09:48:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 --- 09:48:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources 09:48:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:48:49 [INFO] 09:48:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 --- 09:48:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT... 09:48:49 [INFO] 09:48:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 --- 09:48:49 [INFO] Changes detected - recompiling the module! :dependency 09:48:49 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 09:48:49 [WARNING] bootstrap class path not set in conjunction with -source 8 09:48:49 [INFO] 09:48:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 --- 09:48:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources 09:48:49 [INFO] 09:48:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 --- 09:48:49 [INFO] No sources to compile 09:48:49 [INFO] 09:48:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 --- 09:48:49 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:48:49 [INFO] No tests to run. 09:48:49 [INFO] 09:48:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- 09:48:49 [INFO] 09:48:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 --- 09:48:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 09:48:50 [INFO] 09:48:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 --- 09:48:50 [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... 09:48:52 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs 09:48:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:48:52 [INFO] No previous run data found, generating javadoc. 09:48:53 [WARNING] Javadoc Warnings 09:48:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment 09:48:53 [WARNING] ElementType[] value() default {}; 09:48:53 [WARNING] ^ 09:48:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment 09:48:53 [WARNING] ElementType[] value() default {}; 09:48:53 [WARNING] ^ 09:48:53 [WARNING] 2 warnings 09:48:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 09:48:53 [INFO] 09:48:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 --- 09:48:53 [INFO] Tests are skipped. 09:48:53 [INFO] 09:48:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 --- 09:48:53 [INFO] Tests are skipped. 09:48:53 [INFO] 09:48:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 --- 09:48:53 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:48:53 [INFO] 09:48:53 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 --- 09:48:55 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'. 09:48:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'. 09:48:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'. 09:48:56 [INFO] 09:48:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 --- 09:48:56 [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 09:48:56 [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 09:48:56 [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 09:48:56 [INFO] 09:48:56 [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- 09:48:56 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [6/77] 09:48:56 [INFO] from json/pom.xml 09:48:56 [INFO] -------------------------------[ bundle ]------------------------------- 09:49:01 [INFO] 09:49:01 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json --- 09:49:01 [INFO] 09:49:01 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json --- 09:49:02 [INFO] 09:49:02 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json --- 09:49:02 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:49:02 [INFO] 09:49:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json --- 09:49: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/json/target/jacoco.exec 09:49:02 [INFO] 09:49:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json --- 09:49:02 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:02 [WARNING] 09:49:02 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:49:02 [WARNING] 09:49:02 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:49:02 [WARNING] 09:49:02 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:49:02 [INFO] 09:49:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json --- 09:49:02 [INFO] Copying 0 resource from src/main/resources to target/classes 09:49:02 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:49:02 [INFO] 09:49:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json --- 09:49:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT... 09:49:02 [INFO] 09:49:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json --- 09:49:02 [INFO] Changes detected - recompiling the module! :dependency 09:49:02 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes 09:49:04 [WARNING] bootstrap class path not set in conjunction with -source 8 09:49:04 [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. 09:49:04 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details. 09:49:04 [INFO] 09:49:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json --- 09:49:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources 09:49:04 [INFO] 09:49:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json --- 09:49:04 [INFO] Changes detected - recompiling the module! :dependency 09:49:04 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes 09:49:06 [WARNING] bootstrap class path not set in conjunction with -source 8 09:49:06 [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; 09:49:06 cast to java.lang.Object for a varargs call 09:49:06 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 09:49:06 [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; 09:49:06 cast to java.lang.String for a varargs call 09:49:06 cast to java.lang.String[] for a non-varargs call and to suppress this warning 09:49:06 [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; 09:49:06 cast to org.eclipse.ditto.json.JsonValue for a varargs call 09:49:06 cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning 09:49:06 [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; 09:49:06 cast to org.eclipse.ditto.json.JsonPointer for a varargs call 09:49:06 cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning 09:49:06 [INFO] 09:49:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json --- 09:49:06 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:49:06 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports 09:49:06 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:49:06 [INFO] 09:49:06 [INFO] ------------------------------------------------------- 09:49:06 [INFO] T E S T S 09:49:06 [INFO] ------------------------------------------------------- 09:49:07 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest 09:49:08 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest 09:49:08 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest 09:49:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest 09:49:08 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest 09:49:08 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest 09:49:08 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest 09:49:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest 09:49:08 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest 09:49:09 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest 09:49:09 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.json.JsonCharEscaperTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest 09:49:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest 09:49:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest 09:49:09 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.json.JsonMergePatchTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest 09:49:09 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest 09:49:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest 09:49:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest 09:49:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest 09:49:09 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest 09:49:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest 09:49:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest 09:49:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest 09:49:09 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest 09:49:09 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.ditto.json.JsonValueParserTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest 09:49:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest 09:49:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest 09:49:09 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest 09:49:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonParseExceptionTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest 09:49:09 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest 09:49:09 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest 09:49:10 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest 09:49:10 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest 09:49:10 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonObjectMergerTest 09:49:10 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest 09:49:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest 09:49:10 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest 09:49:10 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest 09:49:10 [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest 09:49:10 [INFO] Running org.eclipse.ditto.json.JsonArrayTest 09:49:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonArrayTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest 09:49:10 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest 09:49:10 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest 09:49:10 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest 09:49:10 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest 09:49:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JsonCollectorsTest 09:49:10 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest 09:49:10 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.json.JsonFactoryTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest 09:49:10 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest 09:49:10 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest 09:49:10 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest 09:49:10 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest 09:49:10 [INFO] 09:49:10 [INFO] Results: 09:49:10 [INFO] 09:49:10 [INFO] Tests run: 937, Failures: 0, Errors: 0, Skipped: 0 09:49:10 [INFO] 09:49:10 [INFO] 09:49:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json --- 09:49:10 [INFO] 09:49:10 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json --- 09:49:11 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 09:49:11 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF 09:49:11 [INFO] 09:49:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json --- 09:49:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:49:11 [INFO] No previous run data found, generating javadoc. 09:49:14 [WARNING] Javadoc Warnings 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment 09:49:14 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) { 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key 09:49:14 [WARNING] boolean containsFlatteningArrays(CharSequence key); 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeNull() throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state 09:49:14 [WARNING] void writeBoolean(boolean state) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeBoolean(boolean state) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number 09:49:14 [WARNING] void writeNumber(float number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeNumber(float number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number 09:49:14 [WARNING] void writeNumber(double number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeNumber(double number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number 09:49:14 [WARNING] void writeNumber(long number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeNumber(long number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number 09:49:14 [WARNING] void writeNumber(int number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeNumber(int number) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text 09:49:14 [WARNING] void writeString(String text) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeString(String text) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name 09:49:14 [WARNING] void writeFieldName(String name) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [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 09:49:14 [WARNING] void writeFieldName(String name) throws IOException; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment 09:49:14 [WARNING] @Nullable private final String description; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment 09:49:14 [WARNING] private final String errorCode; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment 09:49:14 [WARNING] @Nullable private final URI href; 09:49:14 [WARNING] ^ 09:49:14 [WARNING] 21 warnings 09:49:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 09:49:14 [INFO] 09:49:14 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json --- 09:49:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 09:49:14 [INFO] 09:49:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json --- 09:49:14 [INFO] Tests are skipped. 09:49:14 [INFO] 09:49:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json --- 09:49:14 [INFO] Tests are skipped. 09:49:14 [INFO] 09:49:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json --- 09:49:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec 09:49:14 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes 09:49:14 [INFO] 09:49:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json --- 09:49:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'. 09:49:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'. 09:49:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'. 09:49:15 [INFO] 09:49:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-json --- 09:49:15 [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 09:49:15 [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 09:49:15 [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 09:49:15 [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 09:49:15 [INFO] 09:49:15 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json --- 09:49:15 [INFO] Writing OBR metadata 09:49:15 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar 09:49:15 [INFO] Writing OBR metadata 09:49:15 [INFO] 09:49:15 [INFO] --------------------< org.eclipse.ditto:ditto-base >-------------------- 09:49:15 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [7/77] 09:49:15 [INFO] from base/pom.xml 09:49:15 [INFO] --------------------------------[ pom ]--------------------------------- 09:49:15 [INFO] 09:49:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base --- 09:49:15 [INFO] 09:49:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base --- 09:49:15 [INFO] 09:49:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base --- 09:49: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/target/jacoco.exec 09:49:15 [INFO] 09:49:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base --- 09:49:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:15 [INFO] The goal is skip due to packaging 'pom' 09:49:15 [INFO] 09:49:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base --- 09:49:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT... 09:49:15 [INFO] 09:49:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base --- 09:49:15 [INFO] 09:49:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base --- 09:49:15 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:49:15 [INFO] 09:49:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base --- 09:49:15 [INFO] Tests are skipped. 09:49:15 [INFO] 09:49:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base --- 09:49:15 [INFO] Tests are skipped. 09:49:15 [INFO] 09:49:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base --- 09:49:15 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:49:15 [INFO] 09:49:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-base --- 09:49:15 [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 09:49:15 [INFO] 09:49:15 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- 09:49:15 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [8/77] 09:49:15 [INFO] from base/model/pom.xml 09:49:15 [INFO] -------------------------------[ bundle ]------------------------------- 09:49:18 [INFO] 09:49:18 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model --- 09:49:18 [INFO] 09:49:18 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model --- 09:49:18 [INFO] 09:49:18 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model --- 09:49:18 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:49:18 [INFO] 09:49:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model --- 09:49: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/base/model/target/jacoco.exec 09:49:18 [INFO] 09:49:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model --- 09:49:18 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:18 [WARNING] 09:49:18 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:49:18 [WARNING] 09:49:18 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:49:18 [WARNING] 09:49:18 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:49:18 [INFO] 09:49:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model --- 09:49:18 [INFO] Copying 0 resource from src/main/resources to target/classes 09:49:18 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:49:18 [INFO] 09:49:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model --- 09:49:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT... 09:49:18 [INFO] 09:49:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model --- 09:49:18 [INFO] Changes detected - recompiling the module! :dependency 09:49:18 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes 09:49:20 [WARNING] bootstrap class path not set in conjunction with -source 8 09:49:20 [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. 09:49:20 [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. 09:49:20 [INFO] 09:49:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model --- 09:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources 09:49:20 [INFO] 09:49:20 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model --- 09:49:20 [INFO] Changes detected - recompiling the module! :dependency 09:49:20 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes 09:49:22 [WARNING] bootstrap class path not set in conjunction with -source 8 09:49:22 [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; 09:49:22 cast to java.lang.Object for a varargs call 09:49:22 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 09:49:22 [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. 09:49:22 [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. 09:49:22 [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. 09:49:22 [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. 09:49:22 [INFO] 09:49:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model --- 09:49:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:49:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports 09:49:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:49:22 [INFO] 09:49:22 [INFO] ------------------------------------------------------- 09:49:22 [INFO] T E S T S 09:49:22 [INFO] ------------------------------------------------------- 09:49:23 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest 09:49:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest 09:49:23 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest 09:49:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest 09:49:24 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest 09:49:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.465 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest 09:49:25 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest 09:49:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest 09:49:25 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest 09:49:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest 09:49:25 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest 09:49:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest 09:49:25 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest 09:49:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest 09:49:25 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest 09:49:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest 09:49:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest 09:49:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest 09:49:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest 09:49:26 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest 09:49:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest 09:49:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest 09:49:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest 09:49:26 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest 09:49:26 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest 09:49:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest 09:49:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest 09:49:26 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest 09:49:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest 09:49:27 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest 09:49:27 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest 09:49:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest 09:49:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest 09:49:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest 09:49:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest 09:49:27 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest 09:49:27 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest 09:49:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest 09:49:27 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest 09:49:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest 09:49:27 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest 09:49:27 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest 09:49:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest 09:49:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest 09:49:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest 09:49:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest 09:49:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest 09:49:27 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest 09:49:27 [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 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest 09:49:27 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest 09:49:27 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:27 May 02, 2024 1:49:27 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:27 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest 09:49:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest 09:49:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest 09:49:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest 09:49:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest 09:49:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest 09:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest 09:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest 09:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 May 02, 2024 1:49:28 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:28 WARNING: Could not find implementation 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. 09:49:28 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest 09:49:28 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest 09:49:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest 09:49:29 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest 09:49:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest 09:49:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest 09:49:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest 09:49:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest 09:49:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest 09:49:29 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest 09:49:29 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest 09:49:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.770 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest 09:49:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest 09:49:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest 09:49:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest 09:49:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest 09:49:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest 09:49:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest 09:49:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest 09:49:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest 09:49:29 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest 09:49:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest 09:49:29 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest 09:49:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest 09:49:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest 09:49:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest 09:49:30 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest 09:49:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest 09:49:30 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest 09:49:30 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest 09:49:30 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest 09:49:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest 09:49:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest 09:49:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest 09:49:30 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest 09:49:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest 09:49:30 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest 09:49:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest 09:49:30 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest 09:49:30 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest 09:49:30 [INFO] 09:49:30 [INFO] Results: 09:49:30 [INFO] 09:49:30 [INFO] Tests run: 801, Failures: 0, Errors: 0, Skipped: 0 09:49:30 [INFO] 09:49:30 [INFO] 09:49:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model --- 09:49:30 [INFO] 09:49:30 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model --- 09:49:30 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 09:49:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF 09:49:30 [INFO] 09:49:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model --- 09:49:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:49:31 [INFO] No previous run data found, generating javadoc. 09:49:36 [WARNING] Javadoc Warnings 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.namespaces; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.announcements; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.commands; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.events; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected boolean canEqual(@Nullable final Object other) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected boolean canEqual(@Nullable final Object other) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected static final String DEFAULT_LIMIT = "-1"; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:192: warning: no comment 09:49:36 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment 09:49:36 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment 09:49:36 [WARNING] protected final S myself; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:645: warning: no comment 09:49:36 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders); 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:353: warning: no comment 09:49:36 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:294: warning: no comment 09:49:36 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment 09:49:36 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:539: warning: no comment 09:49:36 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown"; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected static DittoRuntimeException buildExceptionFromJson( 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected boolean canEqual(@Nullable final Object other) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment 09:49:36 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id); 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected final EntityId entityId; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected final JsonPointer resourcePath; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] BINARY 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] JSON, 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] JSON_MERGE_PATCH, 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] TEXT, 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment 09:49:36 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment 09:49:36 [WARNING] public String getSuffix() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment 09:49:36 [WARNING] public Duration getJavaDuration(final long amount) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment 09:49:36 [WARNING] public ChronoUnit getChronoUnit() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment 09:49:36 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment 09:49:36 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment 09:49:36 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment 09:49:36 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment 09:49:36 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment 09:49:36 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment 09:49:36 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment 09:49:36 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS), 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment 09:49:36 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS); 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment 09:49:36 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment 09:49:36 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment 09:49:36 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder( 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject, 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public boolean isEmpty() { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public Stream<EntityTagMatcher> stream() { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject, 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment 09:49:36 [WARNING] public int getCode() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment 09:49:36 [WARNING] public boolean isClientError() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment 09:49:36 [WARNING] public boolean isInformational() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment 09:49:36 [WARNING] public boolean isRedirection() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment 09:49:36 [WARNING] public boolean isServerError() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment 09:49:36 [WARNING] public boolean isSuccess() { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected NoControlCharactersValidator(final CharSequence id) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public Builder(final JsonPointer path) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public final class RegexPatterns { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> FILTER = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION = 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP = 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment 09:49:36 [WARNING] public Builder() { 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment 09:49:36 [WARNING] @Nullable private final String invalidHeaderKey; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment 09:49:36 [WARNING] @Nullable private final String notSupportedHeaderKey; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment 09:49:36 [WARNING] private final String description; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment 09:49:36 [WARNING] private final String errorCode; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment 09:49:36 [WARNING] private final URI href; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment 09:49:36 [WARNING] private final HttpStatus httpStatus; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment 09:49:36 [WARNING] private final String entityId; 09:49:36 [WARNING] ^ 09:49:36 [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 09:49:36 [WARNING] private final T resource; 09:49:36 [WARNING] ^ 09:49:36 [WARNING] 88 warnings 09:49:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 09:49:36 [INFO] 09:49:36 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model --- 09:49:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 09:49:36 [INFO] 09:49:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model --- 09:49:36 [INFO] Tests are skipped. 09:49:36 [INFO] 09:49:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model --- 09:49:36 [INFO] Tests are skipped. 09:49:36 [INFO] 09:49:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model --- 09:49:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec 09:49:36 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes 09:49:36 [INFO] 09:49:36 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model --- 09:49:37 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'. 09:49:37 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'. 09:49:37 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'. 09:49:37 [INFO] 09:49:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model --- 09:49:37 [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 09:49:37 [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 09:49:37 [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 09:49:37 [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 09:49:37 [INFO] 09:49:37 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model --- 09:49:37 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar 09:49:37 [INFO] Writing OBR metadata 09:49:37 [INFO] 09:49:37 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ 09:49:37 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [9/77] 09:49:37 [INFO] from base/api/pom.xml 09:49:37 [INFO] --------------------------------[ jar ]--------------------------------- 09:49:37 [INFO] 09:49:37 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api --- 09:49:37 [INFO] 09:49:37 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api --- 09:49:37 [INFO] 09:49:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api --- 09:49: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/base/api/target/jacoco.exec 09:49:37 [INFO] 09:49:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api --- 09:49:37 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:37 [WARNING] 09:49:37 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:49:37 [WARNING] 09:49:37 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:49:37 [WARNING] 09:49:37 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:49:37 [INFO] 09:49:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api --- 09:49:37 [INFO] Copying 0 resource from src/main/resources to target/classes 09:49:37 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:49:37 [INFO] 09:49:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api --- 09:49:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT... 09:49:37 [INFO] 09:49:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api --- 09:49:37 [INFO] Changes detected - recompiling the module! :dependency 09:49:37 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes 09:49:38 [INFO] 09:49:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api --- 09:49:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources 09:49:38 [INFO] 09:49:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api --- 09:49:38 [INFO] Changes detected - recompiling the module! :dependency 09:49:38 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 09:49:38 [INFO] 09:49:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api --- 09:49:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:49:38 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/api/target/surefire-reports 09:49:38 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:49:38 [INFO] 09:49:38 [INFO] ------------------------------------------------------- 09:49:38 [INFO] T E S T S 09:49:38 [INFO] ------------------------------------------------------- 09:49:39 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest 09:49:39 May 02, 2024 1:49:39 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:39 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:40 May 02, 2024 1:49:40 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:40 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest 09:49:40 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest 09:49:40 May 02, 2024 1:49:40 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:40 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:40 May 02, 2024 1:49:40 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:40 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest 09:49:40 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest 09:49:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest 09:49:40 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest 09:49:41 May 02, 2024 1:49:40 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 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. 09:49:41 May 02, 2024 1:49:40 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 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. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 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. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 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. 09:49:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest 09:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest 09:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest 09:49:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.api.common.ShutdownTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 May 02, 2024 1:49:41 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:49:41 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest 09:49:41 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest 09:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest 09:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest 09:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest 09:49:41 [INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest 09:49:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest 09:49:41 [INFO] 09:49:41 [INFO] Results: 09:49:41 [INFO] 09:49:41 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 09:49:41 [INFO] 09:49:41 [INFO] 09:49:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api --- 09:49:41 [INFO] 09:49:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api --- 09:49:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 09:49:41 [INFO] 09:49:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api --- 09:49:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:49:41 [INFO] No previous run data found, generating javadoc. 09:49:44 [WARNING] Javadoc Warnings 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.commands.sudo; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.common; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.common.purge; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.devops; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.persistence; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup; 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG = 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers); 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] public static String getTopic(final EntityType entityType) { 09:49:44 [WARNING] ^ 09:49:44 [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 09:49:44 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS = 09:49:44 [WARNING] ^ 09:49:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment 09:49:44 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason", 09:49:44 [WARNING] ^ 09:49:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return 09:49:44 [WARNING] public abstract String getPubSubTopic(); 09:49:44 [WARNING] ^ 09:49:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment 09:49:44 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) { 09:49:44 [WARNING] ^ 09:49:44 [WARNING] 16 warnings 09:49:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api --- 09:49:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec 09:49:44 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes 09:49:44 [INFO] 09:49:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api --- 09:49:44 [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 09:49:44 [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 09:49:44 [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 09:49:44 [INFO] 09:49:44 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ 09:49:44 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [10/77] 09:49:44 [INFO] from internal/pom.xml 09:49:44 [INFO] --------------------------------[ pom ]--------------------------------- 09:49:44 [INFO] 09:49:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal --- 09:49:44 [INFO] 09:49:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal --- 09:49:44 [INFO] 09:49:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal --- 09:49:44 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/target/jacoco.exec 09:49:44 [INFO] 09:49:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal --- 09:49:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:44 [INFO] The goal is skip due to packaging 'pom' 09:49:44 [INFO] 09:49:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal --- 09:49:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT... 09:49:44 [INFO] 09:49:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal --- 09:49:44 [INFO] 09:49:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal --- 09:49:44 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal --- 09:49:44 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:49:44 [INFO] 09:49:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal --- 09:49:44 [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 09:49:44 [INFO] 09:49:44 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >--------------- 09:49:44 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [11/77] 09:49:44 [INFO] from internal/utils/pom.xml 09:49:44 [INFO] --------------------------------[ pom ]--------------------------------- 09:49:44 [INFO] 09:49:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils --- 09:49:44 [INFO] 09:49:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils --- 09:49:44 [INFO] 09:49:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils --- 09:49:44 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/target/jacoco.exec 09:49:44 [INFO] 09:49:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils --- 09:49:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:44 [INFO] The goal is skip due to packaging 'pom' 09:49:44 [INFO] 09:49:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils --- 09:49:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT... 09:49:44 [INFO] 09:49:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils --- 09:49:44 [INFO] 09:49:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils --- 09:49:44 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils --- 09:49:44 [INFO] Tests are skipped. 09:49:44 [INFO] 09:49:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils --- 09:49:44 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:49:44 [INFO] 09:49:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils --- 09:49:44 [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 09:49:44 [INFO] 09:49:44 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ 09:49:44 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77] 09:49:44 [INFO] from internal/utils/config/pom.xml 09:49:44 [INFO] --------------------------------[ jar ]--------------------------------- 09:49:49 [INFO] 09:49:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config --- 09:49:49 [INFO] 09:49:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config --- 09:49:49 [INFO] 09:49:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config --- 09:49: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/internal/utils/config/target/jacoco.exec 09:49:49 [INFO] 09:49:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config --- 09:49:49 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:49:49 [WARNING] 09:49:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:49:49 [WARNING] 09:49:49 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:49:49 [WARNING] 09:49:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:49:49 [INFO] 09:49:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config --- 09:49:49 [INFO] Copying 1 resource from src/main/resources to target/classes 09:49:49 [INFO] Copying 16 resources from src/main/resources to target/classes 09:49:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:49:49 [INFO] 09:49:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config --- 09:49:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT... 09:49:49 [INFO] 09:49:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config --- 09:49:49 [INFO] Changes detected - recompiling the module! :dependency 09:49:49 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 09:49:50 [INFO] 09:49:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config --- 09:49:50 [INFO] Copying 6 resources from src/test/resources to target/test-classes 09:49:50 [INFO] 09:49:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config --- 09:49:50 [INFO] Changes detected - recompiling the module! :dependency 09:49:50 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes 09:49:50 [INFO] 09:49:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config --- 09:49:50 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:49:50 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/surefire-reports 09:49:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:49:50 [INFO] 09:49:50 [INFO] ------------------------------------------------------- 09:49:50 [INFO] T E S T S 09:49:50 [INFO] ------------------------------------------------------- 09:49:50 [INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest 09:49:53 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.459 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest 09:49:53 SLF4J(W): No SLF4J providers were found. 09:49:53 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 09:49:53 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest 09:49:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest 09:49:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest 09:49:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest 09:49:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest 09:49:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest 09:49:53 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest 09:49:53 [INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest 09:49:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest 09:49:53 [INFO] 09:49:53 [INFO] Results: 09:49:53 [INFO] 09:49:53 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 09:49:53 [INFO] 09:49:53 [INFO] 09:49:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config --- 09:49:53 [INFO] 09:49:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config --- 09:49:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 09:49:53 [INFO] 09:49:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config --- 09:49:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:49:54 [INFO] No previous run data found, generating javadoc. 09:49:55 [WARNING] Javadoc Warnings 09:49:55 [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 09:49:55 [WARNING] package org.eclipse.ditto.internal.utils.config; 09:49:55 [WARNING] ^ 09:49:55 [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 09:49:55 [WARNING] package org.eclipse.ditto.internal.utils.config.raw; 09:49:55 [WARNING] ^ 09:49:55 [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 09:49:55 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions"; 09:49:55 [WARNING] ^ 09:49:55 [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 09:49:55 [WARNING] static Config dittoExtension(final Config config) { 09:49:55 [WARNING] ^ 09:49:55 [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 09:49:55 [WARNING] static Config getOrEmpty(final Config config, final String path) { 09:49:55 [WARNING] ^ 09:49:55 [WARNING] 5 warnings 09:49:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 09:49:55 [INFO] 09:49:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config --- 09:49:55 [INFO] Tests are skipped. 09:49:55 [INFO] 09:49:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config --- 09:49:55 [INFO] Tests are skipped. 09:49:55 [INFO] 09:49:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config --- 09:49:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 09:49:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes 09:49:55 [INFO] 09:49:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config --- 09:49:55 [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 09:49:55 [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 09:49:55 [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 09:49:55 [INFO] 09:49:55 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- 09:49:55 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77] 09:49:55 [INFO] from internal/utils/metrics/pom.xml 09:49:55 [INFO] --------------------------------[ jar ]--------------------------------- 09:50:03 [INFO] 09:50:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] 09:50:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] 09:50:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 09:50:03 [INFO] 09:50:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics --- 09:50:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:03 [WARNING] 09:50:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:50:03 [WARNING] 09:50:03 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:50:03 [WARNING] 09:50:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:50:03 [INFO] 09:50:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources 09:50:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:50:03 [INFO] 09:50:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT... 09:50:03 [INFO] 09:50:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] Changes detected - recompiling the module! :dependency 09:50:03 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes 09:50:03 [INFO] 09:50:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] Copying 3 resources from src/test/resources to target/test-classes 09:50:03 [INFO] 09:50:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics --- 09:50:03 [INFO] Changes detected - recompiling the module! :dependency 09:50:03 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 09:50:04 [INFO] 09:50:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics --- 09:50:04 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:50:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/surefire-reports 09:50:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:50:04 [INFO] 09:50:04 [INFO] ------------------------------------------------------- 09:50:04 [INFO] T E S T S 09:50:04 [INFO] ------------------------------------------------------- 09:50:04 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest 09:50:05 SLF4J(W): No SLF4J providers were found. 09:50:05 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 09:50:05 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 09:50:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest 09:50:05 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest 09:50:07 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.833 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest 09:50:07 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest 09:50:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest 09:50:07 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest 09:50:08 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:50:09 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.331 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest 09:50:09 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest 09:50:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest 09:50:10 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest 09:50:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest 09:50:11 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest 09:50:11 [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 09:50:11 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest 09:50:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest 09:50:11 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest 09:50:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest 09:50:11 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest 09:50:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest 09:50:11 [INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest 09:50:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest 09:50:12 [INFO] 09:50:12 [INFO] Results: 09:50:12 [INFO] 09:50:12 [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 09:50:12 [INFO] 09:50:12 [INFO] 09:50:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics --- 09:50:12 [INFO] 09:50:12 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics --- 09:50:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 09:50:12 [INFO] 09:50:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics --- 09:50:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:50:12 [INFO] No previous run data found, generating javadoc. 09:50:14 [WARNING] Javadoc Warnings 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer; 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config, 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config, 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public static KamonCounter newCounter(final String name) { 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public static Gauge newGauge(final String name) { 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public static Histogram newHistogram(final String name) { 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler); 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public static PreparedTimer newTimer(final String name) { 09:50:14 [WARNING] ^ 09:50:14 [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 09:50:14 [WARNING] public static PreparedTimer newTimer(final String name) { 09:50:14 [WARNING] ^ 09:50:14 [WARNING] 15 warnings 09:50:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 09:50:14 [INFO] 09:50:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics --- 09:50:14 [INFO] Tests are skipped. 09:50:14 [INFO] 09:50:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics --- 09:50:14 [INFO] Tests are skipped. 09:50:14 [INFO] 09:50:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics --- 09:50:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 09:50:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes 09:50:14 [INFO] 09:50:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics --- 09:50:14 [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 09:50:14 [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 09:50:14 [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 09:50:14 [INFO] 09:50:14 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >---------------- 09:50:14 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT [14/77] 09:50:14 [INFO] from utils/result/pom.xml 09:50:14 [INFO] --------------------------------[ jar ]--------------------------------- 09:50:14 [INFO] 09:50:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result --- 09:50:14 [INFO] 09:50:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result --- 09:50:14 [INFO] 09:50:14 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result --- 09:50:14 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:50:14 [INFO] 09:50:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result --- 09:50: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 09:50:14 [INFO] 09:50:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result --- 09:50:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:14 [WARNING] 09:50:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:50:14 [WARNING] 09:50:14 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:50:14 [WARNING] 09:50:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:50:14 [INFO] 09:50:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result --- 09:50:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources 09:50:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:50:14 [INFO] 09:50:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result --- 09:50:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT... 09:50:14 [INFO] 09:50:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result --- 09:50:14 [INFO] Changes detected - recompiling the module! :dependency 09:50:14 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 09:50:14 [INFO] 09:50:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result --- 09:50:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources 09:50:14 [INFO] 09:50:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result --- 09:50:14 [INFO] Changes detected - recompiling the module! :dependency 09:50:14 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 09:50: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. 09:50: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. 09:50:14 [INFO] 09:50:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result --- 09:50:14 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:50:14 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/surefire-reports 09:50:14 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:50:14 [INFO] 09:50:14 [INFO] ------------------------------------------------------- 09:50:14 [INFO] T E S T S 09:50:14 [INFO] ------------------------------------------------------- 09:50:15 [INFO] Running org.eclipse.ditto.utils.result.ResultTest 09:50:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.utils.result.ResultTest 09:50:15 [INFO] Running org.eclipse.ditto.utils.result.ErrTest 09:50:16 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.eclipse.ditto.utils.result.ErrTest 09:50:16 [INFO] Running org.eclipse.ditto.utils.result.OkTest 09:50:16 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.utils.result.OkTest 09:50:17 [INFO] 09:50:17 [INFO] Results: 09:50:17 [INFO] 09:50:17 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 09:50:17 [INFO] 09:50:17 [INFO] 09:50:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result --- 09:50:17 [INFO] 09:50:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result --- 09:50:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 09:50:17 [INFO] 09:50:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result --- 09:50:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:50:17 [INFO] No previous run data found, generating javadoc. 09:50:18 [WARNING] Javadoc Warnings 09:50:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment 09:50:18 [WARNING] package org.eclipse.ditto.utils.result; 09:50:18 [WARNING] ^ 09:50:18 [WARNING] 1 warning 09:50:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 09:50:18 [INFO] 09:50:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result --- 09:50:18 [INFO] Tests are skipped. 09:50:18 [INFO] 09:50:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result --- 09:50:18 [INFO] Tests are skipped. 09:50:18 [INFO] 09:50:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result --- 09:50:18 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec 09:50:18 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes 09:50:18 [INFO] 09:50:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result --- 09:50:18 [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 09:50:18 [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 09:50:18 [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 09:50:18 [INFO] 09:50:18 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- 09:50:18 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77] 09:50:18 [INFO] from internal/utils/tracing/pom.xml 09:50:18 [INFO] --------------------------------[ jar ]--------------------------------- 09:50:23 [INFO] 09:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] 09:50:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] 09:50:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 09:50:23 [INFO] 09:50:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing --- 09:50:23 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:23 [WARNING] 09:50:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:50:23 [WARNING] 09:50:23 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:50:23 [WARNING] 09:50:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:50:23 [INFO] 09:50:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources 09:50:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:50:23 [INFO] 09:50:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT... 09:50:23 [INFO] 09:50:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] Changes detected - recompiling the module! :dependency 09:50:23 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 09:50:23 [INFO] 09:50:23 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] Changes detected - recompiling the module! :dependency 09:50:23 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 09:50:23 [INFO] 09:50:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources 09:50:23 [INFO] 09:50:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing --- 09:50:23 [INFO] Changes detected - recompiling the module! :dependency 09:50:23 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 09:50:24 [INFO] 09:50:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing --- 09:50:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:50:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/surefire-reports 09:50:24 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:50:24 [INFO] 09:50:24 [INFO] ------------------------------------------------------- 09:50:24 [INFO] T E S T S 09:50:24 [INFO] ------------------------------------------------------- 09:50:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest 09:50:25 13:50:25.462 [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]]]> 09:50:25 13:50:25.596 [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]]]> 09:50:25 13:50:25.596 [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]]]> 09:50:25 13:50:25.597 [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]]]> 09:50:25 13:50:25.598 [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]]]> 09:50:25 13:50:25.601 [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]]]> 09:50:25 13:50:25.602 [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]]]> 09:50:25 13:50:25.603 [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]]]> 09:50:25 13:50:25.604 [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]]]> 09:50:25 13:50:25.604 [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]]]> 09:50:25 13:50:25.605 [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]]]> 09:50:25 13:50:25.605 [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]]]> 09:50:25 13:50:25.606 [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]]]> 09:50:26 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.222 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest 09:50:26 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest 09:50:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest 09:50:26 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest 09:50:27 13:50:27.593 [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 09:50:27 13:50:27.674 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 09:50:27 13:50:27.688 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 09:50:27 13:50:27.689 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 09:50:27 13:50:27.726 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 09:50:28 13:50:28.121 [main] INFO kamon.Init -- 09:50:28 _ 09:50:28 | | 09:50:28 | | ____ _ _ __ ___ ___ _ __ 09:50:28 | |/ / _ | _ ` _ \ / _ \| _ \ 09:50:28 | < (_| | | | | | | (_) | | | | 09:50:28 |_|\_\__,_|_| |_| |_|\___/|_| |_| 09:50:28 ===================================== 09:50:28 Initializing Kamon Telemetry v2.7.0 / Kanela not found 09:50:28 09:50:29 13:50:29.383 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 09:50:29 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest 09:50:29 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest 09:50:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest 09:50:29 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest 09:50:29 13:50:29.445 [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 09:50:29 13:50:29.448 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 09:50:29 13:50:29.448 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 09:50:29 13:50:29.448 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 09:50:29 13:50:29.448 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 09:50:29 13:50:29.450 [main] INFO kamon.Init -- 09:50:29 _ 09:50:29 | | 09:50:29 | | ____ _ _ __ ___ ___ _ __ 09:50:29 | |/ / _ | _ ` _ \ / _ \| _ \ 09:50:29 | < (_| | | | | | | (_) | | | | 09:50:29 |_|\_\__,_|_| |_| |_|\___/|_| |_| 09:50:29 ===================================== 09:50:29 Initializing Kamon Telemetry v2.7.0 / Kanela not found 09:50:29 09:50:29 May 02, 2024 1:50:29 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:29 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 09:50:29 May 02, 2024 1:50:29 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:29 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 09:50:29 13:50:29.757 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:29 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:29 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:29 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:29 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:29 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:29 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:29 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:29 13:50:29.760 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:29 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:29 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:29 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:29 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:29 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:29 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:29 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:29 May 02, 2024 1:50:29 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:29 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 09:50:29 13:50:29.852 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 09:50:29 13:50:29.852 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:29 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:29 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:29 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:29 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:29 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:29 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:29 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:29 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest 09:50:29 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest 09:50:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest 09:50:30 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest 09:50:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest 09:50:30 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest 09:50:30 13:50:30.148 [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 09:50:30 13:50:30.151 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 09:50:30 13:50:30.151 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 09:50:30 13:50:30.151 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 09:50:30 13:50:30.152 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 09:50:30 13:50:30.153 [main] INFO kamon.Init -- 09:50:30 _ 09:50:30 | | 09:50:30 | | ____ _ _ __ ___ ___ _ __ 09:50:30 | |/ / _ | _ ` _ \ / _ \| _ \ 09:50:30 | < (_| | | | | | | (_) | | | | 09:50:30 |_|\_\__,_|_| |_| |_|\___/|_| |_| 09:50:30 ===================================== 09:50:30 Initializing Kamon Telemetry v2.7.0 / Kanela not found 09:50:30 09:50:30 May 02, 2024 1:50:30 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:30 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 09:50:30 13:50:30.256 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:30 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:30 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:30 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:30 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:30 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:30 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:30 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:30 May 02, 2024 1:50:30 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:30 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 09:50:30 13:50:30.357 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:30 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:30 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:30 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:30 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:30 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:30 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:30 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:30 May 02, 2024 1:50:30 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:30 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 09:50:30 13:50:30.455 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:30 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:30 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:30 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:30 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:30 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:30 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:30 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:30 May 02, 2024 1:50:30 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:30 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 09:50:30 13:50:30.555 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:30 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:30 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:30 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:30 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:30 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:30 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:30 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:30 May 02, 2024 1:50:30 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:30 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 09:50:30 13:50:30.655 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:30 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:30 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:30 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:30 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:30 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:30 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:30 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:30 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:30 13:50:30.656 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 09:50:30 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest 09:50:30 [INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest 09:50:30 13:50:30.661 [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 09:50:30 13:50:30.664 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 09:50:30 13:50:30.664 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 09:50:30 13:50:30.664 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 09:50:30 13:50:30.665 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 09:50:30 13:50:30.666 [main] INFO kamon.Init -- 09:50:30 _ 09:50:30 | | 09:50:30 | | ____ _ _ __ ___ ___ _ __ 09:50:30 | |/ / _ | _ ` _ \ / _ \| _ \ 09:50:30 | < (_| | | | | | | (_) | | | | 09:50:30 |_|\_\__,_|_| |_| |_|\___/|_| |_| 09:50:30 ===================================== 09:50:30 Initializing Kamon Telemetry v2.7.0 / Kanela not found 09:50:30 09:50:30 13:50:30.779 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:30 13:50:30.781 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.257 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 09:50:31 13:50:31.259 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 09:50:31 13:50:31.260 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 May 02, 2024 1:50:31 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 09:50:31 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 09:50:31 13:50:31.269 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 09:50:31 kamon.otel.StatusRuntimeException$: Exporting trace span failed 09:50:31 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 09:50:31 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 09:50:31 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 09:50:31 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 09:50:31 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 09:50:31 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 09:50:31 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 09:50:31 at java.base/java.lang.Thread.run(Thread.java:833) 09:50:31 13:50:31.279 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.281 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.282 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 09:50:31 13:50:31.283 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.284 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.286 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 09:50:31 13:50:31.288 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 09:50:31 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest 09:50:31 [INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest 09:50:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest 09:50:31 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest 09:50:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest 09:50:31 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest 09:50:31 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest 09:50:31 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest 09:50:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest 09:50:31 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest 09:50:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest 09:50:31 [INFO] 09:50:31 [INFO] Results: 09:50:31 [INFO] 09:50:31 [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1 09:50:31 [INFO] 09:50:31 [INFO] 09:50:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing --- 09:50:31 [INFO] 09:50:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing --- 09:50:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 09:50:31 [INFO] 09:50:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing --- 09:50:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:50:31 [INFO] No previous run data found, generating javadoc. 09:50:33 [WARNING] Javadoc Warnings 09:50:33 [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 09:50:33 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config; 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter; 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span; 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID = 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE = 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID = 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME = 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type"); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public abstract Tag getTagForValue(T value); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] Map<String, String> propagateContext(Map<String, String> map); 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public URI getTraceUri() { 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static String metricizeTraceUri(final String traceUri) { 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static String metricizeTraceUri(final String traceUri) { 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static String normalizePath(final String path) { 09:50:33 [WARNING] ^ 09:50:33 [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 09:50:33 [WARNING] public static String normalizePath(final String path) { 09:50:33 [WARNING] ^ 09:50:33 [WARNING] 21 warnings 09:50:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 09:50:33 [INFO] 09:50:33 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing --- 09:50:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 09:50:33 [INFO] 09:50:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing --- 09:50:33 [INFO] Tests are skipped. 09:50:33 [INFO] 09:50:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing --- 09:50:33 [INFO] Tests are skipped. 09:50:33 [INFO] 09:50:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing --- 09:50:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 09:50:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes 09:50:33 [INFO] 09:50:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing --- 09:50:33 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.pom 09:50:33 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.jar 09:50:33 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 09:50:33 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 09:50:33 [INFO] 09:50:33 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- 09:50:33 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [16/77] 09:50:33 [INFO] from internal/models/pom.xml 09:50:33 [INFO] --------------------------------[ pom ]--------------------------------- 09:50:33 [INFO] 09:50:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models --- 09:50:33 [INFO] 09:50:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models --- 09:50:33 [INFO] 09:50:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models --- 09:50:33 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/target/jacoco.exec 09:50:33 [INFO] 09:50:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models --- 09:50:33 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:33 [INFO] The goal is skip due to packaging 'pom' 09:50:33 [INFO] 09:50:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models --- 09:50:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT... 09:50:33 [INFO] 09:50:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models --- 09:50:33 [INFO] 09:50:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models --- 09:50:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:50:33 [INFO] 09:50:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models --- 09:50:33 [INFO] Tests are skipped. 09:50:33 [INFO] 09:50:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models --- 09:50:33 [INFO] Tests are skipped. 09:50:33 [INFO] 09:50:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models --- 09:50:33 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:50:33 [INFO] 09:50:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models --- 09:50:33 [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 09:50:33 [INFO] 09:50:33 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- 09:50:33 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77] 09:50:33 [INFO] from internal/models/streaming/pom.xml 09:50:33 [INFO] --------------------------------[ jar ]--------------------------------- 09:50:33 [INFO] 09:50:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming --- 09:50:33 [INFO] 09:50:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming --- 09:50:33 [INFO] 09:50:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming --- 09:50:33 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 09:50:33 [INFO] 09:50:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming --- 09:50:33 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:33 [WARNING] 09:50:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:50:33 [WARNING] 09:50:33 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:50:33 [WARNING] 09:50:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:50:33 [INFO] 09:50:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming --- 09:50:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources 09:50:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:50:33 [INFO] 09:50:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming --- 09:50:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT... 09:50:33 [INFO] 09:50:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming --- 09:50:33 [INFO] Changes detected - recompiling the module! :dependency 09:50:33 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 09:50:33 [INFO] 09:50:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming --- 09:50:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources 09:50:33 [INFO] 09:50:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming --- 09:50:33 [INFO] Changes detected - recompiling the module! :dependency 09:50:33 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 09:50:33 [INFO] 09:50:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming --- 09:50:33 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:50:34 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/surefire-reports 09:50:34 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:50:34 [INFO] 09:50:34 [INFO] ------------------------------------------------------- 09:50:34 [INFO] T E S T S 09:50:34 [INFO] ------------------------------------------------------- 09:50:34 [INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest 09:50:35 May 02, 2024 1:50:35 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:35 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:35 May 02, 2024 1:50:35 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:35 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:35 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest 09:50:35 [INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest 09:50:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest 09:50:35 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest 09:50:35 May 02, 2024 1:50:35 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:35 WARNING: Could not find implementation 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. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation 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. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation 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. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation 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. 09:50:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest 09:50:36 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 May 02, 2024 1:50:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:50:36 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:50:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest 09:50:36 [INFO] 09:50:36 [INFO] Results: 09:50:36 [INFO] 09:50:36 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 09:50:36 [INFO] 09:50:36 [INFO] 09:50:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming --- 09:50:36 [INFO] 09:50:36 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming --- 09:50:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 09:50:36 [INFO] 09:50:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming --- 09:50:36 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:50:36 [INFO] No previous run data found, generating javadoc. 09:50:37 [WARNING] Javadoc Warnings 09:50:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/AbstractEntityIdWithRevision.java:34: warning: no comment 09:50:37 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) { 09:50:37 [WARNING] ^ 09:50:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/SudoStreamSnapshots.java:122: warning: no @param for dittoHeaders 09:50:37 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:50:37 [WARNING] ^ 09:50:37 [WARNING] 2 warnings 09:50:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 09:50:37 [INFO] 09:50:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming --- 09:50:37 [INFO] Tests are skipped. 09:50:37 [INFO] 09:50:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming --- 09:50:37 [INFO] Tests are skipped. 09:50:37 [INFO] 09:50:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming --- 09:50:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 09:50:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes 09:50:37 [INFO] 09:50:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming --- 09:50:37 [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 09:50:37 [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 09:50:37 [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 09:50:37 [INFO] 09:50:37 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------ 09:50:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT [18/77] 09:50:37 [INFO] from internal/utils/pekko/pom.xml 09:50:37 [INFO] --------------------------------[ jar ]--------------------------------- 09:50:38 [INFO] 09:50:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko --- 09:50:38 [INFO] 09:50:38 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko --- 09:50:38 [INFO] 09:50:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko --- 09:50:38 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec 09:50:38 [INFO] 09:50:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko --- 09:50:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:50:38 [WARNING] 09:50:38 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:50:38 [WARNING] 09:50:38 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:50:38 [WARNING] 09:50:38 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:50:38 [INFO] 09:50:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko --- 09:50:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources 09:50:38 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:50:38 [INFO] 09:50:38 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko --- 09:50:45 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar 09:50:45 [INFO] Compiler bridge file is not installed yet 09:50:54 warning: 4 deprecations (since 2.12.0) 09:50:54 warning: 1 deprecation (since 2.12.5) 09:50:54 warning: 2 deprecations (since 2.12.9) 09:50:54 warning: 2 deprecations (since 2.13) 09:50:54 warning: 7 deprecations (since 2.13.0) 09:50:54 warning: 1 deprecation (since 2.13.12) 09:50:54 warning: 1 deprecation (since 2.13.4) 09:50:54 warning: 18 deprecations in total; re-run with -deprecation for details 09:50:54 warning: 2 feature warnings; re-run with -feature for details 09:50:54 9 warnings 09:50:54 [INFO] Compiler bridge installed 09:50:55 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ... 09:50:56 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 09:50:56 [WARNING] one warning found 09:50:59 [INFO] NoPosition: Note: Some input files use or override a deprecated API. 09:50:59 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 09:50:59 [INFO] done compiling 09:51:00 [INFO] compile in 16.7 s 09:51:00 [INFO] 09:51:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko --- 09:51:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT... 09:51:00 [INFO] 09:51:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko --- 09:51:00 [INFO] Changes detected - recompiling the module! :dependency 09:51:00 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 09:51:01 [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. 09:51:01 [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. 09:51:01 [INFO] 09:51:01 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko --- 09:51: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 09:51:01 [INFO] compile in 0.2 s 09:51:01 [INFO] 09:51:01 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko --- 09:51:01 [INFO] Changes detected - recompiling the module! :dependency 09:51:01 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 09:51:02 [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. 09:51:02 [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. 09:51:02 [INFO] 09:51:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko --- 09:51:02 [INFO] Copying 2 resources from src/test/resources to target/test-classes 09:51:02 [INFO] 09:51:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko --- 09:51:02 [INFO] Changes detected - recompiling the module! :dependency 09:51:02 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes 09:51:02 [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. 09:51:02 [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. 09:51:02 [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. 09:51:02 [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. 09:51:02 [INFO] 09:51:02 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko --- 09:51:02 [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 09:51:02 [INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/test-classes ... 09:51:05 [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. 09:51:05 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 09:51:05 [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. 09:51:05 [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details. 09:51:05 [INFO] done compiling 09:51:05 [INFO] compile in 2.4 s 09:51:05 [INFO] 09:51:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko --- 09:51:05 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:51:05 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/surefire-reports 09:51:05 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:51:05 [INFO] 09:51:05 [INFO] ------------------------------------------------------- 09:51:05 [INFO] T E S T S 09:51:05 [INFO] ------------------------------------------------------- 09:51:05 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest 09:51:06 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:51:08 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest 09:51:08 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest 09:51:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest 09:51:08 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest 09:51:09 SLF4J(I): Attempting to load provider "org.eclipse.ditto.internal.utils.pekko.logging.StaticMDCServiceProvider" specified via "slf4j.provider" system property 09:51:09 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest 09:51:09 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest 09:51:10 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest 09:51:10 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.248 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest 09:51:10 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest 09:51:10 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest 09:51:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest 09:51:10 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest 09:51:10 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest 09:51:11 [INFO] [05/02/2024 13:51:11.768] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:11 [INFO] [05/02/2024 13:51:11.898] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:11 [INFO] [05/02/2024 13:51:11.986] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.052] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.121] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.193] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.255] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.321] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.385] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.451] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.521] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.578] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.633] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.697] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.753] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.812] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.873] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] [05/02/2024 13:51:12.927] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:12 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.434 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest 09:51:12 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest 09:51:13 [INFO] [05/02/2024 13:51:12.995] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.056] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.114] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.169] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest 09:51:13 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest 09:51:13 [INFO] [05/02/2024 13:51:13.298] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.370] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.456] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest 09:51:13 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest 09:51:13 [INFO] [05/02/2024 13:51:13.647] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 1st expected error, finalElements=[2]] 09:51:13 [INFO] [05/02/2024 13:51:13.665] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 2nd expected error, finalElements=[2]] 09:51:13 [INFO] [05/02/2024 13:51:13.680] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.744] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] [05/02/2024 13:51:13.809] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest 09:51:13 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest 09:51:14 [INFO] [05/02/2024 13:51:14.565] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:14 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest 09:51:14 [INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest 09:51:14 [INFO] [05/02/2024 13:51:14.915] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest 09:51:14 [INFO] 09:51:14 [INFO] Results: 09:51:14 [INFO] 09:51:14 [WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1 09:51:14 [INFO] 09:51:14 [INFO] 09:51:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko --- 09:51:14 [INFO] 09:51:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko --- 09:51:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 09:51:15 [INFO] 09:51:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko --- 09:51:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:51:15 [INFO] No previous run data found, generating javadoc. 09:51:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 09:51:16 [INFO] 09:51:16 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko --- 09:51:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 09:51:16 [INFO] 09:51:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko --- 09:51:16 [INFO] Tests are skipped. 09:51:16 [INFO] 09:51:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko --- 09:51:16 [INFO] Tests are skipped. 09:51:16 [INFO] 09:51:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko --- 09:51:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec 09:51:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes 09:51:17 [INFO] 09:51:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko --- 09:51:17 [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 09:51:17 [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 09:51:17 [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 09:51:17 [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 09:51:17 [INFO] 09:51:17 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ 09:51:17 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77] 09:51:17 [INFO] from internal/utils/health/pom.xml 09:51:17 [INFO] --------------------------------[ jar ]--------------------------------- 09:51:21 [INFO] 09:51:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health --- 09:51:21 [INFO] 09:51:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health --- 09:51:21 [INFO] 09:51:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health --- 09:51:21 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 09:51:21 [INFO] 09:51:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health --- 09:51:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:51:21 [WARNING] 09:51:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:51:21 [WARNING] 09:51:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:51:21 [WARNING] 09:51:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:51:21 [INFO] 09:51:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health --- 09:51:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources 09:51:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:51:21 [INFO] 09:51:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health --- 09:51:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT... 09:51:21 [INFO] 09:51:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health --- 09:51:21 [INFO] Changes detected - recompiling the module! :dependency 09:51:21 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes 09:51:21 [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. 09:51:21 [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. 09:51:21 [INFO] 09:51:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health --- 09:51:21 [INFO] Copying 1 resource from src/test/resources to target/test-classes 09:51:21 [INFO] 09:51:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health --- 09:51:21 [INFO] Changes detected - recompiling the module! :dependency 09:51:21 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes 09:51:21 [INFO] 09:51:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health --- 09:51:21 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:51:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/surefire-reports 09:51:21 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:51:21 [INFO] 09:51:21 [INFO] ------------------------------------------------------- 09:51:21 [INFO] T E S T S 09:51:21 [INFO] ------------------------------------------------------- 09:51:22 [INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest 09:51:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest 09:51:23 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest 09:51:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest 09:51:24 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest 09:51:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest 09:51:24 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest 09:51:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest 09:51:24 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest 09:51:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest 09:51:25 [INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest 09:51:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest 09:51:25 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest 09:51:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest 09:51:25 [INFO] Running org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest 09:51:26 [INFO] [05/02/2024 13:51:26.615] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:26 [INFO] [05/02/2024 13:51:26.786] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:26 [INFO] [pekkoDeadLetter][05/02/2024 13:51:26.814] [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'. 09:51:27 [INFO] [05/02/2024 13:51:27.416] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:27 [INFO] [05/02/2024 13:51:27.554] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:51:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 s -- in org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest 09:51:27 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest 09:51:27 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest 09:51:27 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest 09:51:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest 09:51:27 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest 09:51:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest 09:51:27 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest 09:51:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest 09:51:27 [INFO] 09:51:27 [INFO] Results: 09:51:27 [INFO] 09:51:27 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 09:51:27 [INFO] 09:51:27 [INFO] 09:51:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health --- 09:51:27 [INFO] 09:51:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health --- 09:51:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 09:51:27 [INFO] 09:51:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health --- 09:51:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:51:28 [INFO] No previous run data found, generating javadoc. 09:51:30 [WARNING] Javadoc Warnings 09:51:30 [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 09:51:30 [WARNING] package org.eclipse.ditto.internal.utils.health; 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] package org.eclipse.ditto.internal.utils.health.config; 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] protected void shutdownStream(final Shutdown shutdown) { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] default StatusDetailMessage.Level level() { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] String name(); 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this); 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public final StatusInfo getHealth() { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public Level getLevel() { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public JsonValue getMessage() { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public static StatusDetailMessage of(final Level level, final String message) { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) { 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] ERROR; 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] INFO, 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] WARN, 09:51:30 [WARNING] ^ 09:51:30 [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 09:51:30 [WARNING] public static final Level DEFAULT = INFO; 09:51:30 [WARNING] ^ 09:51:30 [WARNING] 18 warnings 09:51:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 09:51:30 [INFO] 09:51:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health --- 09:51:30 [INFO] Tests are skipped. 09:51:30 [INFO] 09:51:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health --- 09:51:30 [INFO] Tests are skipped. 09:51:30 [INFO] 09:51:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health --- 09:51:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 09:51:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes 09:51:30 [INFO] 09:51:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health --- 09:51:30 [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 09:51:30 [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 09:51:30 [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 09:51:30 [INFO] 09:51:30 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ 09:51:30 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT [20/77] 09:51:30 [INFO] from json-cbor/pom.xml 09:51:30 [INFO] -------------------------------[ bundle ]------------------------------- 09:51:32 [INFO] 09:51:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor --- 09:51:32 [INFO] 09:51:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor --- 09:51:32 [INFO] 09:51:32 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor --- 09:51:32 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:51:32 [INFO] 09:51:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor --- 09:51:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec 09:51:32 [INFO] 09:51:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor --- 09:51:32 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:51:32 [WARNING] 09:51:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:51:32 [WARNING] 09:51:32 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:51:32 [WARNING] 09:51:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:51:32 [INFO] 09:51:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor --- 09:51:32 [INFO] Copying 1 resource from src/main/resources to target/classes 09:51:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:51:32 [INFO] 09:51:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor --- 09:51:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT... 09:51:32 [INFO] 09:51:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor --- 09:51:32 [INFO] Changes detected - recompiling the module! :dependency 09:51:32 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes 09:51:32 [WARNING] bootstrap class path not set in conjunction with -source 8 09:51:32 [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. 09:51:32 [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. 09:51:32 [INFO] 09:51:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor --- 09:51:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources 09:51:32 [INFO] 09:51:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor --- 09:51:32 [INFO] Changes detected - recompiling the module! :dependency 09:51:32 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes 09:51:32 [WARNING] bootstrap class path not set in conjunction with -source 8 09:51:32 [INFO] 09:51:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor --- 09:51:32 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:51:32 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports 09:51:32 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:51:32 [INFO] 09:51:32 [INFO] ------------------------------------------------------- 09:51:32 [INFO] T E S T S 09:51:32 [INFO] ------------------------------------------------------- 09:51:32 [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest 09:51:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest 09:51:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest 09:51:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest 09:51:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest 09:51:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest 09:51:33 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.json.cbor.CborJsonTest 09:51:33 [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest 09:51:33 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest 09:51:33 [INFO] 09:51:33 [INFO] Results: 09:51:33 [INFO] 09:51:33 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 09:51:33 [INFO] 09:51:33 [INFO] 09:51:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- 09:51:33 [INFO] 09:51:33 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor --- 09:51:33 [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) 09:51:33 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 09:51:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF 09:51:33 [INFO] 09:51:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor --- 09:51:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:51:33 [INFO] No previous run data found, generating javadoc. 09:51:34 [WARNING] Javadoc Warnings 09:51:34 [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 09:51:34 [WARNING] public static String toHexString(final byte[] array) throws IOException { 09:51:34 [WARNING] ^ 09:51:34 [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 09:51:34 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException { 09:51:34 [WARNING] ^ 09:51:34 [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 09:51:34 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException { 09:51:34 [WARNING] ^ 09:51:34 [WARNING] 3 warnings 09:51:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 09:51:34 [INFO] 09:51:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor --- 09:51:34 [INFO] Tests are skipped. 09:51:34 [INFO] 09:51:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor --- 09:51:34 [INFO] Tests are skipped. 09:51:34 [INFO] 09:51:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor --- 09:51:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec 09:51:34 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes 09:51:34 [INFO] 09:51:34 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor --- 09:51:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'. 09:51:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'. 09:51:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'. 09:51:35 [INFO] 09:51:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor --- 09:51:35 [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 09:51:35 [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 09:51:35 [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 09:51:35 [INFO] 09:51:35 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor --- 09:51:35 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar 09:51:35 [INFO] Writing OBR metadata 09:51:35 [INFO] 09:51:35 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ 09:51:35 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [21/77] 09:51:35 [INFO] from policies/pom.xml 09:51:35 [INFO] --------------------------------[ pom ]--------------------------------- 09:51:35 [INFO] 09:51:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies --- 09:51:35 [INFO] 09:51:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies --- 09:51:35 [INFO] 09:51:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies --- 09:51: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/policies/target/jacoco.exec 09:51:35 [INFO] 09:51:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies --- 09:51:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:51:35 [INFO] The goal is skip due to packaging 'pom' 09:51:35 [INFO] 09:51:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies --- 09:51:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT... 09:51:35 [INFO] 09:51:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies --- 09:51:35 [INFO] 09:51:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies --- 09:51:35 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:51:35 [INFO] 09:51:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies --- 09:51:35 [INFO] Tests are skipped. 09:51:35 [INFO] 09:51:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies --- 09:51:35 [INFO] Tests are skipped. 09:51:35 [INFO] 09:51:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies --- 09:51:35 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:51:35 [INFO] 09:51:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies --- 09:51:35 [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 09:51:35 [INFO] 09:51:35 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- 09:51:35 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [22/77] 09:51:35 [INFO] from policies/model/pom.xml 09:51:35 [INFO] -------------------------------[ bundle ]------------------------------- 09:51:38 [INFO] 09:51:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model --- 09:51:38 [INFO] 09:51:38 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model --- 09:51:38 [INFO] 09:51:38 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model --- 09:51:38 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:51:38 [INFO] 09:51:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model --- 09:51: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/policies/model/target/jacoco.exec 09:51:38 [INFO] 09:51:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model --- 09:51:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:51:38 [WARNING] 09:51:38 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:51:38 [WARNING] 09:51:38 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:51:38 [WARNING] 09:51:38 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:51:38 [INFO] 09:51:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model --- 09:51:38 [INFO] Copying 0 resource from src/main/resources to target/classes 09:51:38 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:51:38 [INFO] 09:51:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model --- 09:51:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT... 09:51:38 [INFO] 09:51:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model --- 09:51:38 [INFO] Changes detected - recompiling the module! :dependency 09:51:38 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes 09:51:41 [WARNING] bootstrap class path not set in conjunction with -source 8 09:51:41 [INFO] 09:51:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model --- 09:51:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources 09:51:41 [INFO] 09:51:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model --- 09:51:41 [INFO] Changes detected - recompiling the module! :dependency 09:51:41 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes 09:51:46 [WARNING] bootstrap class path not set in conjunction with -source 8 09:51:46 [INFO] 09:51:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model --- 09:51:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:51:46 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/surefire-reports 09:51:46 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 09:51:47 [INFO] 09:51:47 [INFO] ------------------------------------------------------- 09:51:47 [INFO] T E S T S 09:51:47 [INFO] ------------------------------------------------------- 09:51:49 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest 09:51:49 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest 09:51:49 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest 09:51:49 May 02, 2024 1:51:49 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:51:49 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 09:51:49 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest 09:51:49 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest 09:51:49 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest 09:51:49 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest 09:51:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest 09:51:50 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest 09:51:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest 09:51:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest 09:51:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest 09:51:51 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest 09:51:51 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest 09:51:51 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest 09:51:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest 09:51:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest 09:51:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest 09:51:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest 09:51:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest 09:51:51 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest 09:51:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest 09:51:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest 09:51:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest 09:51:51 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest 09:51:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest 09:51:52 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest 09:51:52 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest 09:51:52 [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 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest 09:51:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest 09:51:52 [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 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest 09:51:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest 09:51:52 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest 09:51:52 [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 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest 09:51:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest 09:51:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest 09:51:52 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest 09:51:52 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest 09:51:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest 09:51:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest 09:51:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest 09:51:53 [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 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest 09:51:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest 09:51:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest 09:51:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest 09:51:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest 09:51:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest 09:51:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest 09:51:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest 09:51:53 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest 09:51:54 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest 09:51:54 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest 09:51:54 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest 09:51:54 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest 09:51:54 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.PolicyIdTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest 09:51:54 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest 09:51:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest 09:51:54 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest 09:51:54 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest 09:51:54 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest 09:51:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest 09:51:54 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest 09:51:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest 09:51:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest 09:51:54 [INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest 09:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest 09:51:54 [INFO] 09:51:54 [INFO] Results: 09:51:54 [INFO] 09:51:54 [WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1 09:51:54 [INFO] 09:51:54 [INFO] 09:51:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model --- 09:51:54 [INFO] 09:51:54 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model --- 09:51:54 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 09:51:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF 09:51:55 [INFO] 09:51:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model --- 09:51:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:51:55 [INFO] No previous run data found, generating javadoc. 09:52:01 [WARNING] Javadoc Warnings 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.commands; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] package org.eclipse.ditto.policies.model.signals.events; 09:52:01 [WARNING] ^ 09:52:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment 09:52:01 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId, 09:52:01 [WARNING] ^ 09:52:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment 09:52:01 [WARNING] public String getName() { 09:52:01 [WARNING] ^ 09:52:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment 09:52:01 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10")); 09:52:01 [WARNING] ^ 09:52:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment 09:52:01 [WARNING] default CompletionStage<Policy> withResolvedImports( 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) { 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) { 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) { 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRIES, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRY, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRY_RESOURCE, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRY_RESOURCES, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRY_SUBJECT; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_ENTRY_SUBJECTS, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_IMPORT, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] POLICY_IMPORTS, 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified> 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final String POLICY_IMPORT = "policyImport"; 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS = 09:52:01 [WARNING] ^ 09:52:01 [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 09:52:01 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS = 09:52:01 [WARNING] ^ 09:52:01 [WARNING] 36 warnings 09:52:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 09:52:02 [INFO] 09:52:02 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model --- 09:52:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 09:52:02 [INFO] 09:52:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model --- 09:52:02 [INFO] Tests are skipped. 09:52:02 [INFO] 09:52:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model --- 09:52:02 [INFO] Tests are skipped. 09:52:02 [INFO] 09:52:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model --- 09:52:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec 09:52:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes 09:52:02 [INFO] 09:52:02 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model --- 09:52:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'. 09:52:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'. 09:52:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'. 09:52:03 [INFO] 09:52:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model --- 09:52:03 [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 09:52:03 [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 09:52:03 [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 09:52:03 [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 09:52:03 [INFO] 09:52:03 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model --- 09:52:03 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar 09:52:03 [INFO] Writing OBR metadata 09:52:03 [INFO] 09:52:03 [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- 09:52:03 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [23/77] 09:52:03 [INFO] from things/pom.xml 09:52:03 [INFO] --------------------------------[ pom ]--------------------------------- 09:52:03 [INFO] 09:52:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things --- 09:52:03 [INFO] 09:52:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things --- 09:52:03 [INFO] 09:52:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things --- 09:52: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/things/target/jacoco.exec 09:52:03 [INFO] 09:52:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things --- 09:52:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:52:03 [INFO] The goal is skip due to packaging 'pom' 09:52:03 [INFO] 09:52:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things --- 09:52:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT... 09:52:03 [INFO] 09:52:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things --- 09:52:03 [INFO] 09:52:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things --- 09:52:03 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:52:03 [INFO] 09:52:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things --- 09:52:03 [INFO] Tests are skipped. 09:52:03 [INFO] 09:52:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things --- 09:52:03 [INFO] Tests are skipped. 09:52:03 [INFO] 09:52:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things --- 09:52:03 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:52:03 [INFO] 09:52:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-things --- 09:52:03 [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 09:52:03 [INFO] 09:52:03 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- 09:52:03 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [24/77] 09:52:03 [INFO] from things/model/pom.xml 09:52:03 [INFO] -------------------------------[ bundle ]------------------------------- 09:52:03 [INFO] 09:52:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model --- 09:52:03 [INFO] 09:52:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model --- 09:52:03 [INFO] 09:52:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model --- 09:52:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:52:03 [INFO] 09:52:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model --- 09:52: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/things/model/target/jacoco.exec 09:52:03 [INFO] 09:52:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model --- 09:52:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:52:03 [WARNING] 09:52:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:52:03 [WARNING] 09:52:03 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:52:03 [WARNING] 09:52:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:52:03 [INFO] 09:52:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model --- 09:52:03 [INFO] Copying 0 resource from src/main/resources to target/classes 09:52:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:52:03 [INFO] 09:52:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model --- 09:52:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT... 09:52:03 [INFO] 09:52:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model --- 09:52:03 [INFO] Changes detected - recompiling the module! :dependency 09:52:03 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes 09:52:06 [WARNING] bootstrap class path not set in conjunction with -source 8 09:52:06 [INFO] 09:52:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model --- 09:52:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources 09:52:06 [INFO] 09:52:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model --- 09:52:06 [INFO] Changes detected - recompiling the module! :dependency 09:52:06 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes 09:52:08 [WARNING] bootstrap class path not set in conjunction with -source 8 09:52:08 [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. 09:52:08 [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. 09:52:08 [INFO] 09:52:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model --- 09:52:08 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:52:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/model/target/surefire-reports 09:52:08 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 09:52:08 [INFO] 09:52:08 [INFO] ------------------------------------------------------- 09:52:08 [INFO] T E S T S 09:52:08 [INFO] ------------------------------------------------------- 09:52:10 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest 09:52:10 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest 09:52:10 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest 09:52:10 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest 09:52:10 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest 09:52:12 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest 09:52:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest 09:52:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest 09:52:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest 09:52:12 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest 09:52:12 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest 09:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest 09:52:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest 09:52:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest 09:52:12 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest 09:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest 09:52:13 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest 09:52:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest 09:52:13 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest 09:52:14 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest 09:52:14 [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 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest 09:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest 09:52:14 [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 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest 09:52:14 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest 09:52:14 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest 09:52:14 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest 09:52:14 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest 09:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest 09:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest 09:52:14 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest 09:52:14 [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 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest 09:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest 09:52:14 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest 09:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest 09:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest 09:52:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest 09:52:14 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest 09:52:14 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest 09:52:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest 09:52:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest 09:52:15 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest 09:52:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest 09:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest 09:52:15 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest 09:52:15 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest 09:52:15 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest 09:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest 09:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest 09:52:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest 09:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest 09:52:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest 09:52:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest 09:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest 09:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest 09:52:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest 09:52:15 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest 09:52:15 [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 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest 09:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest 09:52:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest 09:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest 09:52:15 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest 09:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest 09:52:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest 09:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest 09:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest 09:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest 09:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest 09:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest 09:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest 09:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest 09:52:16 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest 09:52:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest 09:52:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest 09:52:17 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest 09:52:17 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest 09:52:17 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest 09:52:17 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ThingIdTest 09:52:17 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.ditto.things.model.ThingIdTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest 09:52:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest 09:52:17 [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest 09:52:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest 09:52:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest 09:52:17 [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest 09:52:17 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest 09:52:17 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.ThingsJsonTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.NullFeatureTest 09:52:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeatureTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest 09:52:17 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest 09:52:17 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest 09:52:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.NullFeaturesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest 09:52:17 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest 09:52:17 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest 09:52:17 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest 09:52:17 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest 09:52:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest 09:52:17 [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.things.model.ImmutableThingTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest 09:52:17 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.NullAttributesTest 09:52:17 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.NullAttributesTest 09:52:17 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest 09:52:17 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest 09:52:17 [INFO] 09:52:17 [INFO] Results: 09:52:17 [INFO] 09:52:17 [INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0 09:52:17 [INFO] 09:52:17 [INFO] 09:52:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model --- 09:52:17 [INFO] 09:52:17 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model --- 09:52:18 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 09:52:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF 09:52:18 [INFO] 09:52:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model --- 09:52:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:52:18 [INFO] No previous run data found, generating javadoc. 09:52:25 [WARNING] Javadoc Warnings 09:52:25 [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 09:52:25 [WARNING] package org.eclipse.ditto.things.model.signals.commands; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] package org.eclipse.ditto.things.model.signals.events; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING = 09:52:25 [WARNING] ^ 09:52:25 [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> 09:52:25 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers); 09:52:25 [WARNING] ^ 09:52:25 [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> 09:52:25 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers); 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public RetrieveThing build() { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS = 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public final class ThingCommandToModifyExceptionRegistry 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder newBuilder(final String condition, final String description) { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder forDittoProtocol() { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder forPostMethod() { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder forPutMethod() { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder forPutOrPatchMethod() { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH = 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE = 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) { 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] ATTRIBUTE, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] ATTRIBUTES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] DEFINITION, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE_DEFINITION, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE_DESIRED_PROPERTIES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE_DESIRED_PROPERTY; 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE_PROPERTIES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURE_PROPERTY, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] FEATURES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRIES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRY, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRY_RESOURCE, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRY_RESOURCES, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRY_SUBJECT, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ENTRY_SUBJECTS, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] POLICY_ID, 09:52:25 [WARNING] ^ 09:52:25 [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 09:52:25 [WARNING] THING, 09:52:25 [WARNING] ^ 09:52:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment 09:52:25 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*"); 09:52:25 [WARNING] ^ 09:52:25 [WARNING] 54 warnings 09:52:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 09:52:25 [INFO] 09:52:25 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model --- 09:52:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 09:52:25 [INFO] 09:52:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model --- 09:52:25 [INFO] Tests are skipped. 09:52:25 [INFO] 09:52:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model --- 09:52:25 [INFO] Tests are skipped. 09:52:25 [INFO] 09:52:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model --- 09:52:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec 09:52:25 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes 09:52:26 [INFO] 09:52:26 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model --- 09:52:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'. 09:52:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'. 09:52:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'. 09:52:27 [INFO] 09:52:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model --- 09:52:27 [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 09:52:27 [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 09:52:27 [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 09:52:27 [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 09:52:27 [INFO] 09:52:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model --- 09:52:27 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar 09:52:27 [INFO] Writing OBR metadata 09:52:27 [INFO] 09:52:27 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- 09:52:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77] 09:52:27 [INFO] from internal/utils/cluster/pom.xml 09:52:27 [INFO] --------------------------------[ jar ]--------------------------------- 09:52:34 [INFO] 09:52:34 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] 09:52:34 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] 09:52:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec 09:52:34 [INFO] 09:52:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster --- 09:52:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:52:34 [WARNING] 09:52:34 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:52:34 [WARNING] 09:52:34 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:52:34 [WARNING] 09:52:34 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:52:34 [INFO] 09:52:34 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources 09:52:34 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:52:34 [INFO] 09:52:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT... 09:52:34 [INFO] 09:52:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster --- 09:52:34 [INFO] Changes detected - recompiling the module! :dependency 09:52:34 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes 09:52:35 [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. 09:52:35 [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. 09:52:35 [INFO] 09:52:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster --- 09:52:35 [INFO] Copying 3 resources from src/test/resources to target/test-classes 09:52:35 [INFO] 09:52:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster --- 09:52:35 [INFO] Changes detected - recompiling the module! :dependency 09:52:35 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 09:52:35 [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. 09:52:35 [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. 09:52:35 [INFO] 09:52:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster --- 09:52:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:52:35 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/surefire-reports 09:52:35 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:52:35 [INFO] 09:52:35 [INFO] ------------------------------------------------------- 09:52:35 [INFO] T E S T S 09:52:35 [INFO] ------------------------------------------------------- 09:52:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest 09:52:36 SLF4J(W): No SLF4J providers were found. 09:52:36 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 09:52:36 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 09:52:41 [WARN] [05/02/2024 13:52:41.645] [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:45571], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 09:52:41 [WARN] [05/02/2024 13:52:41.645] [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:45571], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 09:52:44 [WARN] [05/02/2024 13:52:44.195] [system-pekko.remote.default-remote-dispatcher-5] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-7)] [outbound connection to [pekko://system@127.0.0.1:43345], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 09:52:44 [WARN] [05/02/2024 13:52:44.195] [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:43345], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 09:52:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.008 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest 09:52:45 [INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest 09:52:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.171 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest 09:52:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest 09:52:47 [INFO] [05/02/2024 13:52:47.512] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:52:47 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest 09:52:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest 09:52:47 [INFO] [05/02/2024 13:52:47.841] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:52:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest 09:52:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest 09:52:47 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest 09:52:47 [INFO] [05/02/2024 13:52:47.951] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:52:48 [INFO] [05/02/2024 13:52:48.651] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:52:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest 09:52:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest 09:52:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest 09:52:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest 09:52:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest 09:52:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest 09:52:48 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest 09:52:48 [INFO] [05/02/2024 13:52:48.886] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] with UID [7953233568588485033] 09:52:48 [INFO] [05/02/2024 13:52:48.887] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Starting up, Pekko version [1.0.2] ... 09:52:48 [INFO] [05/02/2024 13:52:48.890] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 09:52:48 [INFO] [05/02/2024 13:52:48.890] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Started up successfully 09:52:48 [INFO] [05/02/2024 13:52:48.891] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:52:48 [INFO] [05/02/2024 13:52:48.892] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:52:48 [INFO] [05/02/2024 13:52:48.960] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min] 09:52:48 [INFO] [05/02/2024 13:52:48.965] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:52:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest 09:52:48 [INFO] [05/02/2024 13:52:48.972] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Exiting completed 09:52:48 [INFO] [05/02/2024 13:52:48.972] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Shutting down... 09:52:48 [INFO] [pekkoDeadLetter][05/02/2024 13:52:48.972] [ShardRegionProxyActorFactoryTest-pekko.actor.default-dispatcher-10] [pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon#1759607443] 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'. 09:52:48 [INFO] [05/02/2024 13:52:48.972] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355] - Successfully shut down 09:52:48 [INFO] [05/02/2024 13:52:48.973] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355/system/remoting-terminator] Shutting down remote daemon. 09:52:48 [INFO] [05/02/2024 13:52:48.973] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.68.134:17355/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:52:49 [INFO] 09:52:49 [INFO] Results: 09:52:49 [INFO] 09:52:49 [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 09:52:49 [INFO] 09:52:49 [INFO] 09:52:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster --- 09:52:49 [INFO] 09:52:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster --- 09:52:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 09:52:49 [INFO] 09:52:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster --- 09:52:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:52:49 [INFO] No previous run data found, generating javadoc. 09:52:51 [WARNING] Javadoc Warnings 09:52:51 [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 09:52:51 [WARNING] package org.eclipse.ditto.internal.utils.cluster; 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config; 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8; 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group, 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group, 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public UnsupportedManifest(final String manifest) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) { 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 09:52:51 [WARNING] ^ 09:52:51 [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 09:52:51 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 09:52:51 [WARNING] ^ 09:52:51 [WARNING] 14 warnings 09:52:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 09:52:51 [INFO] 09:52:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster --- 09:52:51 [INFO] Tests are skipped. 09:52:51 [INFO] 09:52:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster --- 09:52:51 [INFO] Tests are skipped. 09:52:51 [INFO] 09:52:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster --- 09:52:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec 09:52:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes 09:52:51 [INFO] 09:52:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster --- 09:52:51 [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 09:52:51 [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 09:52:51 [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 09:52:51 [INFO] 09:52:51 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >---------- 09:52:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77] 09:52:51 [INFO] from internal/utils/extension/pom.xml 09:52:51 [INFO] --------------------------------[ jar ]--------------------------------- 09:52:51 [INFO] 09:52:51 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension --- 09:52:51 [INFO] 09:52:51 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension --- 09:52:51 [INFO] 09:52:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension --- 09:52: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/extension/target/jacoco.exec 09:52:51 [INFO] 09:52:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension --- 09:52:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:52:51 [WARNING] 09:52:51 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:52:51 [WARNING] 09:52:51 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:52:51 [WARNING] 09:52:51 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:52:51 [INFO] 09:52:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension --- 09:52:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources 09:52:51 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:52:51 [INFO] 09:52:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension --- 09:52:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT... 09:52:51 [INFO] 09:52:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension --- 09:52:51 [INFO] Changes detected - recompiling the module! :dependency 09:52:51 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 09:52:51 [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. 09:52:51 [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. 09:52:51 [INFO] 09:52:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension --- 09:52:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources 09:52:51 [INFO] 09:52:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension --- 09:52:51 [INFO] No sources to compile 09:52:51 [INFO] 09:52:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension --- 09:52:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:52:51 [INFO] No tests to run. 09:52:51 [INFO] 09:52:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension --- 09:52:51 [INFO] 09:52:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension --- 09:52:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 09:52:51 [INFO] 09:52:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension --- 09:52:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:52:51 [INFO] No previous run data found, generating javadoc. 09:52:53 [WARNING] Javadoc Warnings 09:52:53 [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 09:52:53 [WARNING] public final class DittoExtensionIds implements Extension { 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent( 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) { 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass, 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] protected abstract String getConfigKey(); 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) { 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) { 09:52:53 [WARNING] ^ 09:52:53 [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 09:52:53 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass, 09:52:53 [WARNING] ^ 09:52:53 [WARNING] 8 warnings 09:52:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 09:52:53 [INFO] 09:52:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension --- 09:52:53 [INFO] Tests are skipped. 09:52:53 [INFO] 09:52:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension --- 09:52:53 [INFO] Tests are skipped. 09:52:53 [INFO] 09:52:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension --- 09:52:53 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:52:53 [INFO] 09:52:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension --- 09:52:53 [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 09:52:53 [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 09:52:53 [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 09:52:53 [INFO] 09:52:53 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >---------------- 09:52:53 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT [27/77] 09:52:53 [INFO] from placeholders/pom.xml 09:52:53 [INFO] -------------------------------[ bundle ]------------------------------- 09:52:53 [INFO] 09:52:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders --- 09:52:53 [INFO] 09:52:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders --- 09:52:53 [INFO] 09:52:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders --- 09:52:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:52:53 [INFO] 09:52:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders --- 09:52: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/placeholders/target/jacoco.exec 09:52:53 [INFO] 09:52:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders --- 09:52:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:52:53 [WARNING] 09:52:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:52:53 [WARNING] 09:52:53 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:52:53 [WARNING] 09:52:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:52:53 [INFO] 09:52:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders --- 09:52:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources 09:52:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:52:53 [INFO] 09:52:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders --- 09:52:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT... 09:52:53 [INFO] 09:52:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders --- 09:52:53 [INFO] Changes detected - recompiling the module! :dependency 09:52:53 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes 09:52:53 [WARNING] bootstrap class path not set in conjunction with -source 8 09:52:53 [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. 09:52:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details. 09:52:53 [INFO] 09:52:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders --- 09:52:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources 09:52:53 [INFO] 09:52:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders --- 09:52:53 [INFO] Changes detected - recompiling the module! :dependency 09:52:53 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes 09:52:53 [WARNING] bootstrap class path not set in conjunction with -source 8 09:52:53 [INFO] 09:52:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders --- 09:52:53 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:52:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/surefire-reports 09:52:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:52:53 [INFO] 09:52:53 [INFO] ------------------------------------------------------- 09:52:53 [INFO] T E S T S 09:52:53 [INFO] ------------------------------------------------------- 09:52:54 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest 09:52:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest 09:52:55 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest 09:52:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest 09:52:55 [INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest 09:52:56 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest 09:52:56 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest 09:52:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest 09:52:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest 09:52:56 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest 09:52:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest 09:52:56 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest 09:52:56 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest 09:52:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest 09:52:56 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest 09:52:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest 09:52:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest 09:52:56 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest 09:52:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest 09:52:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest 09:52:56 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest 09:52:56 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest 09:52:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest 09:52:56 [INFO] 09:52:56 [INFO] Results: 09:52:56 [INFO] 09:52:56 [INFO] Tests run: 202, Failures: 0, Errors: 0, Skipped: 0 09:52:56 [INFO] 09:52:56 [INFO] 09:52:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders --- 09:52:56 [INFO] 09:52:56 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders --- 09:52:57 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 09:52:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF 09:52:57 [INFO] 09:52:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders --- 09:52:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:52:57 [INFO] No previous run data found, generating javadoc. 09:52:59 [WARNING] Javadoc Warnings 09:52:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T> 09:52:59 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder, 09:52:59 [WARNING] ^ 09:52:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return 09:52:59 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) { 09:52:59 [WARNING] ^ 09:52:59 [WARNING] 2 warnings 09:52:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 09:52:59 [INFO] 09:52:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders --- 09:52:59 [INFO] Tests are skipped. 09:52:59 [INFO] 09:52:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders --- 09:52:59 [INFO] Tests are skipped. 09:52:59 [INFO] 09:52:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders --- 09:52:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec 09:52:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes 09:52:59 [INFO] 09:52:59 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders --- 09:52:59 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'. 09:52:59 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'. 09:52:59 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'. 09:52:59 [INFO] 09:52:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders --- 09:52:59 [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 09:52:59 [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 09:52:59 [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 09:52:59 [INFO] 09:52:59 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders --- 09:52:59 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar 09:52:59 [INFO] Writing OBR metadata 09:52:59 [INFO] 09:52:59 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- 09:52:59 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [28/77] 09:52:59 [INFO] from base/service/pom.xml 09:52:59 [INFO] --------------------------------[ jar ]--------------------------------- 09:53:02 [INFO] 09:53:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service --- 09:53:02 [INFO] 09:53:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service --- 09:53:02 [INFO] 09:53:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service --- 09:53:02 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 09:53:02 [INFO] 09:53:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service --- 09:53:02 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:02 [WARNING] 09:53:02 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:53:02 [WARNING] 09:53:02 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:53:02 [WARNING] 09:53:02 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:53:02 [INFO] 09:53:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service --- 09:53:02 [INFO] Copying 1 resource from src/main/resources to target/classes 09:53:02 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:53:02 [INFO] 09:53:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service --- 09:53:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT... 09:53:02 [INFO] 09:53:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service --- 09:53:02 [INFO] Changes detected - recompiling the module! :dependency 09:53:02 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes 09:53:02 [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. 09:53:02 [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. 09:53:02 [INFO] 09:53:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service --- 09:53:02 [INFO] Copying 7 resources from src/test/resources to target/test-classes 09:53:02 [INFO] 09:53:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service --- 09:53:02 [INFO] Changes detected - recompiling the module! :dependency 09:53:02 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 09:53:03 [INFO] 09:53:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service --- 09:53:03 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:53:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/service/target/surefire-reports 09:53:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:53:03 [INFO] 09:53:03 [INFO] ------------------------------------------------------- 09:53:03 [INFO] T E S T S 09:53:03 [INFO] ------------------------------------------------------- 09:53:03 [INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest 09:53:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.818 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest 09:53:06 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest 09:53:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.654 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest 09:53:08 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest 09:53:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest 09:53:08 [INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest 09:53:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.146 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest 09:53:14 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest 09:53:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest 09:53:14 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest 09:53:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest 09:53:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest 09:53:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest 09:53:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest 09:53:15 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest 09:53:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest 09:53:15 [INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest 09:53:15 May 02, 2024 1:53:15 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:53:15 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. 09:53:16 May 02, 2024 1:53:16 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 09:53:16 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. 09:53:16 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest 09:53:16 [INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest 09:53:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest 09:53:16 [INFO] 09:53:16 [INFO] Results: 09:53:16 [INFO] 09:53:16 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 09:53:16 [INFO] 09:53:16 [INFO] 09:53:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service --- 09:53:16 [INFO] 09:53:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service --- 09:53:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 09:53:16 [INFO] 09:53:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service --- 09:53:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:53:16 [INFO] No previous run data found, generating javadoc. 09:53:19 [WARNING] Javadoc Warnings 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment 09:53:19 [WARNING] package org.eclipse.ditto.base.service; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.cluster; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.config; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.config.http; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.config.limits; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.config.supervision; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] package org.eclipse.ditto.base.service.devops; 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) { 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) { 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected static Policy substitutePolicy(final Policy policy, 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries, 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry, 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects, 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment 09:53:19 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment 09:53:19 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri"; 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment 09:53:19 [WARNING] protected final Config rawConfig; 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment 09:53:19 [WARNING] protected final C serviceSpecificConfig; 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment 09:53:19 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() { 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65)); 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment 09:53:19 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment 09:53:19 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY = 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment 09:53:19 [WARNING] public static final String TYPE = PREFIX + NAME; 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment 09:53:19 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment 09:53:19 [WARNING] public boolean isEnabled() { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment 09:53:19 [WARNING] public final class ModifySplitBrainResolverResponse 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment 09:53:19 [WARNING] public static final String TYPE = PREFIX + NAME; 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment 09:53:19 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject, 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment 09:53:19 [WARNING] public boolean isEnabled() { 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment 09:53:19 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment 09:53:19 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> { 09:53:19 [WARNING] ^ 09:53:19 [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 09:53:19 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment 09:53:19 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment 09:53:19 [WARNING] public String getActorName() { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment 09:53:19 [WARNING] public Props getProps() { 09:53:19 [WARNING] ^ 09:53:19 [WARNING] 36 warnings 09:53:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 09:53:19 [INFO] 09:53:19 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service --- 09:53:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 09:53:19 [INFO] 09:53:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service --- 09:53:19 [INFO] Tests are skipped. 09:53:19 [INFO] 09:53:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service --- 09:53:19 [INFO] Tests are skipped. 09:53:19 [INFO] 09:53:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service --- 09:53:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 09:53:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes 09:53:19 [INFO] 09:53:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service --- 09:53:19 [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 09:53:19 [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 09:53:19 [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 09:53:19 [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 09:53:19 [INFO] 09:53:19 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- 09:53:19 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [29/77] 09:53:19 [INFO] from connectivity/pom.xml 09:53:19 [INFO] --------------------------------[ pom ]--------------------------------- 09:53:19 [INFO] 09:53:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity --- 09:53:19 [INFO] 09:53:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity --- 09:53:19 [INFO] 09:53:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity --- 09:53:19 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/target/jacoco.exec 09:53:19 [INFO] 09:53:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity --- 09:53:19 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:19 [INFO] The goal is skip due to packaging 'pom' 09:53:19 [INFO] 09:53:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity --- 09:53:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT... 09:53:19 [INFO] 09:53:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity --- 09:53:19 [INFO] 09:53:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity --- 09:53:19 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:53:19 [INFO] 09:53:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity --- 09:53:19 [INFO] Tests are skipped. 09:53:19 [INFO] 09:53:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity --- 09:53:19 [INFO] Tests are skipped. 09:53:19 [INFO] 09:53:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity --- 09:53:19 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:53:19 [INFO] 09:53:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity --- 09:53:19 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity/0-SNAPSHOT/ditto-connectivity-0-SNAPSHOT.pom 09:53:19 [INFO] 09:53:19 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- 09:53:19 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [30/77] 09:53:19 [INFO] from connectivity/model/pom.xml 09:53:19 [INFO] -------------------------------[ bundle ]------------------------------- 09:53:19 [INFO] 09:53:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model --- 09:53:19 [INFO] 09:53:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model --- 09:53:19 [INFO] 09:53:19 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model --- 09:53:19 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:53:19 [INFO] 09:53:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model --- 09:53:19 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 09:53:19 [INFO] 09:53:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model --- 09:53:19 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:19 [WARNING] 09:53:19 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:53:19 [WARNING] 09:53:19 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:53:19 [WARNING] 09:53:19 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:53:19 [INFO] 09:53:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model --- 09:53:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources 09:53:19 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:53:19 [INFO] 09:53:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model --- 09:53:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT... 09:53:19 [INFO] 09:53:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model --- 09:53:19 [INFO] Changes detected - recompiling the module! :dependency 09:53:19 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes 09:53:21 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Some input files use or override a deprecated API. 09:53:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Recompile with -Xlint:deprecation for details. 09:53:21 [INFO] 09:53:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model --- 09:53:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources 09:53:21 [INFO] 09:53:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model --- 09:53:21 [INFO] Changes detected - recompiling the module! :dependency 09:53:21 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes 09:53:22 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API. 09:53:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details. 09:53:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations. 09:53:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details. 09:53:22 [INFO] 09:53:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model --- 09:53:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:53:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/surefire-reports 09:53:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:53:22 [INFO] 09:53:22 [INFO] ------------------------------------------------------- 09:53:22 [INFO] T E S T S 09:53:22 [INFO] ------------------------------------------------------- 09:53:22 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest 09:53:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest 09:53:23 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest 09:53:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest 09:53:23 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest 09:53:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest 09:53:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest 09:53:24 [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 09:53:24 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest 09:53:25 [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 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest 09:53:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest 09:53:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest 09:53:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest 09:53:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest 09:53:25 [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 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest 09:53:25 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest 09:53:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest 09:53:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest 09:53:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest 09:53:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest 09:53:25 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest 09:53:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest 09:53:26 [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 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest 09:53:26 [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 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest 09:53:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest 09:53:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest 09:53:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest 09:53:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest 09:53:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest 09:53:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest 09:53:26 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest 09:53:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest 09:53:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest 09:53:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest 09:53:27 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest 09:53:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest 09:53:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest 09:53:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest 09:53:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest 09:53:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest 09:53:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest 09:53:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest 09:53:27 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest 09:53:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest 09:53:27 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest 09:53:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest 09:53:27 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest 09:53:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest 09:53:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest 09:53:27 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest 09:53:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest 09:53:27 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest 09:53:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest 09:53:28 [INFO] 09:53:28 [INFO] Results: 09:53:28 [INFO] 09:53:28 [INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0 09:53:28 [INFO] 09:53:28 [INFO] 09:53:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model --- 09:53:28 [INFO] 09:53:28 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model --- 09:53:28 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 09:53:28 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF 09:53:28 [INFO] 09:53:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model --- 09:53:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:53:28 [INFO] No previous run data found, generating javadoc. 09:53:33 [WARNING] Javadoc Warnings 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment 09:53:33 [WARNING] package org.eclipse.ditto.connectivity.model; 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt; 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements; 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder( 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] protected AbstractConnectivityEvent(final String type, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] protected AbstractConnectivityEvent(final String type, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Instant getTimestamp() { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static Builder newBuilder(final ConnectionId connectionId, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static Builder newBuilder(final String invalidCommand) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) { 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment 09:53:33 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) { 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment 09:53:33 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L; 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment 09:53:33 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L; 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return 09:53:33 [WARNING] ReplyTarget build(); 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Optional<Boolean> getContainsFailure() { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public RetrieveConnectionMetricsResponse build() { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public RetrieveConnectionStatusResponse build() { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) { 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources, 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [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 09:53:33 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS = 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment 09:53:33 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey, 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment 09:53:33 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"), 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment 09:53:33 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"), 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment 09:53:33 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"), 09:53:33 [WARNING] ^ 09:53:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment 09:53:33 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"), 09:53:33 [WARNING] ^ 09:53:33 [WARNING] 63 warnings 09:53:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 09:53:33 [INFO] 09:53:33 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model --- 09:53:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 09:53:33 [INFO] 09:53:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model --- 09:53:33 [INFO] Tests are skipped. 09:53:33 [INFO] 09:53:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model --- 09:53:33 [INFO] Tests are skipped. 09:53:33 [INFO] 09:53:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model --- 09:53:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 09:53:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes 09:53:33 [INFO] 09:53:33 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model --- 09:53:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'. 09:53:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'. 09:53:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'. 09:53:34 [INFO] 09:53:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model --- 09:53:34 [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 09:53:34 [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 09:53:34 [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 09:53:34 [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 09:53:34 [INFO] 09:53:34 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model --- 09:53:34 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar 09:53:34 [INFO] Writing OBR metadata 09:53:34 [INFO] 09:53:34 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- 09:53:34 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [31/77] 09:53:34 [INFO] from thingsearch/pom.xml 09:53:34 [INFO] --------------------------------[ pom ]--------------------------------- 09:53:34 [INFO] 09:53:34 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch --- 09:53:34 [INFO] 09:53:34 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch --- 09:53:34 [INFO] 09:53:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch --- 09:53:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/target/jacoco.exec 09:53:34 [INFO] 09:53:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch --- 09:53:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:34 [INFO] The goal is skip due to packaging 'pom' 09:53:34 [INFO] 09:53:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch --- 09:53:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT... 09:53:34 [INFO] 09:53:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch --- 09:53:34 [INFO] 09:53:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch --- 09:53:34 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:53:34 [INFO] 09:53:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch --- 09:53:34 [INFO] Tests are skipped. 09:53:34 [INFO] 09:53:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch --- 09:53:34 [INFO] Tests are skipped. 09:53:34 [INFO] 09:53:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch --- 09:53:34 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:53:34 [INFO] 09:53:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch --- 09:53:34 [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 09:53:34 [INFO] 09:53:34 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- 09:53:34 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [32/77] 09:53:34 [INFO] from thingsearch/model/pom.xml 09:53:34 [INFO] -------------------------------[ bundle ]------------------------------- 09:53:34 [INFO] 09:53:34 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model --- 09:53:34 [INFO] 09:53:34 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model --- 09:53:34 [INFO] 09:53:34 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model --- 09:53:34 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:53:34 [INFO] 09:53:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model --- 09:53:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec 09:53:34 [INFO] 09:53:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model --- 09:53:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:34 [WARNING] 09:53:34 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:53:34 [WARNING] 09:53:34 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:53:34 [WARNING] 09:53:34 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:53:34 [INFO] 09:53:34 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model --- 09:53:34 [INFO] Copying 0 resource from src/main/resources to target/classes 09:53:34 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:53:34 [INFO] 09:53:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model --- 09:53:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT... 09:53:34 [INFO] 09:53:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model --- 09:53:34 [INFO] Changes detected - recompiling the module! :dependency 09:53:34 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes 09:53:34 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:34 [INFO] 09:53:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model --- 09:53:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources 09:53:34 [INFO] 09:53:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model --- 09:53:34 [INFO] Changes detected - recompiling the module! :dependency 09:53:34 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes 09:53:35 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:35 [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; 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 09:53:35 [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; 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 09:53:35 [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; 09:53:35 cast to java.lang.String for a varargs call 09:53:35 cast to java.lang.String[] for a non-varargs call and to suppress this warning 09:53:35 [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; 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 09:53:35 [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; 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 09:53:35 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 09:53:35 [INFO] 09:53:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model --- 09:53:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:53:35 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/surefire-reports 09:53:35 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:53:35 [INFO] 09:53:35 [INFO] ------------------------------------------------------- 09:53:35 [INFO] T E S T S 09:53:35 [INFO] ------------------------------------------------------- 09:53:35 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest 09:53:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest 09:53:36 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest 09:53:36 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest 09:53:36 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest 09:53:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest 09:53:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest 09:53:37 [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 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest 09:53:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest 09:53:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest 09:53:37 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest 09:53:38 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest 09:53:38 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest 09:53:38 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest 09:53:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest 09:53:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest 09:53:38 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest 09:53:38 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest 09:53:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest 09:53:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest 09:53:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest 09:53:38 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest 09:53:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest 09:53:38 [INFO] 09:53:38 [INFO] Results: 09:53:38 [INFO] 09:53:38 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 09:53:38 [INFO] 09:53:38 [INFO] 09:53:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model --- 09:53:38 [INFO] 09:53:38 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model --- 09:53:38 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 09:53:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF 09:53:39 [INFO] 09:53:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model --- 09:53:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:53:39 [INFO] No previous run data found, generating javadoc. 09:53:41 [WARNING] Javadoc Warnings 09:53:41 [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 09:53:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands; 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions; 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query; 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription; 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events; 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces, 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options, 09:53:41 [WARNING] ^ 09:53:41 [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 09:53:41 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options, 09:53:41 [WARNING] ^ 09:53:41 [WARNING] 8 warnings 09:53:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 09:53:41 [INFO] 09:53:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model --- 09:53:41 [INFO] Tests are skipped. 09:53:41 [INFO] 09:53:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model --- 09:53:41 [INFO] Tests are skipped. 09:53:41 [INFO] 09:53:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model --- 09:53:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec 09:53:42 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes 09:53:42 [INFO] 09:53:42 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model --- 09:53:42 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'. 09:53:42 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'. 09:53:42 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'. 09:53:42 [INFO] 09:53:42 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model --- 09:53:42 [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 09:53:42 [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 09:53:42 [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 09:53:42 [INFO] 09:53:42 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model --- 09:53:42 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar 09:53:42 [INFO] Writing OBR metadata 09:53:42 [INFO] 09:53:42 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ 09:53:42 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [33/77] 09:53:42 [INFO] from messages/pom.xml 09:53:42 [INFO] --------------------------------[ pom ]--------------------------------- 09:53:42 [INFO] 09:53:42 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages --- 09:53:42 [INFO] 09:53:42 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages --- 09:53:42 [INFO] 09:53:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages --- 09:53: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/messages/target/jacoco.exec 09:53:42 [INFO] 09:53:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages --- 09:53:42 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:42 [INFO] The goal is skip due to packaging 'pom' 09:53:42 [INFO] 09:53:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages --- 09:53:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT... 09:53:42 [INFO] 09:53:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages --- 09:53:42 [INFO] 09:53:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages --- 09:53:42 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:53:42 [INFO] 09:53:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages --- 09:53:42 [INFO] Tests are skipped. 09:53:42 [INFO] 09:53:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages --- 09:53:42 [INFO] Tests are skipped. 09:53:42 [INFO] 09:53:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages --- 09:53:42 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:53:42 [INFO] 09:53:42 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages --- 09:53:42 [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 09:53:42 [INFO] 09:53:42 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- 09:53:42 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [34/77] 09:53:42 [INFO] from messages/model/pom.xml 09:53:42 [INFO] -------------------------------[ bundle ]------------------------------- 09:53:42 [INFO] 09:53:42 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model --- 09:53:42 [INFO] 09:53:42 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model --- 09:53:42 [INFO] 09:53:42 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model --- 09:53:42 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:53:42 [INFO] 09:53:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model --- 09:53: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/messages/model/target/jacoco.exec 09:53:42 [INFO] 09:53:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model --- 09:53:42 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:42 [WARNING] 09:53:42 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:53:42 [WARNING] 09:53:42 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:53:42 [WARNING] 09:53:42 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:53:42 [INFO] 09:53:42 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model --- 09:53:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources 09:53:42 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:53:42 [INFO] 09:53:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model --- 09:53:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT... 09:53:42 [INFO] 09:53:42 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model --- 09:53:42 [INFO] Changes detected - recompiling the module! :dependency 09:53:42 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes 09:53:42 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:42 [INFO] 09:53:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model --- 09:53:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources 09:53:42 [INFO] 09:53:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model --- 09:53:42 [INFO] Changes detected - recompiling the module! :dependency 09:53:42 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes 09:53:43 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:43 [INFO] 09:53:43 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model --- 09:53:43 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:53:43 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/surefire-reports 09:53:43 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:53:43 [INFO] 09:53:43 [INFO] ------------------------------------------------------- 09:53:43 [INFO] T E S T S 09:53:43 [INFO] ------------------------------------------------------- 09:53:43 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest 09:53:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest 09:53:43 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest 09:53:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.080 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest 09:53:44 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest 09:53:45 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest 09:53:45 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest 09:53:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest 09:53:45 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest 09:53:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest 09:53:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest 09:53:45 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest 09:53:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest 09:53:45 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest 09:53:45 [INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest 09:53:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest 09:53:46 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest 09:53:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest 09:53:46 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest 09:53:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest 09:53:46 [INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest 09:53:46 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest 09:53:46 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest 09:53:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest 09:53:46 [INFO] 09:53:46 [INFO] Results: 09:53:46 [INFO] 09:53:46 [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0 09:53:46 [INFO] 09:53:46 [INFO] 09:53:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model --- 09:53:46 [INFO] 09:53:46 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model --- 09:53:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 09:53:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF 09:53:46 [INFO] 09:53:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model --- 09:53:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:53:46 [INFO] No previous run data found, generating javadoc. 09:53:48 [WARNING] Javadoc Warnings 09:53:48 [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 09:53:48 [WARNING] package org.eclipse.ditto.messages.model.signals.commands; 09:53:48 [WARNING] ^ 09:53:48 [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 09:53:48 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder, 09:53:48 [WARNING] ^ 09:53:48 [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 09:53:48 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) { 09:53:48 [WARNING] ^ 09:53:48 [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 09:53:48 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders, 09:53:48 [WARNING] ^ 09:53:48 [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 09:53:48 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, 09:53:48 [WARNING] ^ 09:53:48 [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 09:53:48 [WARNING] public Optional<String> getCorrelationId() { 09:53:48 [WARNING] ^ 09:53:48 [WARNING] 6 warnings 09:53:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 09:53:48 [INFO] 09:53:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model --- 09:53:48 [INFO] Tests are skipped. 09:53:48 [INFO] 09:53:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model --- 09:53:48 [INFO] Tests are skipped. 09:53:48 [INFO] 09:53:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model --- 09:53:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec 09:53:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes 09:53:49 [INFO] 09:53:49 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model --- 09:53:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'. 09:53:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'. 09:53:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'. 09:53:49 [INFO] 09:53:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model --- 09:53:49 [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 09:53:49 [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 09:53:49 [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 09:53:49 [INFO] 09:53:49 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model --- 09:53:49 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar 09:53:49 [INFO] Writing OBR metadata 09:53:49 [INFO] 09:53:49 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ 09:53:49 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [35/77] 09:53:49 [INFO] from protocol/pom.xml 09:53:49 [INFO] -------------------------------[ bundle ]------------------------------- 09:53:49 [INFO] 09:53:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol --- 09:53:49 [INFO] 09:53:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol --- 09:53:49 [INFO] 09:53:49 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol --- 09:53:49 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:53:49 [INFO] 09:53:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol --- 09:53: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/protocol/target/jacoco.exec 09:53:49 [INFO] 09:53:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol --- 09:53:49 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:53:49 [WARNING] 09:53:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:53:49 [WARNING] 09:53:49 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:53:49 [WARNING] 09:53:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:53:49 [INFO] 09:53:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol --- 09:53:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources 09:53:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:53:49 [INFO] 09:53:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol --- 09:53:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT... 09:53:49 [INFO] 09:53:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol --- 09:53:49 [INFO] Changes detected - recompiling the module! :dependency 09:53:49 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes 09:53:50 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:50 [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. 09:53:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details. 09:53:50 [INFO] 09:53:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol --- 09:53:50 [INFO] Copying 1 resource from src/test/resources to target/test-classes 09:53:50 [INFO] 09:53:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol --- 09:53:50 [INFO] Changes detected - recompiling the module! :dependency 09:53:50 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes 09:53:51 [WARNING] bootstrap class path not set in conjunction with -source 8 09:53:51 [INFO] 09:53:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol --- 09:53:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:53:51 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol/target/surefire-reports 09:53:51 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:53:51 [INFO] 09:53:51 [INFO] ------------------------------------------------------- 09:53:51 [INFO] T E S T S 09:53:51 [INFO] ------------------------------------------------------- 09:53:52 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest 09:53:53 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest 09:53:53 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest 09:53:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest 09:53:53 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest 09:53:53 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest 09:53:53 [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest 09:53:53 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest 09:53:53 [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest 09:53:53 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest 09:53:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest 09:53:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest 09:53:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest 09:53:54 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest 09:53:54 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest 09:53:54 [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest 09:53:54 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest 09:53:54 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest 09:53:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest 09:53:54 [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest 09:53:54 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest 09:53:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest 09:53:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest 09:53:54 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest 09:53:54 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest 09:53:54 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest 09:53:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest 09:53:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest 09:53:54 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest 09:53:54 [INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest 09:53:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest 09:53:55 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest 09:53:55 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 09:53:55 SLF4J: Defaulting to no-operation (NOP) logger implementation 09:53:55 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 09:53:55 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:53:58 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest 09:53:58 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest 09:53:58 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest 09:53:58 [INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest 09:53:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest 09:53:58 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest 09:53:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest 09:53:59 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest 09:53:59 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest 09:53:59 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest 09:53:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest 09:53:59 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest 09:53:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest 09:53:59 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest 09:53:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest 09:53:59 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest 09:54:01 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.179 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest 09:54:01 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest 09:54:01 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest 09:54:01 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest 09:54:01 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest 09:54:01 [INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest 09:54:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest 09:54:01 [INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest 09:54:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest 09:54:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest 09:54:02 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest 09:54:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest 09:54:02 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest 09:54:02 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest 09:54:02 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest 09:54:02 [INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest 09:54:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest 09:54:02 [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest 09:54:02 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest 09:54:02 [INFO] 09:54:02 [INFO] Results: 09:54:02 [INFO] 09:54:02 [INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0 09:54:02 [INFO] 09:54:02 [INFO] 09:54:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol --- 09:54:02 [INFO] 09:54:02 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol --- 09:54:02 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 09:54:02 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF 09:54:02 [INFO] 09:54:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol --- 09:54:02 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:54:02 [INFO] No previous run data found, generating javadoc. 09:54:05 [WARNING] Javadoc Warnings 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag 09:54:05 [WARNING] * <p> 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment 09:54:05 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment 09:54:05 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment 09:54:05 [WARNING] package org.eclipse.ditto.protocol.adapter.policies; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment 09:54:05 [WARNING] package org.eclipse.ditto.protocol.adapter.provider; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment 09:54:05 [WARNING] protected final PayloadPathMatcher payloadPathMatcher; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment 09:54:05 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment 09:54:05 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment 09:54:05 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name 09:54:05 [WARNING] AnnouncementsTopicPathBuilder name(String name); 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment 09:54:05 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment 09:54:05 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment 09:54:05 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment 09:54:05 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment 09:54:05 [WARNING] public static EmptyPathMatcher getInstance() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return 09:54:05 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return 09:54:05 [WARNING] public static IllegalAdaptableException newInstance(final String message, 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment 09:54:05 [WARNING] public Builder(final JsonPointer path) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment 09:54:05 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment 09:54:05 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment 09:54:05 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment 09:54:05 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment 09:54:05 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment 09:54:05 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment 09:54:05 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment 09:54:05 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment 09:54:05 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment 09:54:05 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment 09:54:05 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment 09:54:05 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies( 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment 09:54:05 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies( 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment 09:54:05 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment 09:54:05 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment 09:54:05 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment 09:54:05 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment 09:54:05 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment 09:54:05 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment 09:54:05 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment 09:54:05 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment 09:54:05 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment 09:54:05 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment 09:54:05 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment 09:54:05 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings> 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment 09:54:05 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment 09:54:05 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment 09:54:05 [WARNING] protected RetrieveThingsCommandMappingStrategies() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment 09:54:05 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment 09:54:05 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment 09:54:05 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment 09:54:05 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment 09:54:05 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment 09:54:05 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment 09:54:05 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment 09:54:05 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment 09:54:05 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment 09:54:05 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment 09:54:05 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment 09:54:05 [WARNING] protected static String leafValue(final JsonPointer path) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment 09:54:05 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment 09:54:05 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment 09:54:05 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment 09:54:05 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment 09:54:05 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment 09:54:05 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment 09:54:05 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment 09:54:05 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse> 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment 09:54:05 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment 09:54:05 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment 09:54:05 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment 09:54:05 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment 09:54:05 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment 09:54:05 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment 09:54:05 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment 09:54:05 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment 09:54:05 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment 09:54:05 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment 09:54:05 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment 09:54:05 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment 09:54:05 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName 09:54:05 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName); 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment 09:54:05 [WARNING] String ID_PLACEHOLDER = "_"; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment 09:54:05 [WARNING] String PATH_DELIMITER = "/"; 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment 09:54:05 [WARNING] default boolean isWildcardTopic() { 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment 09:54:05 [WARNING] CREATE("create"), 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment 09:54:05 [WARNING] CREATED("created"), 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment 09:54:05 [WARNING] DELETE("delete"), 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment 09:54:05 [WARNING] DELETED("deleted"); 09:54:05 [WARNING] ^ 09:54:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment 09:54:05 [WARNING] MERGE("merge"), 09:54:05 [WARNING] ^ 09:54:05 [WARNING] 100 warnings 09:54:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 09:54:05 [INFO] 09:54:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol --- 09:54:06 [INFO] Tests are skipped. 09:54:06 [INFO] 09:54:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol --- 09:54:06 [INFO] Tests are skipped. 09:54:06 [INFO] 09:54:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol --- 09:54:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec 09:54:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes 09:54:06 [INFO] 09:54:06 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol --- 09:54:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'. 09:54:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'. 09:54:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'. 09:54:06 [INFO] 09:54:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol --- 09:54:06 [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 09:54:06 [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 09:54:06 [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 09:54:06 [INFO] 09:54:06 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol --- 09:54:06 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar 09:54:06 [INFO] Writing OBR metadata 09:54:06 [INFO] 09:54:06 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >----------- 09:54:06 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77] 09:54:06 [INFO] from internal/models/signal/pom.xml 09:54:06 [INFO] --------------------------------[ jar ]--------------------------------- 09:54:07 [INFO] 09:54:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal --- 09:54:07 [INFO] 09:54:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal --- 09:54:07 [INFO] 09:54:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal --- 09:54: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/models/signal/target/jacoco.exec 09:54:07 [INFO] 09:54:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal --- 09:54:07 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:54:07 [WARNING] 09:54:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:54:07 [WARNING] 09:54:07 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:54:07 [WARNING] 09:54:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:54:07 [INFO] 09:54:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal --- 09:54:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources 09:54:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:54:07 [INFO] 09:54:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal --- 09:54:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT... 09:54:07 [INFO] 09:54:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal --- 09:54:07 [INFO] Changes detected - recompiling the module! :dependency 09:54:07 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 09:54:07 [INFO] 09:54:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal --- 09:54:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources 09:54:07 [INFO] 09:54:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal --- 09:54:07 [INFO] Changes detected - recompiling the module! :dependency 09:54:07 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes 09:54:07 [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. 09:54:07 [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. 09:54:07 [INFO] 09:54:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal --- 09:54:07 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:54:07 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/surefire-reports 09:54:07 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:54:07 [INFO] 09:54:07 [INFO] ------------------------------------------------------- 09:54:07 [INFO] T E S T S 09:54:07 [INFO] ------------------------------------------------------- 09:54:08 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest 09:54:10 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest 09:54:10 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest 09:54:12 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest 09:54:12 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest 09:54:12 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest 09:54:12 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest 09:54:13 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest 09:54:13 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest 09:54:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest 09:54:13 [INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest 09:54:13 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest 09:54:13 [INFO] 09:54:13 [INFO] Results: 09:54:13 [INFO] 09:54:13 [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0 09:54:13 [INFO] 09:54:13 [INFO] 09:54:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal --- 09:54:13 [INFO] 09:54:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal --- 09:54:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 09:54:13 [INFO] 09:54:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal --- 09:54:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:54:13 [INFO] No previous run data found, generating javadoc. 09:54:15 [WARNING] Javadoc Warnings 09:54:15 [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 09:54:15 [WARNING] * <p> 09:54:15 [WARNING] ^ 09:54:15 [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 09:54:15 [WARNING] ANNOUNCEMENT, 09:54:15 [WARNING] ^ 09:54:15 [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 09:54:15 [WARNING] COMMAND, 09:54:15 [WARNING] ^ 09:54:15 [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 09:54:15 [WARNING] EVENT, 09:54:15 [WARNING] ^ 09:54:15 [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 09:54:15 [WARNING] RESPONSE; 09:54:15 [WARNING] ^ 09:54:15 [WARNING] 5 warnings 09:54:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 09:54:15 [INFO] 09:54:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal --- 09:54:15 [INFO] Tests are skipped. 09:54:15 [INFO] 09:54:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal --- 09:54:15 [INFO] Tests are skipped. 09:54:15 [INFO] 09:54:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal --- 09:54:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 09:54:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes 09:54:15 [INFO] 09:54:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal --- 09:54:15 [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 09:54:15 [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 09:54:15 [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 09:54:15 [INFO] 09:54:15 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- 09:54:15 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [37/77] 09:54:15 [INFO] from policies/api/pom.xml 09:54:15 [INFO] --------------------------------[ jar ]--------------------------------- 09:54:15 [INFO] 09:54:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api --- 09:54:15 [INFO] 09:54:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api --- 09:54:15 [INFO] 09:54:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api --- 09:54:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 09:54:15 [INFO] 09:54:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api --- 09:54:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:54:15 [WARNING] 09:54:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:54:15 [WARNING] 09:54:15 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:54:15 [WARNING] 09:54:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:54:15 [INFO] 09:54:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api --- 09:54:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources 09:54:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:54:15 [INFO] 09:54:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api --- 09:54:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT... 09:54:15 [INFO] 09:54:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api --- 09:54:15 [INFO] Changes detected - recompiling the module! :dependency 09:54:15 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 09:54:15 [INFO] 09:54:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api --- 09:54:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources 09:54:15 [INFO] 09:54:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api --- 09:54:15 [INFO] Changes detected - recompiling the module! :dependency 09:54:15 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 09:54:15 [INFO] 09:54:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api --- 09:54:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:54:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/surefire-reports 09:54:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:54:15 [INFO] 09:54:15 [INFO] ------------------------------------------------------- 09:54:15 [INFO] T E S T S 09:54:15 [INFO] ------------------------------------------------------- 09:54:16 [INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest 09:54:17 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest 09:54:17 [INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest 09:54:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest 09:54:17 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest 09:54:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest 09:54:18 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest 09:54:18 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest 09:54:18 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest 09:54:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest 09:54:18 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest 09:54:18 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest 09:54:18 [INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest 09:54:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.api.PolicyTagTest 09:54:18 [INFO] 09:54:18 [INFO] Results: 09:54:18 [INFO] 09:54:18 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 09:54:18 [INFO] 09:54:18 [INFO] 09:54:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api --- 09:54:18 [INFO] 09:54:18 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api --- 09:54:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 09:54:18 [INFO] 09:54:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api --- 09:54:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:54:18 [INFO] No previous run data found, generating javadoc. 09:54:20 [WARNING] Javadoc Warnings 09:54:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment 09:54:20 [WARNING] package org.eclipse.ditto.policies.api; 09:54:20 [WARNING] ^ 09:54:20 [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 09:54:20 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo; 09:54:20 [WARNING] ^ 09:54:20 [WARNING] 2 warnings 09:54:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 09:54:20 [INFO] 09:54:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api --- 09:54:20 [INFO] Tests are skipped. 09:54:20 [INFO] 09:54:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api --- 09:54:20 [INFO] Tests are skipped. 09:54:20 [INFO] 09:54:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api --- 09:54:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 09:54:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes 09:54:20 [INFO] 09:54:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api --- 09:54:20 [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 09:54:20 [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 09:54:20 [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 09:54:20 [INFO] 09:54:20 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ 09:54:20 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77] 09:54:20 [INFO] from internal/utils/ddata/pom.xml 09:54:20 [INFO] --------------------------------[ jar ]--------------------------------- 09:54:20 [INFO] 09:54:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] 09:54:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] 09:54:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 09:54:20 [INFO] 09:54:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata --- 09:54:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:54:20 [WARNING] 09:54:20 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:54:20 [WARNING] 09:54:20 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:54:20 [WARNING] 09:54:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:54:20 [INFO] 09:54:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] Copying 1 resource from src/main/resources to target/classes 09:54:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:54:20 [INFO] 09:54:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT... 09:54:20 [INFO] 09:54:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata --- 09:54:20 [INFO] Changes detected - recompiling the module! :dependency 09:54:20 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 09:54:21 [INFO] 09:54:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata --- 09:54:21 [INFO] Copying 2 resources from src/test/resources to target/test-classes 09:54:21 [INFO] 09:54:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata --- 09:54:21 [INFO] Changes detected - recompiling the module! :dependency 09:54:21 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 09:54:21 [INFO] 09:54:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata --- 09:54:21 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:54:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/surefire-reports 09:54:21 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:54:21 [INFO] 09:54:21 [INFO] ------------------------------------------------------- 09:54:21 [INFO] T E S T S 09:54:21 [INFO] ------------------------------------------------------- 09:54:21 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest 09:54:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.912 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest 09:54:24 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest 09:54:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest 09:54:25 [INFO] 09:54:25 [INFO] Results: 09:54:25 [INFO] 09:54:25 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 09:54:25 [INFO] 09:54:25 [INFO] 09:54:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata --- 09:54:25 [INFO] 09:54:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata --- 09:54:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 09:54:25 [INFO] 09:54:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata --- 09:54:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:54:25 [INFO] No previous run data found, generating javadoc. 09:54:26 [WARNING] Javadoc Warnings 09:54:26 [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 09:54:26 [WARNING] package org.eclipse.ditto.internal.utils.ddata; 09:54:26 [WARNING] ^ 09:54:26 [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 09:54:26 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory, 09:54:26 [WARNING] ^ 09:54:26 [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 09:54:26 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem, 09:54:26 [WARNING] ^ 09:54:26 [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 09:54:26 [WARNING] protected final int numberOfShards; 09:54:26 [WARNING] ^ 09:54:26 [WARNING] 4 warnings 09:54:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 09:54:26 [INFO] 09:54:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata --- 09:54:26 [INFO] Tests are skipped. 09:54:26 [INFO] 09:54:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata --- 09:54:26 [INFO] Tests are skipped. 09:54:26 [INFO] 09:54:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata --- 09:54:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 09:54:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes 09:54:26 [INFO] 09:54:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata --- 09:54:26 [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 09:54:26 [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 09:54:26 [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 09:54:26 [INFO] 09:54:26 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ 09:54:26 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77] 09:54:26 [INFO] from internal/utils/pubsub/pom.xml 09:54:26 [INFO] --------------------------------[ jar ]--------------------------------- 09:54:26 [INFO] 09:54:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub --- 09:54:26 [INFO] 09:54:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub --- 09:54:26 [INFO] 09:54:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub --- 09:54: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/pubsub/target/jacoco.exec 09:54:26 [INFO] 09:54:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub --- 09:54:26 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:54:26 [WARNING] 09:54:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:54:26 [WARNING] 09:54:26 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:54:26 [WARNING] 09:54:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:54:26 [INFO] 09:54:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub --- 09:54:26 [INFO] Copying 1 resource from src/main/resources to target/classes 09:54:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:54:26 [INFO] 09:54:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub --- 09:54:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT... 09:54:26 [INFO] 09:54:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub --- 09:54:26 [INFO] Changes detected - recompiling the module! :dependency 09:54:26 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes 09:54:27 [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. 09:54:27 [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. 09:54:27 [INFO] 09:54:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub --- 09:54:27 [INFO] Copying 4 resources from src/test/resources to target/test-classes 09:54:27 [INFO] 09:54:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub --- 09:54:27 [INFO] Changes detected - recompiling the module! :dependency 09:54:27 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 09:54:30 [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. 09:54:30 [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. 09:54:30 [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. 09:54:30 [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. 09:54:30 [INFO] 09:54:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub --- 09:54:30 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:54:30 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/surefire-reports 09:54:30 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:54:30 [INFO] 09:54:30 [INFO] ------------------------------------------------------- 09:54:30 [INFO] T E S T S 09:54:30 [INFO] ------------------------------------------------------- 09:54:30 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest 09:54:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.673 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest 09:54:33 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest 09:56:59 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.5 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest 09:56:59 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest 09:57:13 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:57:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.00 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest 09:57:23 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest 09:57:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.280 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest 09:57:31 [INFO] 09:57:31 [INFO] Results: 09:57:31 [INFO] 09:57:31 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 09:57:31 [INFO] 09:57:31 [INFO] 09:57:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub --- 09:57:31 [INFO] 09:57:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub --- 09:57:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 09:57:31 [INFO] 09:57:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub --- 09:57:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:57:31 [INFO] No previous run data found, generating javadoc. 09:57:34 [WARNING] Javadoc Warnings 09:57:34 [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 09:57:34 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final SelfUniqueAddress selfUniqueAddress; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config, 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final AckExtractor<T> ackExtractor; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final ActorRefFactory actorRefFactory; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final CompressedDData ddata; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final DistributedDataConfig ddataConfig; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final DistributedAcks distributedAcks; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final String factoryId; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final Class<T> messageClass; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor; 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() { 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] static DistributedAcks empty(final ActorSystem system) { 09:57:34 [WARNING] ^ 09:57:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:55: warning: no @param for <S> 09:57:34 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, CharSequence groupIndexKey, 09:57:34 [WARNING] ^ 09:57:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:90: warning: no @param for <S> 09:57:34 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) { 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] public Set<V> getValues(final Collection<String> groups) { 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) { 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) { 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] public static Subscribe of(final Collection<String> topics, 09:57:34 [WARNING] ^ 09:57:34 [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 09:57:34 [WARNING] public static final int MAX_ERROR_COUNTER = 3; 09:57:34 [WARNING] ^ 09:57:34 [WARNING] 20 warnings 09:57:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 09:57:34 [INFO] 09:57:34 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub --- 09:57:34 [INFO] Copying 1 resource from src/main/resources to target 09:57:34 [INFO] 09:57:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub --- 09:57:34 [INFO] Tests are skipped. 09:57:34 [INFO] 09:57:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub --- 09:57:34 [INFO] Tests are skipped. 09:57:34 [INFO] 09:57:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub --- 09:57:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 09:57:34 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes 09:57:34 [INFO] 09:57:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub --- 09:57:34 [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 09:57:34 [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 09:57:34 [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 09:57:34 [INFO] 09:57:34 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ 09:57:34 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [40/77] 09:57:34 [INFO] from internal/utils/cache/pom.xml 09:57:34 [INFO] --------------------------------[ jar ]--------------------------------- 09:57:35 [INFO] 09:57:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache --- 09:57:35 [INFO] 09:57:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache --- 09:57:35 [INFO] 09:57:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache --- 09:57:35 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 09:57:35 [INFO] 09:57:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache --- 09:57:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:57:35 [WARNING] 09:57:35 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:57:35 [WARNING] 09:57:35 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:57:35 [WARNING] 09:57:35 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:57:35 [INFO] 09:57:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache --- 09:57:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources 09:57:35 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:57:35 [INFO] 09:57:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache --- 09:57:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT... 09:57:35 [INFO] 09:57:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache --- 09:57:35 [INFO] Changes detected - recompiling the module! :dependency 09:57:35 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes 09:57:35 [INFO] 09:57:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache --- 09:57:35 [INFO] Copying 1 resource from src/test/resources to target/test-classes 09:57:35 [INFO] 09:57:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache --- 09:57:35 [INFO] Changes detected - recompiling the module! :dependency 09:57:35 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 09:57:35 [INFO] 09:57:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache --- 09:57:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:57:35 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/surefire-reports 09:57:35 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:57:35 [INFO] 09:57:35 [INFO] ------------------------------------------------------- 09:57:35 [INFO] T E S T S 09:57:35 [INFO] ------------------------------------------------------- 09:57:36 [INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest 09:57:36 SLF4J(W): No SLF4J providers were found. 09:57:36 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 09:57:36 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 09:57:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest 09:57:36 [INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest 09:57:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest 09:57:38 [INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest 09:57:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest 09:57:39 [INFO] 09:57:39 [INFO] Results: 09:57:39 [INFO] 09:57:39 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 09:57:39 [INFO] 09:57:39 [INFO] 09:57:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache --- 09:57:39 [INFO] 09:57:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache --- 09:57:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 09:57:39 [INFO] 09:57:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache --- 09:57:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:57:39 [INFO] No previous run data found, generating javadoc. 09:57:41 [WARNING] Javadoc Warnings 09:57:41 [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 09:57:41 [WARNING] package org.eclipse.ditto.internal.utils.cache; 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] package org.eclipse.ditto.internal.utils.cache.config; 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry; 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] boolean exists(); 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) { 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] default Optional<T> get() { 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] static <T> Entry<T> nonexistent() { 09:57:41 [WARNING] ^ 09:57:41 [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 09:57:41 [WARNING] static <T> Entry<T> of(final long revision, final T value) { 09:57:41 [WARNING] ^ 09:57:41 [WARNING] 8 warnings 09:57:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 09:57:41 [INFO] 09:57:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache --- 09:57:41 [INFO] Tests are skipped. 09:57:41 [INFO] 09:57:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache --- 09:57:41 [INFO] Tests are skipped. 09:57:41 [INFO] 09:57:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache --- 09:57:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 09:57:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes 09:57:41 [INFO] 09:57:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache --- 09:57:41 [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 09:57:41 [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 09:57:41 [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 09:57:41 [INFO] 09:57:41 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- 09:57:41 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [41/77] 09:57:41 [INFO] from internal/utils/test/pom.xml 09:57:41 [INFO] --------------------------------[ jar ]--------------------------------- 09:57:44 [INFO] 09:57:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test --- 09:57:44 [INFO] 09:57:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test --- 09:57:44 [INFO] 09:57:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test --- 09:57:44 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/jacoco.exec 09:57:44 [INFO] 09:57:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test --- 09:57:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:57:44 [WARNING] 09:57:44 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:57:44 [WARNING] 09:57:44 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:57:44 [WARNING] 09:57:44 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:57:44 [INFO] 09:57:44 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test --- 09:57:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources 09:57:44 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:57:44 [INFO] 09:57:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test --- 09:57:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT... 09:57:44 [INFO] 09:57:44 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test --- 09:57:44 [INFO] No sources to compile 09:57:44 [INFO] 09:57:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test --- 09:57:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources 09:57:44 [INFO] 09:57:44 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test --- 09:57:44 [INFO] Changes detected - recompiling the module! :dependency 09:57:44 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes 09:57:44 [INFO] 09:57:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test --- 09:57:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:57:44 [INFO] 09:57:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test --- 09:57:44 [INFO] 09:57:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test --- 09:57:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar 09:57:44 [INFO] 09:57:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test --- 09:57:44 [INFO] 09:57:44 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test --- 09:57:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 09:57:44 [INFO] 09:57:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test --- 09:57:44 [INFO] Tests are skipped. 09:57:44 [INFO] 09:57:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test --- 09:57:44 [INFO] Tests are skipped. 09:57:44 [INFO] 09:57:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test --- 09:57:44 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:57:44 [INFO] 09:57:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test --- 09:57:44 [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 09:57:44 [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 09:57:44 [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 09:57:44 [INFO] 09:57:44 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- 09:57:44 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77] 09:57:44 [INFO] from internal/utils/persistence/pom.xml 09:57:44 [INFO] --------------------------------[ jar ]--------------------------------- 09:57:45 [INFO] 09:57:45 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] 09:57:45 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] 09:57:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence --- 09:57: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/persistence/target/jacoco.exec 09:57:45 [INFO] 09:57:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence --- 09:57:45 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:57:45 [WARNING] 09:57:45 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:57:45 [WARNING] 09:57:45 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:57:45 [WARNING] 09:57:45 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:57:45 [INFO] 09:57:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources 09:57:45 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:57:45 [INFO] 09:57:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT... 09:57:45 [INFO] 09:57:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] Changes detected - recompiling the module! :dependency 09:57:45 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes 09:57:45 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Some input files use or override a deprecated API. 09:57:45 [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. 09:57:45 [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. 09:57:45 [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. 09:57:45 [INFO] 09:57:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] Copying 12 resources from src/test/resources to target/test-classes 09:57:45 [INFO] 09:57:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence --- 09:57:45 [INFO] Changes detected - recompiling the module! :dependency 09:57:45 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes 09:57:46 [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. 09:57:46 [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. 09:57:46 [INFO] 09:57:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence --- 09:57:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:57:46 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/surefire-reports 09:57:46 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:57:46 [INFO] 09:57:46 [INFO] ------------------------------------------------------- 09:57:46 [INFO] T E S T S 09:57:46 [INFO] ------------------------------------------------------- 09:57:47 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest 09:57:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest 09:57:50 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest 09:57:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest 09:57:50 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest 09:57:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest 09:57:50 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest 09:57:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest 09:57:50 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest 09:57:51 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest 09:57:51 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest 09:57:51 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest 09:57:51 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest 09:57:51 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest 09:57:51 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest 09:57:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest 09:57:51 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest 09:57:51 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest 09:57:51 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest 09:57:51 13:57:51,756 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 09:57:51 13:57:51,757 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - No custom configurators were discovered as a service. 09:57:51 13:57:51,757 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 09:57:51 13:57:51,759 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 09:57:51 13:57:51,761 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 09:57:51 13:57:51,761 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 09:57:51 13:57:51,764 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 09:57:51 13:57:51,764 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 09:57:51 13:57:51,765 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 09:57:51 13:57:51,765 |-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] 09:57:51 13:57:51,889 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 09:57:51 13:57:51,903 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 09:57:51 13:57:51,903 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 09:57:51 13:57:51,913 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 09:57:51 13:57:51,950 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 09:57:51 13:57:51,951 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 09:57:51 13:57:51,951 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 09:57:51 13:57:51,954 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 09:57:51 13:57:51,954 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 09:57:51 13:57:51,955 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 09:57:51 13:57:51,955 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 09:57:51 13:57:51,955 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@3b1137b0 - End of configuration. 09:57:51 13:57:51,957 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@40db6136 - Registering current configuration as safe fallback point 09:57:51 13:57:51,957 |-INFO in ch.qos.logback.classic.util.ContextInitializer@25e353dc - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 192 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 09:57:52 2024-05-02 13:57:52,554 WARN [] o.mongodb.driver.uri - Connection string contains unsupported option 'writeconcern'. 09:57:52 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest 09:57:52 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest 09:57:55 2024-05-02 13:57:55,839 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 09:57:55 2024-05-02 13:57:55,839 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 09:57:55 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:57:57 2024-05-02 13:57:57,444 WARN [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 09:57:57 [WARN] [05/02/2024 13:57:57.655] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-752050926]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:57 [WARN] [05/02/2024 13:57:57.661] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-752050926]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:57 2024-05-02 13:57:57,878 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 09:57:57 2024-05-02 13:57:57,879 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 09:57:58 [WARN] [05/02/2024 13:57:58.051] [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#265460443]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 [WARN] [05/02/2024 13:57:58.052] [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#265460443]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 2024-05-02 13:57:58,242 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 09:57:58 2024-05-02 13:57:58,243 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 09:57:58 [WARN] [05/02/2024 13:57:58.263] [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#-563374716]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 [WARN] [05/02/2024 13:57:58.264] [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#-563374716]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 2024-05-02 13:57:58,451 WARN [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-13) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 09:57:58 2024-05-02 13:57:58,452 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 09:57:58 [WARN] [05/02/2024 13:57:58.478] [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#413139009]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 [WARN] [05/02/2024 13:57:58.478] [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#413139009]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 2024-05-02 13:57:58,646 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 09:57:58 2024-05-02 13:57:58,646 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 09:57:58 [WARN] [05/02/2024 13:57:58.661] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-846730872]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 [WARN] [05/02/2024 13:57:58.661] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-846730872]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 09:57:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.111 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest 09:57:58 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest 09:57:58 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest 09:57:58 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest 09:57:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest 09:57:58 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest 09:57:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest 09:57:58 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest 09:57:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 09:57:59 2024-05-02 13:57:59,339 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 09:57:59 2024-05-02 13:57:59,340 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 09:57:59 2024-05-02 13:57:59,477 WARN [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 09:57:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest 09:57:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest 09:57:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest 09:57:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest 09:57:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest 09:57:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest 09:57:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest 09:57:59 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest 09:57:59 [INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest 09:57:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest 09:58:00 [INFO] 09:58:00 [INFO] Results: 09:58:00 [INFO] 09:58:00 [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0 09:58:00 [INFO] 09:58:00 [INFO] 09:58:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence --- 09:58:00 [INFO] 09:58:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence --- 09:58:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 09:58:00 [INFO] 09:58:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence --- 09:58:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:58:00 [INFO] No previous run data found, generating javadoc. 09:58:03 [WARNING] Javadoc Warnings 09:58:03 [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 09:58:03 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected final EventRegistry<T> eventRegistry; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected final ExtendedActorSystem system; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system, 09:58:03 [WARNING] ^ 09:58:03 [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> 09:58:03 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator, 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {} 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] protected abstract String getActorName(); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public DittoMongoCollectionCache(final Config config) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public BsonInt32 getBsonInt() { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] ASCENDING(1), DESCENDING(-1); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] ASCENDING(1), DESCENDING(-1); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static final IndexDirection DEFAULT = ASCENDING; 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public KamonCommandListener(final String metricName) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public KamonConnectionPoolListener(final String metricName) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection, 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient, 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST(); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID(); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() { 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest()); 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] EXTRACTOR_CLASS("class", ""), 09:58:03 [WARNING] ^ 09:58:03 [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 09:58:03 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList()); 09:58:03 [WARNING] ^ 09:58:03 [WARNING] 41 warnings 09:58:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 09:58:03 [INFO] 09:58:03 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence --- 09:58:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 09:58:03 [INFO] 09:58:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence --- 09:58:03 [INFO] Tests are skipped. 09:58:03 [INFO] 09:58:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence --- 09:58:03 [INFO] Tests are skipped. 09:58:03 [INFO] 09:58:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence --- 09:58:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 09:58:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes 09:58:04 [INFO] 09:58:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence --- 09:58:04 [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 09:58:04 [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 09:58:04 [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 09:58:04 [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 09:58:04 [INFO] 09:58:04 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- 09:58:04 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [43/77] 09:58:04 [INFO] from things/api/pom.xml 09:58:04 [INFO] --------------------------------[ jar ]--------------------------------- 09:58:04 [INFO] 09:58:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api --- 09:58:04 [INFO] 09:58:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api --- 09:58:04 [INFO] 09:58:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api --- 09:58:04 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 09:58:04 [INFO] 09:58:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api --- 09:58:04 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:04 [WARNING] 09:58:04 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:58:04 [WARNING] 09:58:04 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:58:04 [WARNING] 09:58:04 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:58:04 [INFO] 09:58:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api --- 09:58:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources 09:58:04 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:58:04 [INFO] 09:58:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api --- 09:58:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT... 09:58:04 [INFO] 09:58:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api --- 09:58:04 [INFO] Changes detected - recompiling the module! :dependency 09:58:04 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes 09:58:04 [INFO] 09:58:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api --- 09:58:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources 09:58:04 [INFO] 09:58:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api --- 09:58:04 [INFO] Changes detected - recompiling the module! :dependency 09:58:04 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 09:58:04 [INFO] 09:58:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api --- 09:58:04 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:58:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/api/target/surefire-reports 09:58:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:58:04 [INFO] 09:58:04 [INFO] ------------------------------------------------------- 09:58:04 [INFO] T E S T S 09:58:04 [INFO] ------------------------------------------------------- 09:58:05 [INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest 09:58:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.242 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest 09:58:08 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest 09:58:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest 09:58:08 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest 09:58:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest 09:58:08 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest 09:58:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest 09:58:08 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest 09:58:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest 09:58:09 [INFO] 09:58:09 [INFO] Results: 09:58:09 [INFO] 09:58:09 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 09:58:09 [INFO] 09:58:09 [INFO] 09:58:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api --- 09:58:09 [INFO] 09:58:09 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api --- 09:58:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 09:58:09 [INFO] 09:58:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api --- 09:58:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:58:09 [INFO] No previous run data found, generating javadoc. 09:58:11 [WARNING] Javadoc Warnings 09:58:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment 09:58:11 [WARNING] package org.eclipse.ditto.things.api; 09:58:11 [WARNING] ^ 09:58:11 [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 09:58:11 [WARNING] package org.eclipse.ditto.things.api.commands.sudo; 09:58:11 [WARNING] ^ 09:58:11 [WARNING] 2 warnings 09:58:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 09:58:11 [INFO] 09:58:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api --- 09:58:11 [INFO] Tests are skipped. 09:58:11 [INFO] 09:58:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api --- 09:58:11 [INFO] Tests are skipped. 09:58:11 [INFO] 09:58:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api --- 09:58:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 09:58:11 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes 09:58:11 [INFO] 09:58:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api --- 09:58:11 [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 09:58:11 [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 09:58:11 [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 09:58:11 [INFO] 09:58:11 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- 09:58:11 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [44/77] 09:58:11 [INFO] from connectivity/api/pom.xml 09:58:11 [INFO] --------------------------------[ jar ]--------------------------------- 09:58:11 [INFO] 09:58:11 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api --- 09:58:11 [INFO] 09:58:11 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api --- 09:58:11 [INFO] 09:58:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api --- 09:58: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/connectivity/api/target/jacoco.exec 09:58:11 [INFO] 09:58:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api --- 09:58:11 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:11 [WARNING] 09:58:11 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:58:11 [WARNING] 09:58:11 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:58:11 [WARNING] 09:58:11 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:58:11 [INFO] 09:58:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api --- 09:58:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources 09:58:11 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:58:11 [INFO] 09:58:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api --- 09:58:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT... 09:58:11 [INFO] 09:58:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api --- 09:58:11 [INFO] Changes detected - recompiling the module! :dependency 09:58:11 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes 09:58:11 [INFO] 09:58:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api --- 09:58:11 [INFO] Copying 2 resources from src/test/resources to target/test-classes 09:58:11 [INFO] 09:58:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api --- 09:58:11 [INFO] Changes detected - recompiling the module! :dependency 09:58:11 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 09:58:12 [INFO] 09:58:12 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api --- 09:58:12 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:58:12 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/surefire-reports 09:58:12 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:58:12 [INFO] 09:58:12 [INFO] ------------------------------------------------------- 09:58:12 [INFO] T E S T S 09:58:12 [INFO] ------------------------------------------------------- 09:58:12 [INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest 09:58:13 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest 09:58:13 [INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest 09:58:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest 09:58:14 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest 09:58:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest 09:58:14 [INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest 09:58:15 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:58:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.069 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest 09:58:17 [INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest 09:58:18 SLF4J(W): No SLF4J providers were found. 09:58:18 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 09:58:18 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 09:58:20 [INFO] [05/02/2024 13:58:20.491] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:58:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest 09:58:20 [INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest 09:58:21 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest 09:58:21 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest 09:58:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest 09:58:21 [INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest 09:58:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest 09:58:21 [INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest 09:58:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest 09:58:21 [INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest 09:58:21 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest 09:58:21 [INFO] 09:58:21 [INFO] Results: 09:58:21 [INFO] 09:58:21 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0 09:58:21 [INFO] 09:58:21 [INFO] 09:58:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api --- 09:58:21 [INFO] 09:58:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api --- 09:58:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 09:58:21 [INFO] 09:58:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api --- 09:58:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:58:21 [INFO] No previous run data found, generating javadoc. 09:58:23 [WARNING] Javadoc Warnings 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment 09:58:23 [WARNING] package org.eclipse.ditto.connectivity.api; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs; 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment 09:58:23 [WARNING] CONNECTED, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment 09:58:23 [WARNING] CONNECTING, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment 09:58:23 [WARNING] DISCONNECTED, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment 09:58:23 [WARNING] DISCONNECTING, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment 09:58:23 [WARNING] INITIALIZED, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment 09:58:23 [WARNING] TESTING; 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment 09:58:23 [WARNING] UNKNOWN, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment 09:58:23 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval"; 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment 09:58:23 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH = 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment 09:58:23 [WARNING] BYTES, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment 09:58:23 [WARNING] TEXT, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment 09:58:23 [WARNING] TEXT_AND_BYTES, 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment 09:58:23 [WARNING] UNKNOWN 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command, 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable( 09:58:23 [WARNING] ^ 09:58:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment 09:58:23 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath, 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets, 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag"; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public String getTag() { 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public Set<ConnectionId> getConnectionIds() { 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags"; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 09:58:23 [WARNING] ^ 09:58:23 [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 09:58:23 [WARNING] public Set<String> getConnectionTags() { 09:58:23 [WARNING] ^ 09:58:23 [WARNING] 27 warnings 09:58:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 09:58:24 [INFO] 09:58:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api --- 09:58:24 [INFO] Tests are skipped. 09:58:24 [INFO] 09:58:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api --- 09:58:24 [INFO] Tests are skipped. 09:58:24 [INFO] 09:58:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api --- 09:58:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec 09:58:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes 09:58:24 [INFO] 09:58:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api --- 09:58:24 [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 09:58:24 [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 09:58:24 [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 09:58:24 [INFO] 09:58:24 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- 09:58:24 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [45/77] 09:58:24 [INFO] from jwt/pom.xml 09:58:24 [INFO] --------------------------------[ pom ]--------------------------------- 09:58:24 [INFO] 09:58:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt --- 09:58:24 [INFO] 09:58:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt --- 09:58:24 [INFO] 09:58:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt --- 09:58: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/jwt/target/jacoco.exec 09:58:24 [INFO] 09:58:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt --- 09:58:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:24 [INFO] The goal is skip due to packaging 'pom' 09:58:24 [INFO] 09:58:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt --- 09:58:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT... 09:58:24 [INFO] 09:58:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt --- 09:58:24 [INFO] 09:58:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt --- 09:58:24 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:58:24 [INFO] 09:58:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt --- 09:58:24 [INFO] Tests are skipped. 09:58:24 [INFO] 09:58:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt --- 09:58:24 [INFO] Tests are skipped. 09:58:24 [INFO] 09:58:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt --- 09:58:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:58:24 [INFO] 09:58:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt --- 09:58:24 [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 09:58:24 [INFO] 09:58:24 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ 09:58:24 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [46/77] 09:58:24 [INFO] from jwt/model/pom.xml 09:58:24 [INFO] -------------------------------[ bundle ]------------------------------- 09:58:24 [INFO] 09:58:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model --- 09:58:24 [INFO] 09:58:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model --- 09:58:24 [INFO] 09:58:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model --- 09:58:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:58:24 [INFO] 09:58:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model --- 09:58: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/jwt/model/target/jacoco.exec 09:58:24 [INFO] 09:58:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model --- 09:58:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:24 [WARNING] 09:58:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:58:24 [WARNING] 09:58:24 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:58:24 [WARNING] 09:58:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:58:24 [INFO] 09:58:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model --- 09:58:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources 09:58:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:58:24 [INFO] 09:58:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model --- 09:58:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT... 09:58:24 [INFO] 09:58:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model --- 09:58:24 [INFO] Changes detected - recompiling the module! :dependency 09:58:24 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes 09:58:24 [WARNING] bootstrap class path not set in conjunction with -source 8 09:58:24 [INFO] 09:58:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model --- 09:58:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources 09:58:24 [INFO] 09:58:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model --- 09:58:24 [INFO] Changes detected - recompiling the module! :dependency 09:58:24 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes 09:58:24 [WARNING] bootstrap class path not set in conjunction with -source 8 09:58:24 [INFO] 09:58:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model --- 09:58:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:58:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/surefire-reports 09:58:24 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:58:24 [INFO] 09:58:24 [INFO] ------------------------------------------------------- 09:58:24 [INFO] T E S T S 09:58:24 [INFO] ------------------------------------------------------- 09:58:24 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest 09:58:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest 09:58:25 [INFO] Running org.eclipse.ditto.jwt.model.AudienceTest 09:58:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.ditto.jwt.model.AudienceTest 09:58:25 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest 09:58:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest 09:58:26 [INFO] 09:58:26 [INFO] Results: 09:58:26 [INFO] 09:58:26 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 09:58:26 [INFO] 09:58:26 [INFO] 09:58:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model --- 09:58:26 [INFO] 09:58:26 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model --- 09:58:26 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 09:58:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF 09:58:26 [INFO] 09:58:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model --- 09:58:26 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:58:26 [INFO] No previous run data found, generating javadoc. 09:58:27 [WARNING] Javadoc Warnings 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment 09:58:27 [WARNING] package org.eclipse.ditto.jwt.model; 09:58:27 [WARNING] ^ 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment 09:58:27 [WARNING] protected AbstractJsonWebToken(final String token) { 09:58:27 [WARNING] ^ 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment 09:58:27 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) { 09:58:27 [WARNING] ^ 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment 09:58:27 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException { 09:58:27 [WARNING] ^ 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment 09:58:27 [WARNING] public interface JwtException { 09:58:27 [WARNING] ^ 09:58:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment 09:58:27 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException { 09:58:27 [WARNING] ^ 09:58:27 [WARNING] 6 warnings 09:58:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 09:58:27 [INFO] 09:58:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model --- 09:58:27 [INFO] Tests are skipped. 09:58:27 [INFO] 09:58:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model --- 09:58:27 [INFO] Tests are skipped. 09:58:27 [INFO] 09:58:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model --- 09:58:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 09:58:27 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes 09:58:28 [INFO] 09:58:28 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model --- 09:58:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'. 09:58:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'. 09:58:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'. 09:58:28 [INFO] 09:58:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model --- 09:58:28 [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 09:58:28 [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 09:58:28 [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 09:58:28 [INFO] 09:58:28 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model --- 09:58:28 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar 09:58:28 [INFO] Writing OBR metadata 09:58:28 [INFO] 09:58:28 [INFO] --------------------< org.eclipse.ditto:ditto-wot >--------------------- 09:58:28 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT [47/77] 09:58:28 [INFO] from wot/pom.xml 09:58:28 [INFO] --------------------------------[ pom ]--------------------------------- 09:58:28 [INFO] 09:58:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot --- 09:58:28 [INFO] 09:58:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot --- 09:58:28 [INFO] 09:58:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot --- 09:58: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/wot/target/jacoco.exec 09:58:28 [INFO] 09:58:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot --- 09:58:28 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:28 [INFO] The goal is skip due to packaging 'pom' 09:58:28 [INFO] 09:58:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot --- 09:58:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT... 09:58:28 [INFO] 09:58:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot --- 09:58:28 [INFO] 09:58:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot --- 09:58:28 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:58:28 [INFO] 09:58:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot --- 09:58:28 [INFO] Tests are skipped. 09:58:28 [INFO] 09:58:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot --- 09:58:28 [INFO] Tests are skipped. 09:58:28 [INFO] 09:58:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot --- 09:58:28 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:58:28 [INFO] 09:58:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot --- 09:58:28 [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 09:58:28 [INFO] 09:58:28 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------ 09:58:28 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT [48/77] 09:58:28 [INFO] from wot/model/pom.xml 09:58:28 [INFO] -------------------------------[ bundle ]------------------------------- 09:58:28 [INFO] 09:58:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model --- 09:58:28 [INFO] 09:58:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model --- 09:58:28 [INFO] 09:58:28 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model --- 09:58:28 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:58:28 [INFO] 09:58:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model --- 09:58: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/wot/model/target/jacoco.exec 09:58:28 [INFO] 09:58:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model --- 09:58:28 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:28 [WARNING] 09:58:28 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:58:28 [WARNING] 09:58:28 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:58:28 [WARNING] 09:58:28 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:58:28 [INFO] 09:58:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model --- 09:58:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources 09:58:28 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:58:28 [INFO] 09:58:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model --- 09:58:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT... 09:58:28 [INFO] 09:58:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model --- 09:58:28 [INFO] Changes detected - recompiling the module! :dependency 09:58:28 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes 09:58:30 [WARNING] bootstrap class path not set in conjunction with -source 8 09:58:30 [INFO] 09:58:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model --- 09:58:30 [INFO] Copying 1 resource from src/test/resources to target/test-classes 09:58:30 [INFO] 09:58:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model --- 09:58:30 [INFO] Changes detected - recompiling the module! :dependency 09:58:30 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 09:58:30 [WARNING] bootstrap class path not set in conjunction with -source 8 09:58:30 [INFO] 09:58:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model --- 09:58:30 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:58:30 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/surefire-reports 09:58:30 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:58:30 [INFO] 09:58:30 [INFO] ------------------------------------------------------- 09:58:30 [INFO] T E S T S 09:58:30 [INFO] ------------------------------------------------------- 09:58:30 [INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest 09:58:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest 09:58:31 [INFO] 09:58:31 [INFO] Results: 09:58:31 [INFO] 09:58:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 09:58:31 [INFO] 09:58:31 [INFO] 09:58:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model --- 09:58:31 [INFO] 09:58:31 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model --- 09:58:31 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 09:58:31 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF 09:58:31 [INFO] 09:58:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model --- 09:58:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:58:31 [INFO] No previous run data found, generating javadoc. 09:58:35 [WARNING] Javadoc Warnings 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment 09:58:35 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment 09:58:35 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment 09:58:35 [WARNING] String getActionName(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment 09:58:35 [WARNING] Optional<SingleDataSchema> getInput(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment 09:58:35 [WARNING] Optional<SingleDataSchema> getOutput(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment 09:58:35 [WARNING] boolean isIdempotent(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment 09:58:35 [WARNING] boolean isSafe(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment 09:58:35 [WARNING] Optional<Boolean> isSynchronous(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment 09:58:35 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment 09:58:35 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence actionName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment 09:58:35 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment 09:58:35 [WARNING] Builder setInput(@Nullable SingleDataSchema input); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment 09:58:35 [WARNING] Builder setOutput(@Nullable SingleDataSchema output); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment 09:58:35 [WARNING] Builder setSafe(@Nullable Boolean safe); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment 09:58:35 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment 09:58:35 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment 09:58:35 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment 09:58:35 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment 09:58:35 [WARNING] static ActionFormElement.Builder newBuilder() { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment 09:58:35 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment 09:58:35 [WARNING] static Builder newBuilder() { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment 09:58:35 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment 09:58:35 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment 09:58:35 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment 09:58:35 [WARNING] static Actions from(final Collection<Action> actions) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment 09:58:35 [WARNING] static Actions fromJson(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment 09:58:35 [WARNING] Optional<Action> getAction(CharSequence actionName); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment 09:58:35 [WARNING] static Actions of(final Map<String, Action> actions) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment 09:58:35 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment 09:58:35 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment 09:58:35 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment 09:58:35 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment 09:58:35 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment 09:58:35 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment 09:58:35 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment 09:58:35 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment 09:58:35 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment 09:58:35 [WARNING] List<String> getAllOf(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:138: warning: no comment 09:58:35 [WARNING] SecuritySchemeScheme getScheme(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment 09:58:35 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment 09:58:35 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment 09:58:35 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment 09:58:35 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment 09:58:35 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment 09:58:35 [WARNING] Optional<SecuritySchemeIn> getIn(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment 09:58:35 [WARNING] Optional<String> getName(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment 09:58:35 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment 09:58:35 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment 09:58:35 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment 09:58:35 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment 09:58:35 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment 09:58:35 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment 09:58:35 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment 09:58:35 [WARNING] Optional<DataSchema> getItems(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment 09:58:35 [WARNING] Optional<Integer> getMaxItems(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment 09:58:35 [WARNING] Optional<Integer> getMinItems(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:105: warning: no comment 09:58:35 [WARNING] Optional<DataSchemaType> getType(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment 09:58:35 [WARNING] static ArraySchema.Builder newBuilder() { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment 09:58:35 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment 09:58:35 [WARNING] default ArraySchema.Builder toBuilder() { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment 09:58:35 [WARNING] static Builder newBuilder() { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment 09:58:35 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment 09:58:35 [WARNING] Builder setItems(@Nullable DataSchema items); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment 09:58:35 [WARNING] Builder setMaxItems(@Nullable Integer maxItems); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment 09:58:35 [WARNING] Builder setMinItems(@Nullable Integer minItems); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment 09:58:35 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition( 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment 09:58:35 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment 09:58:35 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment 09:58:35 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment 09:58:35 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment 09:58:35 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment 09:58:35 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment 09:58:35 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment 09:58:35 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment 09:58:35 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment 09:58:35 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment 09:58:35 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment 09:58:35 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment 09:58:35 [WARNING] String REL_ICON = "icon"; 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment 09:58:35 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) { 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment 09:58:35 [WARNING] Optional<IRI> getAnchor(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment 09:58:35 [WARNING] IRI getHref(); 09:58:35 [WARNING] ^ 09:58:35 [WARNING] 100 warnings 09:58:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 09:58:35 [INFO] 09:58:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model --- 09:58:35 [INFO] Tests are skipped. 09:58:35 [INFO] 09:58:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model --- 09:58:35 [INFO] Tests are skipped. 09:58:35 [INFO] 09:58:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model --- 09:58:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec 09:58:35 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes 09:58:36 [INFO] 09:58:36 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model --- 09:58:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'. 09:58:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'. 09:58:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'. 09:58:36 [INFO] 09:58:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model --- 09:58:36 [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 09:58:36 [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 09:58:36 [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 09:58:36 [INFO] 09:58:36 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model --- 09:58:36 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar 09:58:36 [INFO] Writing OBR metadata 09:58:36 [INFO] 09:58:36 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- 09:58:36 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77] 09:58:36 [INFO] from internal/utils/cache-loaders/pom.xml 09:58:36 [INFO] --------------------------------[ jar ]--------------------------------- 09:58:36 [INFO] 09:58:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] 09:58:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] 09:58:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 09:58:36 [INFO] 09:58:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders --- 09:58:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:58:36 [WARNING] 09:58:36 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:58:36 [WARNING] 09:58:36 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:58:36 [WARNING] 09:58:36 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:58:36 [INFO] 09:58:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] Copying 1 resource from src/main/resources to target/classes 09:58:36 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:58:36 [INFO] 09:58:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT... 09:58:36 [INFO] 09:58:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] Changes detected - recompiling the module! :dependency 09:58:36 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes 09:58:36 [INFO] 09:58:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] Copying 2 resources from src/test/resources to target/test-classes 09:58:36 [INFO] 09:58:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders --- 09:58:36 [INFO] Changes detected - recompiling the module! :dependency 09:58:36 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 09:58:36 [INFO] 09:58:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders --- 09:58:36 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:58:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/surefire-reports 09:58:36 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:58:36 [INFO] 09:58:36 [INFO] ------------------------------------------------------- 09:58:36 [INFO] T E S T S 09:58:36 [INFO] ------------------------------------------------------- 09:58:37 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest 09:58:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.586 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest 09:58:40 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest 09:58:41 [INFO] [05/02/2024 13:58:41.359] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:58:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest 09:58:41 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest 09:58:41 13:58:41.489 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.event.slf4j.Slf4jLogger -- Slf4jLogger started 09:58:42 13:58:42.614 [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#793711774]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:43 13:58:43.633 [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#793711774]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:47 13:58:47.182 [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#394898324]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:48 13:58:48.432 [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#394898324]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:49 13:58:49.892 [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#394898324]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:51 13:58:51.752 [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#394898324]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:54 13:58:54.262 [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#-42062895]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:55 13:58:55.512 [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#-42062895]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:58:58 13:58:57.992 [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#-643703945]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:02 13:59:02.532 [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#1236969253]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:04 13:59:04.572 [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#1236969253]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:14 13:59:14.672 [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#1076518614]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:16 13:59:16.712 [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#1076518614]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:18 13:59:18.752 [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#1076518614]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:20 13:59:20.792 [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#1076518614]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:22 13:59:22.303 [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#-771395601]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:23 13:59:23.323 [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#-771395601]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:24 13:59:24.343 [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#-771395601]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:25 13:59:25.363 [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#-771395601]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 09:59:27 13:59:27.361 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.actor.CoordinatedShutdown -- Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:27 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.00 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest 09:59:27 [INFO] 09:59:27 [INFO] Results: 09:59:27 [INFO] 09:59:27 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 09:59:27 [INFO] 09:59:27 [INFO] 09:59:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders --- 09:59:27 [INFO] 09:59:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders --- 09:59:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 09:59:27 [INFO] 09:59:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders --- 09:59:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:59:27 [INFO] No previous run data found, generating javadoc. 09:59:29 [WARNING] Javadoc Warnings 09:59:29 [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 09:59:29 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders; 09:59:29 [WARNING] ^ 09:59:29 [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 09:59:29 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config; 09:59:29 [WARNING] ^ 09:59:29 [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> 09:59:29 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard( 09:59:29 [WARNING] ^ 09:59:29 [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 09:59:29 [WARNING] BACKOFF_DELAY 09:59:29 [WARNING] ^ 09:59:29 [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 09:59:29 [WARNING] FIXED_DELAY, 09:59:29 [WARNING] ^ 09:59:29 [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 09:59:29 [WARNING] NO_DELAY, 09:59:29 [WARNING] ^ 09:59:29 [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 09:59:29 [WARNING] OFF, 09:59:29 [WARNING] ^ 09:59:29 [WARNING] 7 warnings 09:59:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 09:59:29 [INFO] 09:59:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders --- 09:59:29 [INFO] Tests are skipped. 09:59:29 [INFO] 09:59:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders --- 09:59:29 [INFO] Tests are skipped. 09:59:29 [INFO] 09:59:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders --- 09:59:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 09:59:29 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes 09:59:29 [INFO] 09:59:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders --- 09:59:29 [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 09:59:29 [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 09:59:29 [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 09:59:29 [INFO] 09:59:29 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- 09:59:29 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77] 09:59:29 [INFO] from internal/utils/namespaces/pom.xml 09:59:29 [INFO] --------------------------------[ jar ]--------------------------------- 09:59:29 [INFO] 09:59:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] 09:59:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] 09:59:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces --- 09:59: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/internal/utils/namespaces/target/jacoco.exec 09:59:29 [INFO] 09:59:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces --- 09:59:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:59:29 [WARNING] 09:59:29 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:59:29 [WARNING] 09:59:29 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:59:29 [WARNING] 09:59:29 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:59:29 [INFO] 09:59:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources 09:59:29 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:59:29 [INFO] 09:59:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT... 09:59:29 [INFO] 09:59:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] Changes detected - recompiling the module! :dependency 09:59:29 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 09:59:29 [INFO] 09:59:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] Copying 1 resource from src/test/resources to target/test-classes 09:59:29 [INFO] 09:59:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces --- 09:59:29 [INFO] Changes detected - recompiling the module! :dependency 09:59:29 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 09:59:29 [INFO] 09:59:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces --- 09:59:29 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:59:29 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/surefire-reports 09:59:29 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:59:29 [INFO] 09:59:29 [INFO] ------------------------------------------------------- 09:59:29 [INFO] T E S T S 09:59:29 [INFO] ------------------------------------------------------- 09:59:30 [INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest 09:59:32 [INFO] [05/02/2024 13:59:32.306] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:38325] with UID [4375015463270155125] 09:59:32 [INFO] [05/02/2024 13:59:32.359] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Starting up, Pekko version [1.0.2] ... 09:59:32 [INFO] [05/02/2024 13:59:32.497] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:32 [INFO] [05/02/2024 13:59:32.497] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Started up successfully 09:59:32 [INFO] [05/02/2024 13:59:32.565] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:32 [INFO] [05/02/2024 13:59:32.565] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:33 [INFO] [05/02/2024 13:59:33.574] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:33 [INFO] [05/02/2024 13:59:33.583] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Exiting completed 09:59:33 [INFO] [05/02/2024 13:59:33.583] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Shutting down... 09:59:33 [INFO] [05/02/2024 13:59:33.584] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:38325] - Successfully shut down 09:59:33 [INFO] [pekkoDeadLetter][05/02/2024 13:59:33.584] [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#1011654531] 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'. 09:59:33 [INFO] [05/02/2024 13:59:33.598] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.68.134:38325/system/remoting-terminator] Shutting down remote daemon. 09:59:33 [INFO] [05/02/2024 13:59:33.599] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.68.134:38325/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:59:33 [INFO] [05/02/2024 13:59:33.646] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.68.134:38325/system/remoting-terminator] Remoting shut down. 09:59:33 [INFO] [05/02/2024 13:59:33.700] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:37929] with UID [3519733880589545313] 09:59:33 [INFO] [05/02/2024 13:59:33.701] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Starting up, Pekko version [1.0.2] ... 09:59:33 [INFO] [05/02/2024 13:59:33.738] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:33 [INFO] [05/02/2024 13:59:33.738] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Started up successfully 09:59:33 [INFO] [05/02/2024 13:59:33.740] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:33 [INFO] [05/02/2024 13:59:33.740] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:33 [INFO] [05/02/2024 13:59:33.767] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:33 [INFO] [pekkoDeadLetter][05/02/2024 13:59:33.767] [BlockedNamespacesTest-pekko.actor.default-dispatcher-6] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#1108506269] 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'. 09:59:33 [INFO] [05/02/2024 13:59:33.768] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Exiting completed 09:59:33 [INFO] [05/02/2024 13:59:33.768] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Shutting down... 09:59:33 [INFO] [05/02/2024 13:59:33.768] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:37929] - Successfully shut down 09:59:33 [INFO] [05/02/2024 13:59:33.771] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.68.134:37929/system/remoting-terminator] Shutting down remote daemon. 09:59:33 [INFO] [05/02/2024 13:59:33.771] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.68.134:37929/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:59:33 [INFO] [05/02/2024 13:59:33.773] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.68.134:37929/system/remoting-terminator] Remoting shut down. 09:59:33 [INFO] [05/02/2024 13:59:33.846] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:41631] with UID [-6692749730723062673] 09:59:33 [INFO] [05/02/2024 13:59:33.847] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:41631] - Starting up, Pekko version [1.0.2] ... 09:59:33 [INFO] [05/02/2024 13:59:33.851] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:41631] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:33 [INFO] [05/02/2024 13:59:33.852] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:41631] - Started up successfully 09:59:33 [INFO] [05/02/2024 13:59:33.853] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:41631] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:33 [INFO] [05/02/2024 13:59:33.853] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:41631] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:34 [INFO] [05/02/2024 13:59:33.969] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:32993] with UID [-3243486203177512082] 09:59:34 [INFO] [05/02/2024 13:59:33.970] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Starting up, Pekko version [1.0.2] ... 09:59:34 [INFO] [05/02/2024 13:59:33.973] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:34 [INFO] [05/02/2024 13:59:33.973] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Started up successfully 09:59:34 [INFO] [05/02/2024 13:59:33.975] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:34 [INFO] [05/02/2024 13:59:33.975] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:36 [INFO] [05/02/2024 13:59:36.087] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:36 [INFO] [pekkoDeadLetter][05/02/2024 13:59:36.088] [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#-766043852] 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'. 09:59:36 [INFO] [05/02/2024 13:59:36.089] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Exiting completed 09:59:36 [INFO] [05/02/2024 13:59:36.089] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Shutting down... 09:59:36 [INFO] [05/02/2024 13:59:36.089] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:32993] - Successfully shut down 09:59:36 [INFO] [05/02/2024 13:59:36.091] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.68.134:32993/system/remoting-terminator] Shutting down remote daemon. 09:59:36 [INFO] [05/02/2024 13:59:36.092] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.68.134:32993/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:59:36 [INFO] [05/02/2024 13:59:36.094] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.68.134:32993/system/remoting-terminator] Remoting shut down. 09:59:36 [INFO] [05/02/2024 13:59:36.130] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:43149] with UID [-1259326854951504762] 09:59:36 [INFO] [05/02/2024 13:59:36.131] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Starting up, Pekko version [1.0.2] ... 09:59:36 [INFO] [05/02/2024 13:59:36.134] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:36 [INFO] [05/02/2024 13:59:36.134] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Started up successfully 09:59:36 [INFO] [05/02/2024 13:59:36.136] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:36 [INFO] [05/02/2024 13:59:36.136] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:36 [INFO] [05/02/2024 13:59:36.157] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:36 [INFO] [pekkoDeadLetter][05/02/2024 13:59:36.157] [BlockedNamespacesTest-pekko.actor.default-dispatcher-11] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#-2068663372] 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'. 09:59:36 [INFO] [05/02/2024 13:59:36.158] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Exiting completed 09:59:36 [INFO] [05/02/2024 13:59:36.158] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Shutting down... 09:59:36 [INFO] [05/02/2024 13:59:36.158] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:43149] - Successfully shut down 09:59:36 [INFO] [05/02/2024 13:59:36.160] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.68.134:43149/system/remoting-terminator] Shutting down remote daemon. 09:59:36 [INFO] [05/02/2024 13:59:36.160] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.68.134:43149/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:59:36 [INFO] [05/02/2024 13:59:36.162] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.68.134:43149/system/remoting-terminator] Remoting shut down. 09:59:36 [INFO] [05/02/2024 13:59:36.189] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.68.134:34091] with UID [-8593604374497422394] 09:59:36 [INFO] [05/02/2024 13:59:36.190] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Starting up, Pekko version [1.0.2] ... 09:59:36 [INFO] [05/02/2024 13:59:36.193] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Registered cluster JMX MBean [pekko:type=Cluster] 09:59:36 [INFO] [05/02/2024 13:59:36.193] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Started up successfully 09:59:36 [INFO] [05/02/2024 13:59:36.194] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 09:59:36 [INFO] [05/02/2024 13:59:36.195] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 09:59:36 [INFO] [05/02/2024 13:59:36.257] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:36 [INFO] [pekkoDeadLetter][05/02/2024 13:59:36.258] [BlockedNamespacesTest-pekko.actor.default-dispatcher-11] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#-396260025] 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'. 09:59:36 [INFO] [05/02/2024 13:59:36.258] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Exiting completed 09:59:36 [INFO] [05/02/2024 13:59:36.259] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Shutting down... 09:59:36 [INFO] [05/02/2024 13:59:36.259] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.68.134:34091] - Successfully shut down 09:59:36 [INFO] [05/02/2024 13:59:36.261] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.68.134:34091/system/remoting-terminator] Shutting down remote daemon. 09:59:36 [INFO] [05/02/2024 13:59:36.261] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.68.134:34091/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 09:59:36 [INFO] [05/02/2024 13:59:36.262] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.68.134:34091/system/remoting-terminator] Remoting shut down. 09:59:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.120 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest 09:59:36 [INFO] 09:59:36 [INFO] Results: 09:59:36 [INFO] 09:59:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 09:59:36 [INFO] 09:59:36 [INFO] 09:59:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces --- 09:59:36 [INFO] 09:59:36 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces --- 09:59:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 09:59:36 [INFO] 09:59:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces --- 09:59:36 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:59:36 [INFO] No previous run data found, generating javadoc. 09:59:38 [WARNING] Javadoc Warnings 09:59:38 [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 09:59:38 [WARNING] package org.eclipse.ditto.internal.utils.namespaces; 09:59:38 [WARNING] ^ 09:59:38 [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 09:59:38 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) { 09:59:38 [WARNING] ^ 09:59:38 [WARNING] 2 warnings 09:59:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 09:59:38 [INFO] 09:59:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces --- 09:59:38 [INFO] Tests are skipped. 09:59:38 [INFO] 09:59:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces --- 09:59:38 [INFO] Tests are skipped. 09:59:38 [INFO] 09:59:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces --- 09:59:38 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 09:59:38 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes 09:59:38 [INFO] 09:59:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces --- 09:59:38 [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 09:59:38 [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 09:59:38 [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 09:59:38 [INFO] 09:59:38 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------ 09:59:38 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT [51/77] 09:59:38 [INFO] from policies/enforcement/pom.xml 09:59:38 [INFO] --------------------------------[ jar ]--------------------------------- 09:59:38 [INFO] 09:59:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement --- 09:59:38 [INFO] 09:59:38 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement --- 09:59:38 [INFO] 09:59:38 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement --- 09:59:38 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:59:38 [INFO] 09:59:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement --- 09:59: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/policies/enforcement/target/jacoco.exec 09:59:38 [INFO] 09:59:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement --- 09:59:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:59:38 [WARNING] 09:59:38 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:59:38 [WARNING] 09:59:38 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:59:38 [WARNING] 09:59:38 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:59:38 [INFO] 09:59:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement --- 09:59:38 [INFO] Copying 1 resource from src/main/resources to target/classes 09:59:38 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:59:38 [INFO] 09:59:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement --- 09:59:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT... 09:59:38 [INFO] 09:59:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement --- 09:59:38 [INFO] Changes detected - recompiling the module! :dependency 09:59:38 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes 09:59:38 [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. 09:59:38 [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. 09:59:38 [INFO] 09:59:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement --- 09:59:38 [INFO] Copying 6 resources from src/test/resources to target/test-classes 09:59:38 [INFO] 09:59:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement --- 09:59:38 [INFO] Changes detected - recompiling the module! :dependency 09:59:38 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 09:59:39 [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. 09:59:39 [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. 09:59:39 [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. 09:59:39 [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. 09:59:39 [INFO] 09:59:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement --- 09:59:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:59:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/surefire-reports 09:59:39 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 09:59:39 [INFO] 09:59:39 [INFO] ------------------------------------------------------- 09:59:39 [INFO] T E S T S 09:59:39 [INFO] ------------------------------------------------------- 09:59:40 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest 09:59:41 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 09:59:44 [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.018 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest 09:59:44 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest 09:59:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest 09:59:46 [INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest 09:59:47 [INFO] [05/02/2024 13:59:47.521] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:47 [INFO] [05/02/2024 13:59:47.637] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest 09:59:47 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest 09:59:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest 09:59:48 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest 09:59:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest 09:59:48 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest 09:59:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest 09:59:48 [INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest 09:59:48 13:59:48.967 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected 09:59:48 java.lang.IllegalStateException: This is expected 09:59:48 at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60) 09:59:48 at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90) 09:59:48 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 09:59:48 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 09:59:48 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09:59:48 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 09:59:48 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 09:59:48 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 09:59:48 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 09:59:48 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 09:59:48 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 09:59:48 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 09:59:48 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 09:59:48 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 09:59:48 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 09:59:48 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 09:59:48 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 09:59:48 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 09:59:48 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 09:59:48 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 09:59:48 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 09:59:48 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 09:59:48 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 09:59:48 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 09:59:48 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 09:59:48 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 09:59:48 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 09:59:48 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 09:59:48 at org.junit.runner.JUnitCore.run(JUnitCore.java:137) 09:59:48 at org.junit.runner.JUnitCore.run(JUnitCore.java:115) 09:59:48 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) 09:59:48 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) 09:59:48 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) 09:59:48 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) 09:59:48 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) 09:59:48 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) 09:59:48 at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) 09:59:48 at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) 09:59:48 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) 09:59:48 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) 09:59:48 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) 09:59:48 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 09:59:48 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 09:59:48 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 09:59:48 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 09:59:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest 09:59:49 [INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest 09:59:49 [INFO] [05/02/2024 13:59:49.491] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)> 09:59:49 [INFO] [05/02/2024 13:59:49.516] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:49 [INFO] [05/02/2024 13:59:49.874] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:49 13:59:49.963 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>. 09:59:49 [INFO] [05/02/2024 13:59:49.968] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.031] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.097] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.281] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.338] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.408] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] [05/02/2024 13:59:50.488] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 09:59:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.430 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest 09:59:50 [INFO] 09:59:50 [INFO] Results: 09:59:50 [INFO] 09:59:50 [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 09:59:50 [INFO] 09:59:50 [INFO] 09:59:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement --- 09:59:50 [INFO] 09:59:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement --- 09:59:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 09:59:50 [INFO] 09:59:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement --- 09:59:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:59:50 [INFO] No previous run data found, generating javadoc. 09:59:52 [WARNING] Javadoc Warnings 09:59:52 [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 09:59:52 [WARNING] package org.eclipse.ditto.policies.enforcement.config; 09:59:52 [WARNING] ^ 09:59:52 [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 09:59:52 [WARNING] package org.eclipse.ditto.policies.enforcement.pre; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment 09:59:52 [WARNING] protected static final ThreadSafeDittoLogger LOGGER = 09:59:52 [WARNING] ^ 09:59:52 [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 09:59:52 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal); 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment 09:59:52 [WARNING] protected final E enforcement; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment 09:59:52 [WARNING] protected final I entityId; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment 09:59:52 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment 09:59:52 [WARNING] protected final PreEnforcerProvider preEnforcer; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment 09:59:52 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) { 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment 09:59:52 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) { 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment 09:59:52 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment 09:59:52 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId, 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment 09:59:52 [WARNING] public interface Invalidatable { 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment 09:59:52 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout); 09:59:52 [WARNING] ^ 09:59:52 [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 09:59:52 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy, 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment 09:59:52 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher"; 09:59:52 [WARNING] ^ 09:59:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return 09:59:52 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) { 09:59:52 [WARNING] ^ 09:59:52 [WARNING] 17 warnings 09:59:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 09:59:52 [INFO] 09:59:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement --- 09:59:52 [INFO] Tests are skipped. 09:59:52 [INFO] 09:59:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement --- 09:59:52 [INFO] Tests are skipped. 09:59:52 [INFO] 09:59:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement --- 09:59:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 09:59:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes 09:59:52 [INFO] 09:59:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement --- 09:59:52 [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 09:59:52 [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 09:59:52 [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 09:59:52 [INFO] 09:59:52 [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- 09:59:52 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [52/77] 09:59:52 [INFO] from rql/pom.xml 09:59:52 [INFO] --------------------------------[ pom ]--------------------------------- 09:59:52 [INFO] 09:59:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql --- 09:59:52 [INFO] 09:59:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql --- 09:59:52 [INFO] 09:59:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql --- 09:59: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/rql/target/jacoco.exec 09:59:52 [INFO] 09:59:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql --- 09:59:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:59:52 [INFO] The goal is skip due to packaging 'pom' 09:59:52 [INFO] 09:59:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql --- 09:59:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT... 09:59:52 [INFO] 09:59:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql --- 09:59:52 [INFO] 09:59:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql --- 09:59:52 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 09:59:52 [INFO] 09:59:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql --- 09:59:53 [INFO] Tests are skipped. 09:59:53 [INFO] 09:59:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql --- 09:59:53 [INFO] Tests are skipped. 09:59:53 [INFO] 09:59:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql --- 09:59:53 [INFO] Skipping JaCoCo execution due to missing execution data file. 09:59:53 [INFO] 09:59:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql --- 09:59:53 [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 09:59:53 [INFO] 09:59:53 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ 09:59:53 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [53/77] 09:59:53 [INFO] from rql/model/pom.xml 09:59:53 [INFO] -------------------------------[ bundle ]------------------------------- 09:59:53 [INFO] 09:59:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model --- 09:59:53 [INFO] 09:59:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model --- 09:59:53 [INFO] 09:59:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model --- 09:59:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:59:53 [INFO] 09:59:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model --- 09:59: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/rql/model/target/jacoco.exec 09:59:53 [INFO] 09:59:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model --- 09:59:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:59:53 [WARNING] 09:59:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:59:53 [WARNING] 09:59:53 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:59:53 [WARNING] 09:59:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:59:53 [INFO] 09:59:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model --- 09:59:53 [INFO] Copying 0 resource from src/main/resources to target/classes 09:59:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:59:53 [INFO] 09:59:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model --- 09:59:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT... 09:59:53 [INFO] 09:59:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model --- 09:59:53 [INFO] Changes detected - recompiling the module! :dependency 09:59:53 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes 09:59:53 [WARNING] bootstrap class path not set in conjunction with -source 8 09:59:53 [INFO] 09:59:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model --- 09:59:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources 09:59:53 [INFO] 09:59:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model --- 09:59:53 [INFO] Changes detected - recompiling the module! :dependency 09:59:53 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes 09:59:53 [WARNING] bootstrap class path not set in conjunction with -source 8 09:59:53 [INFO] 09:59:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model --- 09:59:53 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 09:59:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/surefire-reports 09:59:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 09:59:53 [INFO] 09:59:53 [INFO] ------------------------------------------------------- 09:59:53 [INFO] T E S T S 09:59:53 [INFO] ------------------------------------------------------- 09:59:53 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest 09:59:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest 09:59:54 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest 09:59:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest 09:59:54 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest 09:59:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest 09:59:54 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest 09:59:55 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest 09:59:55 [INFO] 09:59:55 [INFO] Results: 09:59:55 [INFO] 09:59:55 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 09:59:55 [INFO] 09:59:55 [INFO] 09:59:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model --- 09:59:55 [INFO] 09:59:55 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model --- 09:59:55 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 09:59:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF 09:59:55 [INFO] 09:59:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model --- 09:59:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 09:59:55 [INFO] No previous run data found, generating javadoc. 09:59:56 [WARNING] Javadoc Warnings 09:59:56 [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 09:59:56 [WARNING] public String getName() { 09:59:56 [WARNING] ^ 09:59:56 [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 09:59:56 [WARNING] public static Type byName(final String name) { 09:59:56 [WARNING] ^ 09:59:56 [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 09:59:56 [WARNING] public String getName() { 09:59:56 [WARNING] ^ 09:59:56 [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 09:59:56 [WARNING] public String getName() { 09:59:56 [WARNING] ^ 09:59:56 [WARNING] 4 warnings 09:59:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 09:59:56 [INFO] 09:59:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model --- 09:59:56 [INFO] Tests are skipped. 09:59:56 [INFO] 09:59:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model --- 09:59:56 [INFO] Tests are skipped. 09:59:56 [INFO] 09:59:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model --- 09:59:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 09:59:56 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes 09:59:56 [INFO] 09:59:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model --- 09:59:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'. 09:59:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'. 09:59:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'. 09:59:57 [INFO] 09:59:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model --- 09:59:57 [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 09:59:57 [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 09:59:57 [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 09:59:57 [INFO] 09:59:57 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model --- 09:59:57 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar 09:59:57 [INFO] Writing OBR metadata 09:59:57 [INFO] 09:59:57 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- 09:59:57 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [54/77] 09:59:57 [INFO] from rql/parser/pom.xml 09:59:57 [INFO] -------------------------------[ bundle ]------------------------------- 09:59:57 [INFO] 09:59:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser --- 09:59:57 [INFO] 09:59:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser --- 09:59:57 [INFO] 09:59:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser --- 09:59:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 09:59:57 [INFO] 09:59:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser --- 09:59: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/rql/parser/target/jacoco.exec 09:59:57 [INFO] 09:59:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser --- 09:59:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 09:59:57 [WARNING] 09:59:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 09:59:57 [WARNING] 09:59:57 [WARNING] licenseMerges will be overridden by licenseMergesFile. 09:59:57 [WARNING] 09:59:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md 09:59:57 [INFO] 09:59:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser --- 09:59:57 [INFO] Copying 0 resource from src/main/resources to target/classes 09:59:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 09:59:57 [INFO] 09:59:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser --- 09:59:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT... 09:59:57 [INFO] 09:59:57 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser --- 09:59:57 [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 09:59:58 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ... 10:00:06 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:00:06 1 warning. 10:00:06 [INFO] done compiling 10:00:06 [INFO] compile in 9.1 s 10:00:06 [INFO] 10:00:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser --- 10:00:06 [INFO] Changes detected - recompiling the module! :dependency 10:00:06 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes 10:00:06 [WARNING] bootstrap class path not set in conjunction with -source 8 10:00:06 [INFO] 10:00:06 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser --- 10:00: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 10:00:06 [INFO] compile in 0.1 s 10:00:06 [INFO] 10:00:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser --- 10:00:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources 10:00:06 [INFO] 10:00:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser --- 10:00:06 [INFO] Changes detected - recompiling the module! :dependency 10:00:06 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 10:00:07 [WARNING] bootstrap class path not set in conjunction with -source 8 10:00:07 [INFO] 10:00:07 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser --- 10:00: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 10:00:07 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/test-classes ... 10:00:09 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:00:09 1 warning. 10:00:09 [INFO] done compiling 10:00:09 [INFO] compile in 1.9 s 10:00:09 [INFO] 10:00:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser --- 10:00:09 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:00:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/surefire-reports 10:00:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:00:09 [INFO] 10:00:09 [INFO] ------------------------------------------------------- 10:00:09 [INFO] T E S T S 10:00:09 [INFO] ------------------------------------------------------- 10:00:09 [INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest 10:00:10 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest 10:00:10 [INFO] 10:00:10 [INFO] Results: 10:00:10 [INFO] 10:00:10 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 10:00:10 [INFO] 10:00:10 [INFO] 10:00:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser --- 10:00:10 [INFO] 10:00:10 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser --- 10:00:10 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 10:00:10 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 10:00:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF 10:00:10 [INFO] 10:00:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser --- 10:00:10 [INFO] Tests are skipped. 10:00:10 [INFO] 10:00:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser --- 10:00:10 [INFO] Tests are skipped. 10:00:10 [INFO] 10:00:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser --- 10:00:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec 10:00:10 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes 10:00:10 [INFO] 10:00:10 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser --- 10:00:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'. 10:00:11 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'. 10:00:11 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'. 10:00:11 [INFO] 10:00:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser --- 10:00:11 [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 10:00:11 [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 10:00:11 [INFO] 10:00:11 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser --- 10:00:11 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar 10:00:11 [INFO] Writing OBR metadata 10:00:11 [INFO] 10:00:11 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ 10:00:11 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [55/77] 10:00:11 [INFO] from rql/query/pom.xml 10:00:11 [INFO] -------------------------------[ bundle ]------------------------------- 10:00:11 [INFO] 10:00:11 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query --- 10:00:11 [INFO] 10:00:11 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query --- 10:00:11 [INFO] 10:00:11 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query --- 10:00:11 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:00:11 [INFO] 10:00:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query --- 10:00: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/rql/query/target/jacoco.exec 10:00:11 [INFO] 10:00:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query --- 10:00:11 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:00:11 [WARNING] 10:00:11 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:00:11 [WARNING] 10:00:11 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:00:11 [WARNING] 10:00:11 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:00:11 [INFO] 10:00:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query --- 10:00:11 [INFO] Copying 0 resource from src/main/resources to target/classes 10:00:11 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:00:11 [INFO] 10:00:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query --- 10:00:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT... 10:00:11 [INFO] 10:00:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query --- 10:00:11 [INFO] Changes detected - recompiling the module! :dependency 10:00:11 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes 10:00:11 [WARNING] bootstrap class path not set in conjunction with -source 8 10:00:11 [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. 10:00:11 [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. 10:00:11 [INFO] 10:00:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query --- 10:00:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources 10:00:11 [INFO] 10:00:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query --- 10:00:11 [INFO] Changes detected - recompiling the module! :dependency 10:00:11 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes 10:00:11 [WARNING] bootstrap class path not set in conjunction with -source 8 10:00:11 [INFO] 10:00:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query --- 10:00:11 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:00:11 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/surefire-reports 10:00:11 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:00:11 [INFO] 10:00:11 [INFO] ------------------------------------------------------- 10:00:11 [INFO] T E S T S 10:00:11 [INFO] ------------------------------------------------------- 10:00:11 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest 10:00:12 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest 10:00:12 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest 10:00:12 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest 10:00:12 [INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest 10:00:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.231 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest 10:00:14 [INFO] Running org.eclipse.ditto.rql.query.SortOptionTest 10:00:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.664 s -- in org.eclipse.ditto.rql.query.SortOptionTest 10:00:14 [INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest 10:00:14 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest 10:00:14 [INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest 10:00:14 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest 10:00:14 [INFO] 10:00:14 [INFO] Results: 10:00:14 [INFO] 10:00:14 [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0 10:00:14 [INFO] 10:00:14 [INFO] 10:00:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query --- 10:00:14 [INFO] 10:00:14 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query --- 10:00:15 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 10:00:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF 10:00:15 [INFO] 10:00:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query --- 10:00:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:00:15 [INFO] No previous run data found, generating javadoc. 10:00:17 [WARNING] Javadoc Warnings 10:00:17 [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 10:00:17 [WARNING] T visitAttribute(String key); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeature(String featureId); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeatureDefinition(String featureId); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeatureIdProperty(String featureId, String property); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitFeatureProperties(CharSequence featureId); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitMetadata(String key); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitSimple(String fieldName); 10:00:17 [WARNING] ^ 10:00:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment 10:00:17 [WARNING] public ExistsThingPredicateVisitor() { 10:00:17 [WARNING] ^ 10:00:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment 10:00:17 [WARNING] public boolean isDefinition() { 10:00:17 [WARNING] ^ 10:00:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment 10:00:17 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() { 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitMetadata(String key); 10:00:17 [WARNING] ^ 10:00:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment 10:00:17 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression, 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitEq(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitGe(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitGt(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitILike(@Nullable String value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitIn(List<?> values); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitLe(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitLike(@Nullable String value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitLt(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [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 10:00:17 [WARNING] T visitNe(@Nullable Object value); 10:00:17 [WARNING] ^ 10:00:17 [WARNING] 23 warnings 10:00:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 10:00:17 [INFO] 10:00:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query --- 10:00:17 [INFO] Tests are skipped. 10:00:17 [INFO] 10:00:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query --- 10:00:17 [INFO] Tests are skipped. 10:00:17 [INFO] 10:00:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query --- 10:00:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec 10:00:17 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes 10:00:17 [INFO] 10:00:17 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query --- 10:00:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'. 10:00:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'. 10:00:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'. 10:00:20 [INFO] 10:00:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query --- 10:00:20 [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 10:00:20 [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 10:00:20 [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 10:00:20 [INFO] 10:00:20 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query --- 10:00:20 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar 10:00:20 [INFO] Writing OBR metadata 10:00:20 [INFO] 10:00:20 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- 10:00:20 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [56/77] 10:00:20 [INFO] from thingsearch/api/pom.xml 10:00:20 [INFO] --------------------------------[ jar ]--------------------------------- 10:00:20 [INFO] 10:00:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api --- 10:00:20 [INFO] 10:00:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api --- 10:00:20 [INFO] 10:00:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api --- 10:00: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/thingsearch/api/target/jacoco.exec 10:00:20 [INFO] 10:00:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api --- 10:00:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:00:20 [WARNING] 10:00:20 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:00:20 [WARNING] 10:00:20 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:00:20 [WARNING] 10:00:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:00:20 [INFO] 10:00:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api --- 10:00:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources 10:00:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:00:20 [INFO] 10:00:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api --- 10:00:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT... 10:00:20 [INFO] 10:00:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api --- 10:00:20 [INFO] Changes detected - recompiling the module! :dependency 10:00:20 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes 10:00:21 [INFO] 10:00:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api --- 10:00:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources 10:00:21 [INFO] 10:00:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api --- 10:00:21 [INFO] Changes detected - recompiling the module! :dependency 10:00:21 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 10:00:21 [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. 10:00:21 [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. 10:00:21 [INFO] 10:00:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api --- 10:00:21 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:00:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/surefire-reports 10:00:21 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:00:21 [INFO] 10:00:21 [INFO] ------------------------------------------------------- 10:00:21 [INFO] T E S T S 10:00:21 [INFO] ------------------------------------------------------- 10:00:22 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest 10:00:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.670 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest 10:00:23 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest 10:00:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest 10:00:23 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest 10:00:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest 10:00:23 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest 10:00:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest 10:00:23 [INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest 10:00:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest 10:00:23 [INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest 10:00:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest 10:00:24 [INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest 10:00:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest 10:00:24 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest 10:00:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest 10:00:24 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest 10:00:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest 10:00:24 [INFO] 10:00:24 [INFO] Results: 10:00:24 [INFO] 10:00:24 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 10:00:24 [INFO] 10:00:24 [INFO] 10:00:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api --- 10:00:24 [INFO] 10:00:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api --- 10:00:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 10:00:24 [INFO] 10:00:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api --- 10:00:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:00:24 [INFO] No previous run data found, generating javadoc. 10:00:26 [WARNING] Javadoc Warnings 10:00:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment 10:00:26 [WARNING] package org.eclipse.ditto.thingsearch.api; 10:00:26 [WARNING] ^ 10:00:26 [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 10:00:26 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo; 10:00:26 [WARNING] ^ 10:00:26 [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 10:00:26 [WARNING] package org.eclipse.ditto.thingsearch.api.events; 10:00:26 [WARNING] ^ 10:00:26 [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 10:00:26 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) { 10:00:26 [WARNING] ^ 10:00:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return 10:00:26 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) { 10:00:26 [WARNING] ^ 10:00:26 [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 10:00:26 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 10:00:26 [WARNING] ^ 10:00:26 [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 10:00:26 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 10:00:26 [WARNING] ^ 10:00:26 [WARNING] 7 warnings 10:00:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 10:00:26 [INFO] 10:00:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api --- 10:00:26 [INFO] Tests are skipped. 10:00:26 [INFO] 10:00:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api --- 10:00:26 [INFO] Tests are skipped. 10:00:26 [INFO] 10:00:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api --- 10:00:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec 10:00:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes 10:00:27 [INFO] 10:00:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api --- 10:00:27 [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 10:00:27 [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 10:00:27 [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 10:00:27 [INFO] 10:00:27 [INFO] --------------------< org.eclipse.ditto:ditto-edge >-------------------- 10:00:27 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT [57/77] 10:00:27 [INFO] from edge/pom.xml 10:00:27 [INFO] --------------------------------[ pom ]--------------------------------- 10:00:27 [INFO] 10:00:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge --- 10:00:27 [INFO] 10:00:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge --- 10:00:27 [INFO] 10:00:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge --- 10:00:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/edge/target/jacoco.exec 10:00:27 [INFO] 10:00:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge --- 10:00:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:00:27 [INFO] The goal is skip due to packaging 'pom' 10:00:27 [INFO] 10:00:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge --- 10:00:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT... 10:00:27 [INFO] 10:00:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge --- 10:00:27 [INFO] 10:00:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge --- 10:00:27 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:00:27 [INFO] 10:00:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge --- 10:00:27 [INFO] Tests are skipped. 10:00:27 [INFO] 10:00:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge --- 10:00:27 [INFO] Tests are skipped. 10:00:27 [INFO] 10:00:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge --- 10:00:27 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:00:27 [INFO] 10:00:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge --- 10:00:27 [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 10:00:27 [INFO] 10:00:27 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >---------------- 10:00:27 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT [58/77] 10:00:27 [INFO] from edge/service/pom.xml 10:00:27 [INFO] --------------------------------[ jar ]--------------------------------- 10:00:27 [INFO] 10:00:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service --- 10:00:27 [INFO] 10:00:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service --- 10:00:27 [INFO] 10:00:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service --- 10:00:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec 10:00:27 [INFO] 10:00:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service --- 10:00:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:00:27 [WARNING] 10:00:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:00:27 [WARNING] 10:00:27 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:00:27 [WARNING] 10:00:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:00:27 [INFO] 10:00:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service --- 10:00:27 [INFO] Copying 2 resources from src/main/resources to target/classes 10:00:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:00:27 [INFO] 10:00:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service --- 10:00:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT... 10:00:27 [INFO] 10:00:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service --- 10:00:27 [INFO] Changes detected - recompiling the module! :dependency 10:00:27 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes 10:00:27 [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. 10:00:27 [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. 10:00:27 [INFO] 10:00:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service --- 10:00:27 [INFO] Copying 4 resources from src/test/resources to target/test-classes 10:00:27 [INFO] 10:00:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service --- 10:00:27 [INFO] Changes detected - recompiling the module! :dependency 10:00:27 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 10:00:28 [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. 10:00:28 [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. 10:00:28 [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. 10:00:28 [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. 10:00:28 [INFO] 10:00:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service --- 10:00:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:00:28 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/surefire-reports 10:00:28 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:00:28 [INFO] 10:00:28 [INFO] ------------------------------------------------------- 10:00:28 [INFO] T E S T S 10:00:28 [INFO] ------------------------------------------------------- 10:00:29 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest 10:00:30 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest 10:00:30 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest 10:00:30 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest 10:00:30 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest 10:00:30 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest 10:00:30 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest 10:00:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest 10:00:30 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest 10:00:31 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:00:32 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.930 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest 10:00:32 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest 10:00:32 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest 10:00:32 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest 10:00:32 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest 10:00:32 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest 10:00:34 14:00:34.296 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:35 14:00:35.408 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:35 14:00:35.504 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:35 14:00:35.600 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:36 14:00:36.364 [DEBUG] [38fac294-7c15-46d9-98bb-fd07e9903ece] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-1#2117746669)]>: <Acknowledgement [label=my-requested-ack, entityId=:53b9aef8-cf98-47f2-9f6d-9f514f266d5f, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=38fac294-7c15-46d9-98bb-fd07e9903ece, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-1#2117746669, response-required=false}], isWeak=false]> 10:00:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.779 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest 10:00:36 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest 10:00:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest 10:00:36 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest 10:00:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest 10:00:36 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest 10:00:37 [INFO] [05/02/2024 14:00:37.056] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest 10:00:37 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest 10:00:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest 10:00:37 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest 10:00:37 [INFO] [05/02/2024 14:00:37.788] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-3260bd6] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 10:00:37 [WARN] [05/02/2024 14:00:37.796] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-3260bd6] Received invalid response. Reason: Entity ID of live response <:8dbd523d-5b1c-4572-9400-8733f8727401> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-3260bd6, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=17e7ad96-15b7-438c-baa3-76048fa10851, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:8dbd523d-5b1c-4572-9400-8733f8727401]. 10:00:40 [INFO] [05/02/2024 14:00:40.809] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-3260bd6] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 10:00:41 [INFO] [05/02/2024 14:00:41.065] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:41 [INFO] [05/02/2024 14:00:41.121] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-7/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-97a2fd5] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>. 10:00:41 [INFO] [05/02/2024 14:00:41.143] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:41 [INFO] [05/02/2024 14:00:41.198] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-8/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-b3fc904] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>. 10:00:41 [INFO] [05/02/2024 14:00:41.202] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:41 [INFO] [05/02/2024 14:00:41.279] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-3269bf5] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 10:00:41 [WARN] [05/02/2024 14:00:41.279] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-3269bf5] Received invalid response. Reason: Entity ID of live response <:064711cc-faa7-43a4-86b7-04db7930d3c3> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-3269bf5, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:064711cc-faa7-43a4-86b7-04db7930d3c3]. 10:00:41 [INFO] [05/02/2024 14:00:41.283] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:41 [INFO] [05/02/2024 14:00:41.356] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-9e5bd49] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 10:00:41 [WARN] [05/02/2024 14:00:41.356] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-9e5bd49] Received invalid response. Reason: Entity ID of live response <:adb59b1e-0ee3-4757-b64f-ec4cad9a2a5e> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-9e5bd49, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:adb59b1e-0ee3-4757-b64f-ec4cad9a2a5e]. 10:00:44 [INFO] [05/02/2024 14:00:44.370] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-9e5bd49] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 10:00:44 [INFO] [05/02/2024 14:00:44.373] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:44 [INFO] [05/02/2024 14:00:44.418] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-699fed1] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>. 10:00:44 [INFO] [05/02/2024 14:00:44.440] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-699fed1] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 10:00:44 [INFO] [05/02/2024 14:00:44.442] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:44 [INFO] [05/02/2024 14:00:44.489] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-f0f9f54] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>. 10:00:44 [INFO] [05/02/2024 14:00:44.518] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-f0f9f54] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 10:00:44 [INFO] [05/02/2024 14:00:44.520] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:44 [INFO] [05/02/2024 14:00:44.563] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-13/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-2fc2d4f] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>. 10:00:44 [INFO] [05/02/2024 14:00:44.565] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:44 [INFO] [05/02/2024 14:00:44.604] [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>. 10:00:49 [INFO] [05/02/2024 14:00:49.621] [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... 10:00:50 [INFO] [05/02/2024 14:00:50.606] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:50 [INFO] [05/02/2024 14:00:50.655] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-5d77571] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>. 10:00:50 [INFO] [05/02/2024 14:00:50.658] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:50 [INFO] [05/02/2024 14:00:50.705] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-be55bad] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:00:50 [INFO] [05/02/2024 14:00:50.708] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:50 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.06 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest 10:00:50 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest 10:00:50 14:00:50.742 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest 10:00:51 [INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest 10:00:51 14:00:51.081 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:00:51 [INFO] [05/02/2024 14:00:51.140] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:4fba82b2-bcce-4bd0-9043-b7f0de40efd5] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 10:00:51 [INFO] [05/02/2024 14:00:51.170] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:4fba82b2-bcce-4bd0-9043-b7f0de40efd5] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 10:00:51 [INFO] [05/02/2024 14:00:51.171] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 10:00:51 [INFO] [05/02/2024 14:00:51.503] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests 10:00:51 [INFO] [05/02/2024 14:00:51.525] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:4fba82b2-bcce-4bd0-9043-b7f0de40efd5] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 10:00:51 [INFO] [05/02/2024 14:00:51.559] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests 10:00:51 [INFO] [05/02/2024 14:00:51.560] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest 10:00:51 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest 10:00:51 14:00:51.574 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:51 14:00:51.746 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer. 10:00:51 14:00:51.774 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar> 10:00:51 14:00:51.782 [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]>. 10:00:51 14:00:51.783 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar> 10:00:51 14:00:51.972 [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]>. 10:00:51 14:00:51.974 [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 10:00:51 14:00:51.977 [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 10:00:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest 10:00:52 [INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest 10:00:52 14:00:52.032 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:00:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest 10:00:52 [INFO] 10:00:52 [INFO] Results: 10:00:52 [INFO] 10:00:52 [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0 10:00:52 [INFO] 10:00:52 [INFO] 10:00:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service --- 10:00:52 [INFO] 10:00:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service --- 10:00:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 10:00:52 [INFO] 10:00:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service --- 10:00:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:00:52 [INFO] No previous run data found, generating javadoc. 10:00:54 [WARNING] Javadoc Warnings 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment 10:00:54 [WARNING] package org.eclipse.ditto.edge.service; 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements; 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message; 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things; 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] package org.eclipse.ditto.edge.service.dispatching; 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] package org.eclipse.ditto.edge.service.placeholders; 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment 10:00:54 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment 10:00:54 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) { 10:00:54 [WARNING] ^ 10:00:54 [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 10:00:54 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment 10:00:54 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment 10:00:54 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment 10:00:54 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment 10:00:54 [WARNING] static FeaturePlaceholder getInstance() { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment 10:00:54 [WARNING] static PolicyPlaceholder getInstance() { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment 10:00:54 [WARNING] static RequestPlaceholder getInstance() { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment 10:00:54 [WARNING] static ThingJsonPlaceholder getInstance() { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment 10:00:54 [WARNING] static ThingPlaceholder getInstance() { 10:00:54 [WARNING] ^ 10:00:54 [WARNING] 17 warnings 10:00:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 10:00:54 [INFO] 10:00:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service --- 10:00:54 [INFO] Tests are skipped. 10:00:54 [INFO] 10:00:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service --- 10:00:54 [INFO] Tests are skipped. 10:00:54 [INFO] 10:00:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service --- 10:00:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec 10:00:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes 10:00:55 [INFO] 10:00:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service --- 10:00:55 [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 10:00:55 [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 10:00:55 [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 10:00:55 [INFO] 10:00:55 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ 10:00:55 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77] 10:00:55 [INFO] from internal/models/signalenrichment/pom.xml 10:00:55 [INFO] --------------------------------[ jar ]--------------------------------- 10:00:55 [INFO] 10:00:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] 10:00:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] 10:00:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 10:00:55 [INFO] 10:00:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment --- 10:00:55 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:00:55 [WARNING] 10:00:55 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:00:55 [WARNING] 10:00:55 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:00:55 [WARNING] 10:00:55 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:00:55 [INFO] 10:00:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources 10:00:55 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:00:55 [INFO] 10:00:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT... 10:00:55 [INFO] 10:00:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] Changes detected - recompiling the module! :dependency 10:00:55 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 10:00:55 [INFO] 10:00:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources 10:00:55 [INFO] 10:00:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment --- 10:00:55 [INFO] Changes detected - recompiling the module! :dependency 10:00:55 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 10:00:55 [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. 10:00:55 [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. 10:00:55 [INFO] 10:00:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment --- 10:00:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:00:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/surefire-reports 10:00:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:00:55 [INFO] 10:00:55 [INFO] ------------------------------------------------------- 10:00:55 [INFO] T E S T S 10:00:55 [INFO] ------------------------------------------------------- 10:00:56 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest 10:00:58 [INFO] [05/02/2024 14:00:58.497] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:58 14:00:58.612 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::19dc280f-353c-4d5a-abcf-8fa3dc73bc63> 10:00:59 14:00:59.797 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::19dc280f-353c-4d5a-abcf-8fa3dc73bc63> 10:00:59 [INFO] [05/02/2024 14:00:59.868] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:00:59 14:00:59.924 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::cf4e88ce-88ea-416e-9da3-04746376ff9b> 10:01:00 14:01:00.374 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::cf4e88ce-88ea-416e-9da3-04746376ff9b> 10:01:01 14:01:01.385 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::cf4e88ce-88ea-416e-9da3-04746376ff9b> 10:01:02 [INFO] [05/02/2024 14:01:02.390] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:02 14:01:02.437 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b0b8e91f-e212-4d64-a279-09fc655ed436> 10:01:02 14:01:02.439 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b0b8e91f-e212-4d64-a279-09fc655ed436> 10:01:03 [INFO] [05/02/2024 14:01:03.444] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:03 14:01:03.482 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1ab5b4c5-99da-4efc-b7f6-b89704cefc94> 10:01:03 14:01:03.485 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1ab5b4c5-99da-4efc-b7f6-b89704cefc94> 10:01:04 [INFO] [05/02/2024 14:01:04.489] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:04 14:01:04.526 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::73c8bf19-cbe2-441a-bcd7-f4bfaee0ae6b> 10:01:04 14:01:04.529 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::73c8bf19-cbe2-441a-bcd7-f4bfaee0ae6b> 10:01:05 [INFO] [05/02/2024 14:01:05.533] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:05 14:01:05.572 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1d162ef2-f836-438f-af58-da8b7150bce8> 10:01:05 14:01:05.579 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1d162ef2-f836-438f-af58-da8b7150bce8> 10:01:06 [INFO] [05/02/2024 14:01:06.585] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:06 14:01:06.627 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2da78b72-0939-4c89-8a1c-549f0365104d> 10:01:06 14:01:06.630 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2da78b72-0939-4c89-8a1c-549f0365104d> 10:01:06 [INFO] [05/02/2024 14:01:06.632] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:06 14:01:06.681 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::fcb3f490-3f75-4365-a823-2d658234ebd1> 10:01:06 14:01:06.684 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::fcb3f490-3f75-4365-a823-2d658234ebd1> 10:01:06 [INFO] [05/02/2024 14:01:06.686] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:06 14:01:06.728 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::bad048db-7ed0-45fd-8b59-f8023f7d72ca> 10:01:06 [INFO] [05/02/2024 14:01:06.736] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:06 May 02, 2024 2:01:06 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:06 WARNING: Exception thrown during asynchronous load 10:01:06 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':bad048db-7ed0-45fd-8b59-f8023f7d72ca' 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=d3b87ac8-8d0e-4a53-926c-b3126dad0e1a}]] 10:01:06 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 10:01:06 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 10:01:06 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 10:01:06 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:01:06 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:06 Caused by: ThingNotAccessibleException [message='The Thing with ID ':bad048db-7ed0-45fd-8b59-f8023f7d72ca' 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=d3b87ac8-8d0e-4a53-926c-b3126dad0e1a}]] 10:01:06 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150) 10:01:06 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132) 10:01:06 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:01:06 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119) 10:01:06 at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40) 10:01:06 at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39) 10:01:06 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106) 10:01:06 at org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest.thingNotAccessible(SearchIndexingSignalEnrichmentFacadeTest.java:43) 10:01:06 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:01:06 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:01:06 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:01:06 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:01:06 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:01:06 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:01:06 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:01:06 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:01:06 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 10:01:06 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:01:06 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:01:06 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:01:06 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:01:06 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:01:06 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:01:06 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:01:06 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:01:06 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:01:06 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:01:06 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:01:06 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:01:06 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:01:06 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:01:06 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:01:06 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:01:06 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:01:06 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:01:06 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:01:06 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:01:06 10:01:06 14:01:06.771 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id> 10:01:06 [INFO] [05/02/2024 14:01:06.774] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:06 14:01:06.804 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::d9b8e437-7df7-4fc5-a725-326c9c197a82> 10:01:16 May 02, 2024 2:01:16 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:16 WARNING: Exception thrown during asynchronous load 10:01:16 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-211357605), 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. 10:01:16 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:01:16 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:01:16 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 10:01:16 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:01:16 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:01:16 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:01:16 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:01:16 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:01:16 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:01:16 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:01:16 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 10:01:16 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:01:16 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:01:16 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 10:01:16 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 10:01:16 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:01:16 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 10:01:16 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 10:01:16 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 10:01:16 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 10:01:16 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:16 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-211357605), 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. 10:01:16 10:01:16 [INFO] [05/02/2024 14:01:16.827] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:16 14:01:16.860 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::e5dd305b-db44-4804-962b-b410f2db757d> 10:01:16 [INFO] [05/02/2024 14:01:16.864] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:16 14:01:16.895 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ddfc94e3-42c0-498f-b9f4-328d8583f64a> 10:01:16 May 02, 2024 2:01:16 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:16 WARNING: Exception thrown during asynchronous load 10:01:16 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@24fd99de 10:01:16 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 10:01:16 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 10:01:16 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 10:01:16 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:01:16 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:16 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@24fd99de 10:01:16 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109) 10:01:16 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100) 10:01:16 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) 10:01:16 ... 2 more 10:01:16 10:01:16 [INFO] [05/02/2024 14:01:16.898] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:16 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.65 s -- in org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest 10:01:16 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest 10:01:16 14:01:16.958 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::110b8222-9624-49e2-8c17-a375da25eca1> 10:01:16 14:01:16.963 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::110b8222-9624-49e2-8c17-a375da25eca1> 10:01:16 [INFO] [05/02/2024 14:01:16.967] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:17 14:01:17.020 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::015497e0-79b3-4576-8bfb-a3831c9193cd> 10:01:17 14:01:17.038 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::015497e0-79b3-4576-8bfb-a3831c9193cd> 10:01:18 14:01:18.041 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::015497e0-79b3-4576-8bfb-a3831c9193cd> 10:01:19 [INFO] [05/02/2024 14:01:19.044] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:19 14:01:19.080 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::047d65ef-f9d2-42d1-8371-820f5293b313> 10:01:19 14:01:19.082 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::047d65ef-f9d2-42d1-8371-820f5293b313> 10:01:20 [INFO] [05/02/2024 14:01:20.085] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:20 14:01:20.113 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b66d243d-5ac0-4210-bfd1-8f854d09550d> 10:01:20 14:01:20.116 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b66d243d-5ac0-4210-bfd1-8f854d09550d> 10:01:21 [INFO] [05/02/2024 14:01:21.119] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:21 14:01:21.147 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::f15a3c67-a3d2-40b1-bb3a-0dcc5586956a> 10:01:21 14:01:21.149 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::f15a3c67-a3d2-40b1-bb3a-0dcc5586956a> 10:01:22 [INFO] [05/02/2024 14:01:22.153] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:22 14:01:22.190 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::f757fb56-2fb0-4862-97ff-4e2261fb20cd> 10:01:22 14:01:22.192 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::f757fb56-2fb0-4862-97ff-4e2261fb20cd> 10:01:23 [INFO] [05/02/2024 14:01:23.195] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:23 14:01:23.223 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::04409f68-8472-4675-8fcd-ff23b36f4c62> 10:01:23 14:01:23.225 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::04409f68-8472-4675-8fcd-ff23b36f4c62> 10:01:23 [INFO] [05/02/2024 14:01:23.228] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:23 14:01:23.256 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5cbc8a38-2cdf-42c7-8cc6-aa7a14ee86d6> 10:01:23 14:01:23.258 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5cbc8a38-2cdf-42c7-8cc6-aa7a14ee86d6> 10:01:23 [INFO] [05/02/2024 14:01:23.260] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:23 14:01:23.295 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::bdd63d02-0789-4e2f-b853-475fa4360240> 10:01:23 May 02, 2024 2:01:23 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:23 WARNING: Exception thrown during asynchronous load 10:01:23 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':bdd63d02-0789-4e2f-b853-475fa4360240' 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=c503584d-aded-4862-99c0-0e76052f2188}]] 10:01:23 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 10:01:23 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 10:01:23 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 10:01:23 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:01:23 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:23 Caused by: ThingNotAccessibleException [message='The Thing with ID ':bdd63d02-0789-4e2f-b853-475fa4360240' 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=c503584d-aded-4862-99c0-0e76052f2188}]] 10:01:23 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150) 10:01:23 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132) 10:01:23 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:01:23 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119) 10:01:23 at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40) 10:01:23 at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39) 10:01:23 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106) 10:01:23 at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:22) 10:01:23 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:01:23 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:01:23 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:01:23 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:01:23 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:01:23 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:01:23 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:01:23 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:01:23 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 10:01:23 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:01:23 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:01:23 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:01:23 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:01:23 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:01:23 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:01:23 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:01:23 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:01:23 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:01:23 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:01:23 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:01:23 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:01:23 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:01:23 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:01:23 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:01:23 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:01:23 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:01:23 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:01:23 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:01:23 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:01:23 10:01:23 [INFO] [05/02/2024 14:01:23.300] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:23 14:01:23.337 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id> 10:01:23 [INFO] [05/02/2024 14:01:23.340] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:23 14:01:23.369 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0d3582b2-0f70-40af-bbe5-bbb018ad0e65> 10:01:33 May 02, 2024 2:01:33 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:33 WARNING: Exception thrown during asynchronous load 10:01:33 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-632404224), 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. 10:01:33 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:01:33 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:01:33 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 10:01:33 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:01:33 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:01:33 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:01:33 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:01:33 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:01:33 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:01:33 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:01:33 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 10:01:33 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:01:33 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:01:33 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 10:01:33 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 10:01:33 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:01:33 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 10:01:33 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 10:01:33 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 10:01:33 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 10:01:33 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:33 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-632404224), 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. 10:01:33 10:01:33 [INFO] [05/02/2024 14:01:33.390] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 14:01:33.422 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c124bfc3-d3ad-4a8b-91e3-8cde3f0dbf51> 10:01:33 [INFO] [05/02/2024 14:01:33.425] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 14:01:33.455 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::6e901404-9e5e-45e5-9d02-6c2dc70d5f83> 10:01:33 May 02, 2024 2:01:33 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:01:33 WARNING: Exception thrown during asynchronous load 10:01:33 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@732fb108 10:01:33 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 10:01:33 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 10:01:33 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 10:01:33 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:01:33 at java.base/java.lang.Thread.run(Thread.java:833) 10:01:33 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@732fb108 10:01:33 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109) 10:01:33 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100) 10:01:33 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) 10:01:33 ... 2 more 10:01:33 10:01:33 [INFO] [05/02/2024 14:01:33.458] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.56 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest 10:01:33 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest 10:01:33 [INFO] [05/02/2024 14:01:33.492] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] [05/02/2024 14:01:33.526] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] [05/02/2024 14:01:33.588] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] [05/02/2024 14:01:33.625] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] [05/02/2024 14:01:33.655] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest 10:01:33 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest 10:01:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest 10:01:34 [INFO] 10:01:34 [INFO] Results: 10:01:34 [INFO] 10:01:34 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 10:01:34 [INFO] 10:01:34 [INFO] 10:01:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment --- 10:01:34 [INFO] 10:01:34 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment --- 10:01:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 10:01:34 [INFO] 10:01:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment --- 10:01:34 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:01:34 [INFO] No previous run data found, generating javadoc. 10:01:36 [WARNING] Javadoc Warnings 10:01:36 [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 10:01:36 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment; 10:01:36 [WARNING] ^ 10:01:36 [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 10:01:36 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject, 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:87: warning: no @return 10:01:36 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade, 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:483: warning: no comment 10:01:36 [WARNING] protected static final class CachingParameters { 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:64: warning: no comment 10:01:36 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache; 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:66: warning: no comment 10:01:36 [WARNING] protected DittoCachingSignalEnrichmentFacade( 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:478: warning: no comment 10:01:36 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) { 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:313: warning: no comment 10:01:36 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey, 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:189: warning: no comment 10:01:36 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId, 10:01:36 [WARNING] ^ 10:01:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:490: warning: no comment 10:01:36 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector, 10:01:36 [WARNING] ^ 10:01:36 [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 10:01:36 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance( 10:01:36 [WARNING] ^ 10:01:36 [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 10:01:36 [WARNING] CACHE_ENABLED("cache.enabled", true); 10:01:36 [WARNING] ^ 10:01:36 [WARNING] 12 warnings 10:01:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 10:01:36 [INFO] 10:01:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment --- 10:01:36 [INFO] Tests are skipped. 10:01:36 [INFO] 10:01:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment --- 10:01:36 [INFO] Tests are skipped. 10:01:36 [INFO] 10:01:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment --- 10:01:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 10:01:36 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes 10:01:36 [INFO] 10:01:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment --- 10:01:36 [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 10:01:36 [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 10:01:36 [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 10:01:36 [INFO] 10:01:36 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- 10:01:36 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77] 10:01:36 [INFO] from internal/utils/conditional-headers/pom.xml 10:01:36 [INFO] --------------------------------[ jar ]--------------------------------- 10:01:36 [INFO] 10:01:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] 10:01:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] 10:01:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 10:01:36 [INFO] 10:01:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers --- 10:01:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:01:36 [WARNING] 10:01:36 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:01:36 [WARNING] 10:01:36 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:01:36 [WARNING] 10:01:36 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:01:36 [INFO] 10:01:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources 10:01:36 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:01:36 [INFO] 10:01:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT... 10:01:36 [INFO] 10:01:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] Changes detected - recompiling the module! :dependency 10:01:36 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:01:36 [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. 10:01:36 [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. 10:01:36 [INFO] 10:01:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources 10:01:36 [INFO] 10:01:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers --- 10:01:36 [INFO] Changes detected - recompiling the module! :dependency 10:01:36 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 10:01:36 [INFO] 10:01:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers --- 10:01:36 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:01:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/surefire-reports 10:01:36 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:01:36 [INFO] 10:01:36 [INFO] ------------------------------------------------------- 10:01:36 [INFO] T E S T S 10:01:36 [INFO] ------------------------------------------------------- 10:01:37 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest 10:01:37 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest 10:01:37 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest 10:01:37 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest 10:01:37 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest 10:01:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest 10:01:37 [INFO] 10:01:37 [INFO] Results: 10:01:37 [INFO] 10:01:37 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 10:01:37 [INFO] 10:01:37 [INFO] 10:01:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers --- 10:01:37 [INFO] 10:01:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers --- 10:01:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 10:01:37 [INFO] 10:01:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers --- 10:01:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:01:38 [INFO] No previous run data found, generating javadoc. 10:01:39 [WARNING] Javadoc Warnings 10:01:39 [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 10:01:39 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional; 10:01:39 [WARNING] ^ 10:01:39 [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> 10:01:39 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 10:01:39 [WARNING] ^ 10:01:39 [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 10:01:39 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 10:01:39 [WARNING] ^ 10:01:39 [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 10:01:39 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 10:01:39 [WARNING] ^ 10:01:39 [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 10:01:39 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 10:01:39 [WARNING] ^ 10:01:39 [WARNING] 5 warnings 10:01:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 10:01:39 [INFO] 10:01:39 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers --- 10:01:39 [INFO] Tests are skipped. 10:01:39 [INFO] 10:01:39 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers --- 10:01:39 [INFO] Tests are skipped. 10:01:39 [INFO] 10:01:39 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers --- 10:01:39 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 10:01:39 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes 10:01:39 [INFO] 10:01:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers --- 10:01:39 [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 10:01:39 [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 10:01:39 [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 10:01:39 [INFO] 10:01:39 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ 10:01:39 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77] 10:01:39 [INFO] from internal/utils/persistent-actors/pom.xml 10:01:39 [INFO] --------------------------------[ jar ]--------------------------------- 10:01:39 [INFO] 10:01:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] 10:01:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] 10:01:39 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:01:39 [INFO] 10:01:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors --- 10:01: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/persistent-actors/target/jacoco.exec 10:01:39 [INFO] 10:01:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors --- 10:01:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:01:39 [WARNING] 10:01:39 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:01:39 [WARNING] 10:01:39 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:01:39 [WARNING] 10:01:39 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:01:39 [INFO] 10:01:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources 10:01:39 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:01:39 [INFO] 10:01:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT... 10:01:39 [INFO] 10:01:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] Changes detected - recompiling the module! :dependency 10:01:39 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes 10:01:39 [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. 10:01:39 [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. 10:01:39 [INFO] 10:01:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] Copying 6 resources from src/test/resources to target/test-classes 10:01:39 [INFO] 10:01:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors --- 10:01:39 [INFO] Changes detected - recompiling the module! :dependency 10:01:39 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 10:01:40 [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. 10:01:40 [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. 10:01:40 [INFO] 10:01:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors --- 10:01:40 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:01:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/surefire-reports 10:01:40 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:01:40 [INFO] 10:01:40 [INFO] ------------------------------------------------------- 10:01:40 [INFO] T E S T S 10:01:40 [INFO] ------------------------------------------------------- 10:01:41 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest 10:01:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest 10:01:42 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest 10:01:44 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:01:46 [INFO] [05/02/2024 14:01:46.519] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:46 [INFO] [05/02/2024 14:01:46.786] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:46 [INFO] [05/02/2024 14:01:46.944] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:47 [INFO] [05/02/2024 14:01:47.006] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.596 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest 10:01:47 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest 10:01:47 14:01:47.508 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:48 14:01:47.983 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:48 14:01:48.086 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id> 10:01:48 14:01:48.441 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M27.421875S> from start 10:01:48 14:01:48.444 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 10:01:48 14:01:48.585 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:48 14:01:48.667 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:48 14:01:48.696 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(86573897)> 10:01:48 14:01:48.700 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 10:01:48 14:01:48.701 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid> 10:01:49 14:01:49.038 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.095 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<> 10:01:49 14:01:49.139 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.197 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:49 14:01:49.200 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 10:01:49 14:01:49.200 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id> 10:01:49 14:01:49.301 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 10:01:49 14:01:49.302 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT7M32.9296875S> from start 10:01:49 14:01:49.409 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:49 14:01:49.430 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M14.12109375S> from start 10:01:49 [INFO] [05/02/2024 14:01:49.430] [test-pekko.actor.default-dispatcher-7] [pekko://test/system/testProbe-5/$a] Stream complete. Next stream in <PT6M14.12109375S> from start 10:01:49 14:01:49.462 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.517 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:49 14:01:49.519 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown. 10:01:49 14:01:49.519 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT9M23.37890625S> starting from <> 10:01:49 14:01:49.565 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.637 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 10:01:49 14:01:49.640 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT7M6.85546875S> from start 10:01:49 14:01:49.672 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.760 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:49 14:01:49.855 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.083 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest 10:01:50 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest 10:01:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest 10:01:50 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest 10:01:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest 10:01:50 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest 10:01:50 [INFO] [05/02/2024 14:01:50.713] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:50 [INFO] [05/02/2024 14:01:50.889] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:51 [INFO] [05/02/2024 14:01:51.172] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest 10:01:51 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest 10:01:51 14:01:51.718 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:51 14:01:51.916 [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. 10:01:51 14:01:51.938 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request. 10:01:52 14:01:52.037 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.089 [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. 10:01:52 14:01:52.090 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed. 10:01:52 14:01:52.141 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.188 [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. 10:01:52 14:01:52.191 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess. 10:01:52 14:01:52.217 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.282 [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. 10:01:52 14:01:52.283 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed. 10:01:52 14:01:52.314 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.366 [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. 10:01:52 14:01:52.367 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage). 10:01:52 14:01:52.388 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.446 [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. 10:01:52 14:01:52.447 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed. 10:01:52 14:01:52.474 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:01:52 14:01:52.521 [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. 10:01:52 14:01:52.522 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed. 10:01:52 14:01:52.537 [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. 10:01:52 14:01:52.538 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed. 10:01:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest 10:01:52 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest 10:01:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest 10:01:54 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest 10:01:54 [INFO] [05/02/2024 14:01:54.090] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>. 10:01:54 [INFO] [05/02/2024 14:01:54.092] [PekkoTestSystem-pekko.actor.default-dispatcher-5] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>. 10:01:55 [INFO] [05/02/2024 14:01:55.166] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed. 10:01:55 [INFO] [05/02/2024 14:01:55.166] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$a] Got ping completed. 10:01:55 [INFO] [05/02/2024 14:01:55.174] [PekkoTestSystem-pekko.actor.default-dispatcher-5] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>. 10:01:55 [INFO] [05/02/2024 14:01:55.175] [PekkoTestSystem-pekko.actor.default-dispatcher-5] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>. 10:01:55 [INFO] [05/02/2024 14:01:55.184] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>. 10:01:55 May 02, 2024 2:01:55 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 10:01:55 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. 10:01:55 May 02, 2024 2:01:55 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 10:01:55 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. 10:01:56 May 02, 2024 2:01:56 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 10:01:56 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. 10:01:56 [INFO] [05/02/2024 14:01:56.202] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed. 10:01:56 [INFO] [05/02/2024 14:01:56.202] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Got ping completed. 10:01:56 [INFO] [05/02/2024 14:01:56.304] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:01:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.273 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest 10:01:56 [INFO] 10:01:56 [INFO] Results: 10:01:56 [INFO] 10:01:56 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 10:01:56 [INFO] 10:01:56 [INFO] 10:01:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors --- 10:01:56 [INFO] 10:01:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors --- 10:01:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 10:01:56 [INFO] 10:01:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors --- 10:01:56 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:01:56 [INFO] No previous run data found, generating javadoc. 10:01:59 [WARNING] Javadoc Warnings 10:01:59 [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 10:01:59 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass()); 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand); 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:534: warning: no comment 10:01:59 [WARNING] protected void becomeDeletedHandler() { 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:684: warning: no comment 10:01:59 [WARNING] protected void handleByCommandStrategy(final C command) { 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1051: warning: no comment 10:01:59 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) { 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:126: warning: no comment 10:01:59 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces; 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:130: warning: no comment 10:01:59 [WARNING] @Nullable protected ActorRef enforcerChild; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] @Nullable protected E entityId; 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:132: warning: no comment 10:01:59 [WARNING] protected final Duration localAskTimeout; 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:120: warning: no comment 10:01:59 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:124: warning: no comment 10:01:59 [WARNING] protected final MongoReadJournal mongoReadJournal; 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:118: warning: no comment 10:01:59 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa"; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] @Nullable protected ActorRef persistenceActorChild; 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:147: warning: no comment 10:01:59 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild, 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:142: warning: no comment 10:01:59 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces, 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:227: warning: no comment 10:01:59 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior, 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:597: warning: no comment 10:01:59 [WARNING] protected void becomeTwinSignalProcessingAwaiting() { 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1034: warning: no comment 10:01:59 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer( 10:01:59 [WARNING] ^ 10:01:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:647: warning: no comment 10:01:59 [WARNING] protected void restartChild() { 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() { 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() { 10:01:59 [WARNING] ^ 10:01:59 [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> 10:01:59 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) { 10:01:59 [WARNING] ^ 10:01:59 [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> 10:01:59 [WARNING] static <E extends Event<?>> Result<E> empty() { 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] public enum Control { 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] SERVICE_REQUESTS_DONE 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] SHUTDOWN, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] STREAM_COMPLETE, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] STREAM_FAILED, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] IN_QUIET_PERIOD, 10:01:59 [WARNING] ^ 10:01:59 [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 10:01:59 [WARNING] RUNNING 10:01:59 [WARNING] ^ 10:01:59 [WARNING] 37 warnings 10:01:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 10:01:59 [INFO] 10:01:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors --- 10:01:59 [INFO] Tests are skipped. 10:01:59 [INFO] 10:01:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors --- 10:01:59 [INFO] Tests are skipped. 10:01:59 [INFO] 10:01:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors --- 10:01:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 10:01:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes 10:01:59 [INFO] 10:01:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors --- 10:01:59 [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 10:01:59 [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 10:01:59 [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 10:01:59 [INFO] 10:01:59 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- 10:01:59 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77] 10:01:59 [INFO] from internal/utils/protocol/pom.xml 10:01:59 [INFO] --------------------------------[ jar ]--------------------------------- 10:01:59 [INFO] 10:01:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] 10:01:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] 10:01:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 10:01:59 [INFO] 10:01:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol --- 10:01:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:01:59 [WARNING] 10:01:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:01:59 [WARNING] 10:01:59 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:01:59 [WARNING] 10:01:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:01:59 [INFO] 10:01:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources 10:01:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:01:59 [INFO] 10:01:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT... 10:01:59 [INFO] 10:01:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] Changes detected - recompiling the module! :dependency 10:01:59 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:01:59 [INFO] 10:01:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:01:59 [INFO] 10:01:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol --- 10:01:59 [INFO] Changes detected - recompiling the module! :dependency 10:01:59 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 10:01:59 [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. 10:01:59 [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. 10:01:59 [INFO] 10:01:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol --- 10:01:59 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:01:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/surefire-reports 10:01:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:01:59 [INFO] 10:01:59 [INFO] ------------------------------------------------------- 10:01:59 [INFO] T E S T S 10:01:59 [INFO] ------------------------------------------------------- 10:02:00 [INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest 10:02:02 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.210 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest 10:02:02 [INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest 10:02:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.050 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest 10:02:04 [INFO] 10:02:04 [INFO] Results: 10:02:04 [INFO] 10:02:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 10:02:04 [INFO] 10:02:04 [INFO] 10:02:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol --- 10:02:04 [INFO] 10:02:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol --- 10:02:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 10:02:04 [INFO] 10:02:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol --- 10:02:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:02:04 [INFO] No previous run data found, generating javadoc. 10:02:05 [WARNING] Javadoc Warnings 10:02:05 [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 10:02:05 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config; 10:02:05 [WARNING] ^ 10:02:05 [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 10:02:05 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig); 10:02:05 [WARNING] ^ 10:02:05 [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 10:02:05 [WARNING] enum ProtocolConfigValue implements KnownConfigValue { 10:02:05 [WARNING] ^ 10:02:05 [WARNING] 3 warnings 10:02:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 10:02:05 [INFO] 10:02:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol --- 10:02:05 [INFO] Tests are skipped. 10:02:05 [INFO] 10:02:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol --- 10:02:05 [INFO] Tests are skipped. 10:02:05 [INFO] 10:02:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol --- 10:02:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 10:02:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes 10:02:05 [INFO] 10:02:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol --- 10:02:05 [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 10:02:05 [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 10:02:05 [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 10:02:05 [INFO] 10:02:05 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >---------- 10:02:05 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77] 10:02:05 [INFO] from rql/search-option-parser/pom.xml 10:02:05 [INFO] -------------------------------[ bundle ]------------------------------- 10:02:05 [INFO] 10:02:05 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser --- 10:02:05 [INFO] 10:02:05 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser --- 10:02:05 [INFO] 10:02:05 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser --- 10:02:05 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:02:05 [INFO] 10:02:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser --- 10:02: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/rql/search-option-parser/target/jacoco.exec 10:02:05 [INFO] 10:02:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser --- 10:02:05 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:02:05 [WARNING] 10:02:05 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:02:05 [WARNING] 10:02:05 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:02:05 [WARNING] 10:02:05 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:02:05 [INFO] 10:02:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser --- 10:02:05 [INFO] Copying 0 resource from src/main/resources to target/classes 10:02:05 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:02:05 [INFO] 10:02:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser --- 10:02:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT... 10:02:05 [INFO] 10:02:05 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser --- 10:02:05 [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 10:02:06 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ... 10:02:10 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 10:02:10 [WARNING] one warning found 10:02:11 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:02:11 1 warning. 10:02:11 [INFO] done compiling 10:02:11 [INFO] compile in 5.6 s 10:02:11 [INFO] 10:02:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser --- 10:02:11 [INFO] Changes detected - recompiling the module! :dependency 10:02:11 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 10:02:11 [WARNING] bootstrap class path not set in conjunction with -source 8 10:02:11 [INFO] 10:02:11 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser --- 10:02:11 [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 10:02:11 [INFO] compile in 0.0 s 10:02:11 [INFO] 10:02:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser --- 10:02:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources 10:02:11 [INFO] 10:02:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser --- 10:02:11 [INFO] Changes detected - recompiling the module! :dependency 10:02:11 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 10:02:11 [WARNING] bootstrap class path not set in conjunction with -source 8 10:02:11 [INFO] 10:02:11 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser --- 10:02:11 [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 10:02:11 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/test-classes ... 10:02:13 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:02:13 1 warning. 10:02:13 [INFO] done compiling 10:02:13 [INFO] compile in 1.3 s 10:02:13 [INFO] 10:02:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser --- 10:02:13 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:02:13 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/surefire-reports 10:02:13 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:02:13 [INFO] 10:02:13 [INFO] ------------------------------------------------------- 10:02:13 [INFO] T E S T S 10:02:13 [INFO] ------------------------------------------------------- 10:02:13 [INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest 10:02:14 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest 10:02:14 [INFO] 10:02:14 [INFO] Results: 10:02:14 [INFO] 10:02:14 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 10:02:14 [INFO] 10:02:14 [INFO] 10:02:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser --- 10:02:14 [INFO] 10:02:14 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser --- 10:02:14 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 10:02:14 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 10:02:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF 10:02:14 [INFO] 10:02:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser --- 10:02:14 [INFO] Tests are skipped. 10:02:14 [INFO] 10:02:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser --- 10:02:14 [INFO] Tests are skipped. 10:02:14 [INFO] 10:02:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser --- 10:02:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec 10:02:14 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes 10:02:14 [INFO] 10:02:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser --- 10:02:14 [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 10:02:14 [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 10:02:14 [INFO] 10:02:14 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser --- 10:02:14 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar 10:02:14 [INFO] Writing OBR metadata 10:02:14 [INFO] 10:02:14 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ 10:02:14 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77] 10:02:14 [INFO] from internal/utils/search/pom.xml 10:02:14 [INFO] --------------------------------[ jar ]--------------------------------- 10:02:14 [INFO] 10:02:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search --- 10:02:14 [INFO] 10:02:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search --- 10:02:14 [INFO] 10:02:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search --- 10:02: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/search/target/jacoco.exec 10:02:14 [INFO] 10:02:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search --- 10:02:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:02:14 [WARNING] 10:02:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:02:14 [WARNING] 10:02:14 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:02:14 [WARNING] 10:02:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:02:14 [INFO] 10:02:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search --- 10:02:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources 10:02:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:02:14 [INFO] 10:02:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search --- 10:02:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT... 10:02:14 [INFO] 10:02:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search --- 10:02:14 [INFO] Changes detected - recompiling the module! :dependency 10:02:14 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes 10:02:14 [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. 10:02:14 [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. 10:02:14 [INFO] 10:02:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search --- 10:02:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources 10:02:14 [INFO] 10:02:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search --- 10:02:14 [INFO] Changes detected - recompiling the module! :dependency 10:02:14 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 10:02:15 [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. 10:02:15 [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. 10:02:15 [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. 10:02:15 [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. 10:02:15 [INFO] 10:02:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search --- 10:02:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:02:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/surefire-reports 10:02:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:02:15 [INFO] 10:02:15 [INFO] ------------------------------------------------------- 10:02:15 [INFO] T E S T S 10:02:15 [INFO] ------------------------------------------------------- 10:02:15 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest 10:02:18 SLF4J(W): Class path contains multiple SLF4J providers. 10:02:18 SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@7fce1069] 10:02:18 SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@51b41740] 10:02:18 SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 10:02:18 SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@7fce1069] 10:02:19 [WARN] [05/02/2024 14:02:19.112] [default-pekko.actor.default-dispatcher-4] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-0)] [resume-source-errors-flow] Upstream failed, cause: InvalidRqlExpressionException: The given RQL expression was invalid 10:02:19 [INFO] [05/02/2024 14:02:19.255] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:19 [INFO] [05/02/2024 14:02:19.537] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:19 14:02:19.662 [default-pekko.actor.default-dispatcher-7] 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 10:02:19 [INFO] [05/02/2024 14:02:19.807] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:19 [WARN] [05/02/2024 14:02:19.929] [default-pekko.actor.default-dispatcher-6] [SinkRefStageImpl(pekko://default)] [SinkRef-0] Stream already completed before remote side materialized, failing now. 10:02:19 [INFO] [05/02/2024 14:02:19.932] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.076 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest 10:02:19 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest 10:02:20 [INFO] [05/02/2024 14:02:20.050] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]> 10:02:20 [INFO] [05/02/2024 14:02:20.053] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 14:02:20.186 [default-pekko.actor.default-dispatcher-7] ERROR org.eclipse.ditto.internal.utils.search.SearchSource -- Unexpected error 10:02:20 org.apache.pekko.pattern.AskTimeoutException: mock error 10:02:20 [INFO] [05/02/2024 14:02:20.525] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=null, options=size(0), fields=null, namespaces=null, prefix=null]> 10:02:20 [INFO] [05/02/2024 14:02:20.532] [default-pekko.actor.default-dispatcher-5] [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 [{}]]] 10:02:20 [INFO] [05/02/2024 14:02:20.534] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] [05/02/2024 14:02:20.607] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=exists(attributes/tag1), options=size(1), fields=/thingId, namespaces=null, prefix=null]> 10:02:20 [INFO] [05/02/2024 14:02:20.612] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=SubscriptionProtocolErrorException [message='The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)', errorCode=thing-search:subscription.protocol.error, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='null', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]] 10:02:20 [INFO] [05/02/2024 14:02:20.615] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest 10:02:20 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest 10:02:20 [INFO] [05/02/2024 14:02:20.681] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] [05/02/2024 14:02:20.746] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] [05/02/2024 14:02:20.786] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] [05/02/2024 14:02:20.917] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest 10:02:20 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest 10:02:21 [INFO] [05/02/2024 14:02:20.988] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout 10:02:21 [INFO] [05/02/2024 14:02:21.007] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:21 [INFO] [05/02/2024 14:02:21.070] [SubscriptionActorTest0-pekko.actor.default-dispatcher-7] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]> 10:02:21 [INFO] [05/02/2024 14:02:21.071] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:21 [INFO] [05/02/2024 14:02:21.193] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]] 10:02:21 [INFO] [05/02/2024 14:02:21.195] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:21 [INFO] [05/02/2024 14:02:21.308] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]] 10:02:21 [INFO] [05/02/2024 14:02:21.309] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:02:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest 10:02:21 [INFO] 10:02:21 [INFO] Results: 10:02:21 [INFO] 10:02:21 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 10:02:21 [INFO] 10:02:21 [INFO] 10:02:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search --- 10:02:21 [INFO] 10:02:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search --- 10:02:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 10:02:21 [INFO] 10:02:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search --- 10:02:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:02:21 [INFO] No previous run data found, generating javadoc. 10:02:23 [WARNING] Javadoc Warnings 10:02:23 [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 10:02:23 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) { 10:02:23 [WARNING] ^ 10:02:23 [WARNING] 1 warning 10:02:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 10:02:23 [INFO] 10:02:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search --- 10:02:23 [INFO] Tests are skipped. 10:02:23 [INFO] 10:02:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search --- 10:02:23 [INFO] Tests are skipped. 10:02:23 [INFO] 10:02:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search --- 10:02:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 10:02:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes 10:02:23 [INFO] 10:02:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search --- 10:02:23 [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 10:02:23 [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 10:02:23 [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 10:02:23 [INFO] 10:02:23 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >------- 10:02:23 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77] 10:02:23 [INFO] from internal/utils/pubsub-policies/pom.xml 10:02:23 [INFO] --------------------------------[ jar ]--------------------------------- 10:02:23 [INFO] 10:02:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] 10:02:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] 10:02:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec 10:02:23 [INFO] 10:02:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:02:23 [WARNING] 10:02:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:02:23 [WARNING] 10:02:23 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:02:23 [WARNING] 10:02:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:02:23 [INFO] 10:02:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources 10:02:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:02:23 [INFO] 10:02:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT... 10:02:23 [INFO] 10:02:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] Changes detected - recompiling the module! :dependency 10:02:23 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes 10:02:23 [INFO] 10:02:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources 10:02:23 [INFO] 10:02:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] No sources to compile 10:02:23 [INFO] 10:02:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:02:23 [INFO] No tests to run. 10:02:23 [INFO] 10:02:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] 10:02:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 10:02:23 [INFO] 10:02:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies --- 10:02:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:02:23 [INFO] No previous run data found, generating javadoc. 10:02:24 [WARNING] Javadoc Warnings 10:02:24 [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 10:02:24 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies; 10:02:24 [WARNING] ^ 10:02:24 [WARNING] 1 warning 10:02:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 10:02:24 [INFO] 10:02:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies --- 10:02:24 [INFO] Tests are skipped. 10:02:24 [INFO] 10:02:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies --- 10:02:24 [INFO] Tests are skipped. 10:02:24 [INFO] 10:02:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies --- 10:02:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:02:24 [INFO] 10:02:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies --- 10:02:24 [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 10:02:24 [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 10:02:24 [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 10:02:24 [INFO] 10:02:24 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >-------- 10:02:24 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77] 10:02:24 [INFO] from internal/utils/pubsub-things/pom.xml 10:02:24 [INFO] --------------------------------[ jar ]--------------------------------- 10:02:24 [INFO] 10:02:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things --- 10:02:24 [INFO] 10:02:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things --- 10:02:24 [INFO] 10:02:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things --- 10:02: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/pubsub-things/target/jacoco.exec 10:02:24 [INFO] 10:02:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things --- 10:02:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:02:24 [WARNING] 10:02:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:02:24 [WARNING] 10:02:24 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:02:24 [WARNING] 10:02:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:02:24 [INFO] 10:02:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things --- 10:02:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources 10:02:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:02:24 [INFO] 10:02:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things --- 10:02:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT... 10:02:24 [INFO] 10:02:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things --- 10:02:24 [INFO] Changes detected - recompiling the module! :dependency 10:02:24 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes 10:02:25 [INFO] 10:02:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things --- 10:02:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources 10:02:25 [INFO] 10:02:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things --- 10:02:25 [INFO] No sources to compile 10:02:25 [INFO] 10:02:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things --- 10:02:25 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:02:25 [INFO] No tests to run. 10:02:25 [INFO] 10:02:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things --- 10:02:25 [INFO] 10:02:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things --- 10:02:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 10:02:25 [INFO] 10:02:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things --- 10:02:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:02:25 [INFO] No previous run data found, generating javadoc. 10:02:26 [WARNING] Javadoc Warnings 10:02:26 [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 10:02:26 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings; 10:02:26 [WARNING] ^ 10:02:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:56: warning: no @param for resubscribe 10:02:26 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber, 10:02:26 [WARNING] ^ 10:02:26 [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 10:02:26 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) { 10:02:26 [WARNING] ^ 10:02:26 [WARNING] 3 warnings 10:02:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 10:02:26 [INFO] 10:02:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things --- 10:02:26 [INFO] Tests are skipped. 10:02:26 [INFO] 10:02:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things --- 10:02:26 [INFO] Tests are skipped. 10:02:26 [INFO] 10:02:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things --- 10:02:26 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:02:26 [INFO] 10:02:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things --- 10:02:26 [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 10:02:26 [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 10:02:26 [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 10:02:26 [INFO] 10:02:26 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ 10:02:26 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [67/77] 10:02:26 [INFO] from connectivity/service/pom.xml 10:02:26 [INFO] --------------------------------[ jar ]--------------------------------- 10:02:43 [INFO] 10:02:43 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service --- 10:02:43 [INFO] 10:02:43 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service --- 10:02:43 [INFO] 10:02:43 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service --- 10:02:43 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 10:02:43 [INFO] 10:02:43 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service --- 10:02:43 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:02:43 [WARNING] 10:02:43 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:02:43 [WARNING] 10:02:43 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:02:43 [WARNING] 10:02:43 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:02:43 [INFO] 10:02:43 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service --- 10:02:43 [INFO] Copying 1 resource from src/main/resources to target/classes 10:02:43 [INFO] Copying 8 resources from src/main/resources to target/classes 10:02:43 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:02:43 [INFO] 10:02:43 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service --- 10:02:43 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT... 10:02:43 [INFO] 10:02:43 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service --- 10:02:43 [INFO] Changes detected - recompiling the module! :dependency 10:02:43 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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 10:02:47 [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. 10:02:47 [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. 10:02:47 [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. 10:02:47 [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. 10:02:47 [INFO] 10:02:47 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service --- 10:02:47 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar 10:02:48 [INFO] 10:02:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service --- 10:02:48 [INFO] Copying 39 resources from src/test/resources to target/test-classes 10:02:48 [INFO] 10:02:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service --- 10:02:48 [INFO] Changes detected - recompiling the module! :dependency 10:02:48 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes 10:02:55 [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. 10:02:55 [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. 10:02:55 [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. 10:02:55 [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. 10:02:55 [INFO] 10:02:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service --- 10:02:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:02:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/surefire-reports 10:02:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:02:55 [INFO] 10:02:55 [INFO] ------------------------------------------------------- 10:02:55 [INFO] T E S T S 10:02:55 [INFO] ------------------------------------------------------- 10:02:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest 10:02:57 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest 10:02:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest 10:02:57 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:02:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest 10:02:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest 10:02:59 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest 10:02:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest 10:02:59 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest 10:02:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest 10:02:59 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest 10:02:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest 10:02:59 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest 10:02:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest 10:03:01 [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest 10:03:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest 10:03:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest 10:03:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest 10:03:02 14:03:02.819 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client … 10:03:02 java.lang.IllegalStateException: Yolo! 10:03:02 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:03:02 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:03:02 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:03:02 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:03:02 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:03:02 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:03:02 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:03:02 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:03:02 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:03:02 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:03:02 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:03:02 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:03:02 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:03:02 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:03:02 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:03:02 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:03:02 14:03:02.953 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>. 10:03:02 java.lang.IllegalStateException: Yolo! 10:03:02 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:03:02 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:03:02 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:03:02 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:03:02 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:03:02 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:03:02 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:03:02 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:03:02 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:03:02 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:03:02 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:03:02 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:03:02 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:03:02 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:03:02 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:03:02 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:03:02 14:03:02.957 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>. 10:03:02 14:03:02.962 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>. 10:03:02 java.lang.IllegalStateException: Yolo! 10:03:02 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:03:02 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:03:02 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:03:02 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:03:02 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:03:02 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:03:02 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:03:02 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:03:02 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:03:02 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:03:02 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:03:02 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:03:02 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:03:02 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:03:02 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:03:02 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:03:02 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:02 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:03:02 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:03:02 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:03:02 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:03:02 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:03:02 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:03:03 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest 10:03:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest 10:03:03 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest 10:03:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest 10:03:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest 10:03:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest 10:03:03 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest 10:03:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest 10:03:07 [INFO] [05/02/2024 14:03:07.047] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.517 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest 10:03:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest 10:03:07 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest 10:03:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest 10:03:07 [INFO] [05/02/2024 14:03:07.584] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest 10:03:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest 10:03:07 [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 10:03:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest 10:03:07 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest 10:03:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest 10:03:08 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest 10:03:08 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest 10:03:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest 10:03:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest 10:03:08 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest 10:03:08 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest 10:03:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest 10:03:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest 10:03:08 14:03:08.577 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.838] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.839] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.840] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.841] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.842] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.843] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.844] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.845] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.846] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.846] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:12 [INFO] [05/02/2024 14:03:12.846] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 797392613>. 10:03:14 [INFO] [05/02/2024 14:03:14.640] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:14 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.074 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest 10:03:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest 10:03:14 [INFO] [05/02/2024 14:03:14.785] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:14 [INFO] [05/02/2024 14:03:14.868] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:14 [INFO] [05/02/2024 14:03:14.940] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:15 [INFO] [05/02/2024 14:03:15.003] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:15 [INFO] [05/02/2024 14:03:15.071] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:15 [INFO] [05/02/2024 14:03:15.114] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest 10:03:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest 10:03:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest 10:03:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest 10:03:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest 10:03:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest 10:03:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest 10:03:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest 10:03:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest 10:03:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest 10:03:15 14:03:15.285 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 41187 10:03:15 14:03:15.420 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:16 14:03:16.900 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M55.704S> interval (min=<PT5M>) 10:03:16 14:03:16.937 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.142S> interval (min=<PT5M>) 10:03:16 14:03:16.937 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:16 14:03:16.937 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.041S> interval (min=<PT5M>) 10:03:16 14:03:16.938 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:16 14:03:16.939 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M48.31S> interval (min=<PT5M>) 10:03:16 14:03:16.955 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:16 14:03:16.956 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:17 14:03:16.972 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.674S> interval (min=<PT5M>) 10:03:17 14:03:16.972 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:17 14:03:17.276 [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@6bda3135]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:17 14:03:17.287 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:17 14:03:17.341 [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@6bda3135]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:17 14:03:17.342 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:17 14:03:17.370 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52102 10:03:17 14:03:17.374 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:17 14:03:17.437 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:17 14:03:17.439 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:17 14:03:17.485 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{mqtt.qos=0, custom.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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-c4040ba, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:17 14:03:17.547 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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>. 10:03:17 14:03:17.548 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:17 14:03:17.651 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1 10:03:17 14:03:17.686 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M13.18S> interval (min=<PT5M>) 10:03:17 14:03:17.687 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:17 14:03:17.688 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M40.756S> interval (min=<PT5M>) 10:03:17 14:03:17.689 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.638S> interval (min=<PT5M>) 10:03:17 14:03:17.690 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:17 14:03:17.690 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.103S> interval (min=<PT5M>) 10:03:17 14:03:17.692 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:17 14:03:17.693 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:17 14:03:17.696 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:17 14:03:17.697 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.487S> interval (min=<PT5M>) 10:03:17 14:03:17.698 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@76d55a3e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:17 14:03:17.699 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:17 14:03:17.702 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@76d55a3e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:17 14:03:17.702 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:17 14:03:17.715 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52106 10:03:17 14:03:17.716 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:17 14:03:17.808 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:17 14:03:17.819 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:17 14:03:17.846 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] 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]> 10:03:17 14:03:17.856 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:17 14:03:17.938 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:03:17 14:03:17.956 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:18 14:03:17.985 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M58.004S> interval (min=<PT5M>) 10:03:18 14:03:17.985 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:17.987 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.418S> interval (min=<PT5M>) 10:03:18 14:03:18.037 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.038 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.57S> interval (min=<PT5M>) 10:03:18 14:03:18.038 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M19.852S> interval (min=<PT5M>) 10:03:18 14:03:18.039 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.040 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.043 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.345S> interval (min=<PT5M>) 10:03:18 14:03:18.044 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.045 [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@206d0229]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.046 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.049 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@206d0229]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.050 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.052 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52114 10:03:18 14:03:18.052 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:18 14:03:18.065 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-81fd55c, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:18 14:03:18.070 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'eclipse/invalid/address'.> 10:03:18 14:03:18.070 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-81fd55c, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.topic=eclipse/invalid/address, mqtt.retain=false, mqtt.qos=0} 10:03:18 14:03:18.083 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=replies, qos=AT_MOST_ONCE]> 10:03:18 14:03:18.085 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:18 14:03:18.086 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:18 14:03:18.140 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:18 14:03:18.241 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M36.598S> interval (min=<PT5M>) 10:03:18 14:03:18.241 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.242 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.618S> interval (min=<PT5M>) 10:03:18 14:03:18.243 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.739S> interval (min=<PT5M>) 10:03:18 14:03:18.245 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.245 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.005S> interval (min=<PT5M>) 10:03:18 14:03:18.247 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.247 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.251 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.252 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.037S> interval (min=<PT5M>) 10:03:18 14:03:18.253 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@6dbb9458]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.254 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.258 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6dbb9458]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.258 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.260 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52130 10:03:18 14:03:18.261 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:18 14:03:18.274 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-6bdf235, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:18 14:03:18.277 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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>. 10:03:18 14:03:18.363 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:18 14:03:18.365 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.439 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:18 14:03:18.464 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1 10:03:18 14:03:18.539 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.04S> interval (min=<PT5M>) 10:03:18 14:03:18.539 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.540 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.3S> interval (min=<PT5M>) 10:03:18 14:03:18.541 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.856S> interval (min=<PT5M>) 10:03:18 14:03:18.542 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.542 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.108S> interval (min=<PT5M>) 10:03:18 14:03:18.544 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.545 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.547 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.548 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.85S> interval (min=<PT5M>) 10:03:18 14:03:18.549 [WARN ] [MqttClientActorTest_openAndCloseConnection-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@647e335b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.550 [INFO ] [MqttClientActorTest_openAndCloseConnection-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.552 [WARN ] [MqttClientActorTest_openAndCloseConnection-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@647e335b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.553 [INFO ] [MqttClientActorTest_openAndCloseConnection-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.565 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52142 10:03:18 14:03:18.566 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:18 14:03:18.657 [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. 10:03:18 14:03:18.662 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED> 10:03:18 14:03:18.663 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:18 14:03:18.751 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M33.359S> interval (min=<PT5M>) 10:03:18 14:03:18.751 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.752 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.375S> interval (min=<PT5M>) 10:03:18 14:03:18.753 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.148S> interval (min=<PT5M>) 10:03:18 14:03:18.754 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.754 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.282S> interval (min=<PT5M>) 10:03:18 14:03:18.756 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.756 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.759 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.759 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.289S> interval (min=<PT5M>) 10:03:18 14:03:18.762 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@68dcd6d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.762 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.765 [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@68dcd6d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.765 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.778 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52158 10:03:18 14:03:18.781 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@68dcd6d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.781 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.782 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@68dcd6d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.782 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.783 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:41187>. 10:03:18 14:03:18.794 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d> at <tcp://localhost:41187> was successful. 10:03:18 14:03:18.795 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:03:18 14:03:18.796 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:18 14:03:18.940 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.104S> interval (min=<PT5M>) 10:03:18 14:03:18.940 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.941 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.635S> interval (min=<PT5M>) 10:03:18 14:03:18.942 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.729S> interval (min=<PT5M>) 10:03:18 14:03:18.943 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:18 14:03:18.943 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.206S> interval (min=<PT5M>) 10:03:18 14:03:18.945 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.945 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:18 14:03:18.948 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:18 14:03:18.948 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.218S> interval (min=<PT5M>) 10:03:18 14:03:18.950 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d369f05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.950 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.953 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d369f05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:18 14:03:18.954 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:18 14:03:18.955 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52162 10:03:18 14:03:18.956 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:18 14:03:18.965 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-b2b6f98, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:18 14:03:18.967 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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>. 10:03:18 14:03:18.978 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52174 10:03:18 14:03:18.979 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:19 14:03:18.988 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-b2b6f98, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:18.990 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:03:19 14:03:19.055 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:19 14:03:19.055 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message Success in state CONNECTED - status: open: CONNECTED - sender: Actor[pekko://MqttClientActorTest_reconnectAndConsumeFromTopic/deadLetters] 10:03:19 14:03:19.057 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED> 10:03:19 14:03:19.057 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:19 14:03:19.139 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M40.512S> interval (min=<PT5M>) 10:03:19 14:03:19.139 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.140 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.306S> interval (min=<PT5M>) 10:03:19 14:03:19.141 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.168S> interval (min=<PT5M>) 10:03:19 14:03:19.142 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:19 14:03:19.142 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.727S> interval (min=<PT5M>) 10:03:19 14:03:19.144 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.145 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.147 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.148 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.688S> interval (min=<PT5M>) 10:03:19 14:03:19.149 [WARN ] [MqttClientActorTest_testConnectionFails-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@25eba65c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.149 [INFO ] [MqttClientActorTest_testConnectionFails-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.152 [WARN ] [MqttClientActorTest_testConnectionFails-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@25eba65c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.152 [INFO ] [MqttClientActorTest_testConnectionFails-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.164 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52178 10:03:19 14:03:19.165 [WARN ] [MqttClientActorTest_testConnectionFails-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@25eba65c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.165 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d> at <tcp://localhost:41187> failed: Failed to connect. 10:03:19 14:03:19.165 [INFO ] [MqttClientActorTest_testConnectionFails-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.166 [WARN ] [MqttClientActorTest_testConnectionFails-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@25eba65c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.166 [INFO ] [MqttClientActorTest_testConnectionFails-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.167 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] 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.)> 10:03:19 14:03:19.168 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:19 14:03:19.287 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M49.355S> interval (min=<PT5M>) 10:03:19 14:03:19.287 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.288 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.57S> interval (min=<PT5M>) 10:03:19 14:03:19.289 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.775S> interval (min=<PT5M>) 10:03:19 14:03:19.290 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:19 14:03:19.290 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.479S> interval (min=<PT5M>) 10:03:19 14:03:19.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.293 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.297 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.413S> interval (min=<PT5M>) 10:03:19 14:03:19.298 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.299 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@383a68d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.300 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.303 [WARN ] [MqttClientActorTest_publishToReplyTarget-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@383a68d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.303 [INFO ] [MqttClientActorTest_publishToReplyTarget-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.316 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52186 10:03:19 14:03:19.317 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:19 14:03:19.405 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:19 14:03:19.413 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <:a342dc76-cd9e-450c-8997-ffae6eda01bf> to PublishTarget <MqttPublishTarget [topic=replyTarget/:a342dc76-cd9e-450c-8997-ffae6eda01bf, qos=AT_MOST_ONCE]> 10:03:19 14:03:19.416 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:19 14:03:19.416 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:19 14:03:19.516 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:03:19 14:03:19.516 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:19 14:03:19.520 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:19 14:03:19.537 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:19 14:03:19.537 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.16S> interval (min=<PT5M>) 10:03:19 14:03:19.538 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M31.159S> interval (min=<PT5M>) 10:03:19 14:03:19.538 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.756S> interval (min=<PT5M>) 10:03:19 14:03:19.538 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.536S> interval (min=<PT5M>) 10:03:19 14:03:19.538 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.539 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.539 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.544 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.364S> interval (min=<PT5M>) 10:03:19 14:03:19.544 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.545 [WARN ] [MqttClientActorTest_consumeMultipleSources-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@7f2d5316]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.546 [INFO ] [MqttClientActorTest_consumeMultipleSources-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.548 [WARN ] [MqttClientActorTest_consumeMultipleSources-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@7f2d5316]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.548 [INFO ] [MqttClientActorTest_consumeMultipleSources-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.550 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52196 10:03:19 14:03:19.550 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:19 14:03:19.579 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] 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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbA10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.580 [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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbB10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.581 [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>. 10:03:19 14:03:19.581 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] 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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbC10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.581 [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>. 10:03:19 14:03:19.582 [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>. 10:03:19 14:03:19.583 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbA11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.636 [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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbB11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.637 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:03:19 14:03:19.638 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:03:19 14:03:19.640 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] 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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbC20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.640 [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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbA12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.640 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B2, mqtt.topic=B2, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbB20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.641 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:03:19 14:03:19.641 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:03:19 14:03:19.642 [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>. 10:03:19 14:03:19.644 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] 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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbC30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.644 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] 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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-a0a3ffbB21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:19 14:03:19.645 [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>. 10:03:19 14:03:19.646 [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>. 10:03:19 14:03:19.647 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:19 14:03:19.648 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:19 14:03:19.769 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M30.312S> interval (min=<PT5M>) 10:03:19 14:03:19.769 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.770 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.789S> interval (min=<PT5M>) 10:03:19 14:03:19.772 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.42S> interval (min=<PT5M>) 10:03:19 14:03:19.773 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:19 14:03:19.773 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.229S> interval (min=<PT5M>) 10:03:19 14:03:19.775 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.775 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:19 14:03:19.778 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:19 14:03:19.778 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.752S> interval (min=<PT5M>) 10:03:19 14:03:19.780 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1fe0c1dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.780 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.782 [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@1fe0c1dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:19 14:03:19.783 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:19 14:03:19.795 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52208 10:03:19 14:03:19.795 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:19 14:03:19.814 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] 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-05-02T14:03:19.798823294Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff. 10:03:19 14:03:19.814 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] 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-05-02T14:03:19.798823294Z, connectivityStatus=null]> 10:03:19 14:03:19.815 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-05-02T14:03:19.798823294Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:03:19 14:03:19.816 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:19 14:03:19.816 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:20 14:03:19.989 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M59.209S> interval (min=<PT5M>) 10:03:20 14:03:19.990 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:19.990 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.506S> interval (min=<PT5M>) 10:03:20 14:03:19.991 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.475S> interval (min=<PT5M>) 10:03:20 14:03:19.992 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:19.993 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.751S> interval (min=<PT5M>) 10:03:20 14:03:19.994 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:19.994 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:19.997 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.703S> interval (min=<PT5M>) 10:03:20 14:03:19.997 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.037 [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@68357d4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.037 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.040 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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@68357d4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.040 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.042 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52220 10:03:20 14:03:20.042 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:20 14:03:20.051 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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=1348f341-ae59-4f00-b189-be3eee2a7b2d, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-309a6a2, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:03:20 14:03:20.052 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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>. 10:03:20 14:03:20.053 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:20 14:03:20.053 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:20 14:03:20.180 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M58.32S> interval (min=<PT5M>) 10:03:20 14:03:20.181 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.182 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.041S> interval (min=<PT5M>) 10:03:20 14:03:20.183 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.908S> interval (min=<PT5M>) 10:03:20 14:03:20.184 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.184 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.102S> interval (min=<PT5M>) 10:03:20 14:03:20.186 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.187 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.190 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.987S> interval (min=<PT5M>) 10:03:20 14:03:20.190 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.192 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@133b1d58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.192 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.195 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@133b1d58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.195 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.207 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52226 10:03:20 14:03:20.208 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 10:03:20 14:03:20.298 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:20 14:03:20.299 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:20 14:03:20.308 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.399 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:20 14:03:20.473 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M54.91S> interval (min=<PT5M>) 10:03:20 14:03:20.473 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.474 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.323S> interval (min=<PT5M>) 10:03:20 14:03:20.475 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.475S> interval (min=<PT5M>) 10:03:20 14:03:20.475 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.476 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.341S> interval (min=<PT5M>) 10:03:20 14:03:20.477 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.478 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.480 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.707S> interval (min=<PT5M>) 10:03:20 14:03:20.480 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.482 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@734a9454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.482 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.484 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@734a9454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.485 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.511 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52234 10:03:20 14:03:20.638 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.650 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M9.339S> interval (min=<PT5M>) 10:03:20 14:03:20.650 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.651 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.351S> interval (min=<PT5M>) 10:03:20 14:03:20.652 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.982S> interval (min=<PT5M>) 10:03:20 14:03:20.652 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.653 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.622S> interval (min=<PT5M>) 10:03:20 14:03:20.654 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.654 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.657 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.237S> interval (min=<PT5M>) 10:03:20 14:03:20.657 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.658 [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@6e3c6f2d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.659 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.661 [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@6e3c6f2d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.661 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.664 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] 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. 10:03:20 14:03:20.666 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:20 14:03:20.669 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators 10:03:20 14:03:20.670 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:20 14:03:20.674 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:20 14:03:20.771 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.840 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M34.246S> interval (min=<PT5M>) 10:03:20 14:03:20.840 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.840 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.227S> interval (min=<PT5M>) 10:03:20 14:03:20.841 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.665S> interval (min=<PT5M>) 10:03:20 14:03:20.842 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:20 14:03:20.842 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.1S> interval (min=<PT5M>) 10:03:20 14:03:20.845 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.845 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.847 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.805S> interval (min=<PT5M>) 10:03:20 14:03:20.848 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:20 14:03:20.851 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2367331]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.851 [INFO ] [MqttClientActorTest_enableConnectionLogs-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.853 [WARN ] [MqttClientActorTest_enableConnectionLogs-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@2367331]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:20 14:03:20.854 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:20 14:03:20.855 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.855 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:20 14:03:20.857 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52240 10:03:21 14:03:20.963 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:21 14:03:21.145 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:21 14:03:21.145 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:21 14:03:21.145 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:21 14:03:21.155 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52260 10:03:21 14:03:21.155 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 52252 10:03:21 14:03:21.261 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d> failed. Disabling automatic reconnect. 10:03:21 14:03:21.263 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:21 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 10:03:21 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:21 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:21 ... 17 common frames omitted 10:03:21 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:21 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:21 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:21 at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) 10:03:21 at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:21 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:21 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:21 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:21 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:21 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:21 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:21 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:21 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:21 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:21 14:03:21.263 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:21 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 10:03:21 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:21 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:21 ... 17 common frames omitted 10:03:21 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:21 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:21 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:21 at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) 10:03:21 at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:21 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:21 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:21 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:21 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:21 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:21 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:21 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:21 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:21 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:21 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:21 14:03:21.483 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators 10:03:21 14:03:21.483 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:22 14:03:21.865 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M20.333S> interval (min=<PT5M>) 10:03:22 14:03:21.865 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:22 14:03:21.866 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.76S> interval (min=<PT5M>) 10:03:22 14:03:21.866 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.138S> interval (min=<PT5M>) 10:03:22 14:03:21.867 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:22 14:03:21.867 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.008S> interval (min=<PT5M>) 10:03:22 14:03:21.869 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:22 14:03:21.869 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:22 14:03:21.872 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M17.457S> interval (min=<PT5M>) 10:03:22 14:03:21.872 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:22 14:03:21.873 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@120656d0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:22 14:03:21.874 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:22 14:03:21.876 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@120656d0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:22 14:03:21.876 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:22 14:03:21.878 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@120656d0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:22 14:03:21.879 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:22 14:03:21.879 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@120656d0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:22 14:03:21.880 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:22 14:03:21.880 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=1348f341-ae59-4f00-b189-be3eee2a7b2d] in state TESTING - status: unknown: Testing connection since 2024-05-02T14:03:21.880189031Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#-966968520] 10:03:22 14:03:22.041 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:22 14:03:22.285 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:22 java.security.cert.CertificateException: No name matching localhost found 10:03:22 at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234) 10:03:22 at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103) 10:03:22 at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109) 10:03:22 at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107) 10:03:22 at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455) 10:03:22 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335) 10:03:22 ... 29 common frames omitted 10:03:22 Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found 10:03:22 at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) 10:03:22 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371) 10:03:22 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314) 10:03:22 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309) 10:03:22 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357) 10:03:22 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232) 10:03:22 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175) 10:03:22 at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) 10:03:22 at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) 10:03:22 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) 10:03:22 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) 10:03:22 at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) 10:03:22 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) 10:03:22 at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1651) 10:03:22 at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1497) 10:03:22 at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1338) 10:03:22 at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1387) 10:03:22 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) 10:03:22 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) 10:03:22 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) 10:03:22 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) 10:03:22 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 10:03:22 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) 10:03:22 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) 10:03:22 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) 10:03:22 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 10:03:22 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) 10:03:22 at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) 10:03:22 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) 10:03:22 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) 10:03:22 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 10:03:22 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 10:03:22 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) 10:03:22 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:22 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found 10:03:22 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found 10:03:22 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 10:03:22 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:22 ... 12 common frames omitted 10:03:22 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 10:03:22 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:22 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:22 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:22 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:22 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:22 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:22 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:22 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:22 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:22 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:22 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:22 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:22 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:22 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:22 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:25 14:03:25.418 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:25 14:03:25.680 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:26 14:03:25.961 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:26 14:03:26.894 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - test timed out. 10:03:26 14:03:26.895 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:27 14:03:26.984 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M40.259S> interval (min=<PT5M>) 10:03:27 14:03:26.985 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:26.985 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M5.628S> interval (min=<PT5M>) 10:03:27 14:03:26.985 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.786S> interval (min=<PT5M>) 10:03:27 14:03:26.986 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:27 14:03:26.986 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.786S> interval (min=<PT5M>) 10:03:27 14:03:26.988 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:26.988 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:26.990 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.794S> interval (min=<PT5M>) 10:03:27 14:03:26.991 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:26.992 [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@7d39b485]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:26.992 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:26.995 [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@7d39b485]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:26.995 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:26.997 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 60014 10:03:27 14:03:26.999 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 60026 10:03:27 14:03:27.002 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d> failed. Disabling automatic reconnect. 10:03:27 14:03:27.002 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-05-02T14:03:27.002625195Z, connectivityStatus=null]> 10:03:27 14:03:27.002 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 10:03:27 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:27 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:27 ... 17 common frames omitted 10:03:27 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:27 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:27 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:27 at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) 10:03:27 at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:27 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:27 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:27 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:27 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:27 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:27 14:03:27.004 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-05-02T14:03:27.002625195Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:03:27 14:03:27.004 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-05-02T14:03:27.002625195Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters] 10:03:27 14:03:27.082 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:27 14:03:27.105 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:27 14:03:27.150 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M37.918S> interval (min=<PT5M>) 10:03:27 14:03:27.150 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:27.151 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.614S> interval (min=<PT5M>) 10:03:27 14:03:27.151 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.886S> interval (min=<PT5M>) 10:03:27 14:03:27.152 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:27 14:03:27.153 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.865S> interval (min=<PT5M>) 10:03:27 14:03:27.154 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.154 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.156 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.275S> interval (min=<PT5M>) 10:03:27 14:03:27.156 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:27.158 [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@2296ecc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:27.158 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:27.160 [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@2296ecc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:27.160 [INFO ] [MqttClientActorTest_resetConnectionLogs-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:27.161 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.162 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 60030 10:03:27 14:03:27.164 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 60034 10:03:27 14:03:27.166 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d> failed. Disabling automatic reconnect. 10:03:27 14:03:27.166 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-05-02T14:03:27.166218475Z, connectivityStatus=null]> 10:03:27 14:03:27.166 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 10:03:27 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:27 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:27 ... 12 common frames omitted 10:03:27 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 10:03:27 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:27 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:27 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:27 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:27 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:27 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:27 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:27 14:03:27.166 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] 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-05-02T14:03:27.166218475Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:03:27 14:03:27.166 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] 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-05-02T14:03:27.166218475Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters] 10:03:27 14:03:27.248 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:27 14:03:27.268 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:27 14:03:27.319 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M17.785S> interval (min=<PT5M>) 10:03:27 14:03:27.319 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:27.320 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M19.973S> interval (min=<PT5M>) 10:03:27 14:03:27.320 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.176S> interval (min=<PT5M>) 10:03:27 14:03:27.321 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <1348f341-ae59-4f00-b189-be3eee2a7b2d> 10:03:27 14:03:27.321 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.435S> interval (min=<PT5M>) 10:03:27 14:03:27.323 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.323 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.325 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:27 14:03:27.325 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.802S> interval (min=<PT5M>) 10:03:27 14:03:27.327 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@285b186b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:27.327 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:27.329 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@285b186b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:27 14:03:27.329 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:27 14:03:27.336 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 14:03:27.338 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 41187 accepted at port 60038 10:03:27 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.07 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest 10:03:27 14:03:27.340 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 10:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest 10:03:27 14:03:27.340 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d> failed. Disabling automatic reconnect. 10:03:27 14:03:27.340 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 10:03:27 14:03:27.340 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:1348f341-ae59-4f00-b189-be3eee2a7b2d>. 10:03:27 java.net.ConnectException: finishConnect(..) failed: Connection refused 10:03:27 at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166) 10:03:27 at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131) 10:03:27 at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) 10:03:27 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:711) 10:03:27 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:688) 10:03:27 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) 10:03:27 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) 10:03:27 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) 10:03:27 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 10:03:27 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 10:03:27 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) 10:03:27 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:27 Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:41187 10:03:27 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:41187 10:03:27 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:41187 10:03:27 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:03:27 ... 12 common frames omitted 10:03:27 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:41187 10:03:27 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 10:03:27 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:03:27 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:03:27 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 10:03:27 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 10:03:27 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 10:03:27 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:03:27 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:03:27 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:03:27 at java.base/java.lang.Thread.run(Thread.java:833) 10:03:27 [INFO] [05/02/2024 14:03:27.468] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest 10:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest 10:03:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest 10:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest 10:03:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest 10:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest 10:03:27 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest 10:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest 10:03:27 14:03:27.816 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:27 14:03:27.909 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 10:03:28 14:03:28.116 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 10:03:28 14:03:28.284 [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]> 10:03:28 14:03:28.453 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 10:03:28 14:03:28.456 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] 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. 10:03:29 14:03:29.004 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-05-02T14:03:28.975642260Z, 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-05-02T14:03:28.975642260Z, 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#-1854799569]]>. 10:03:29 14:03:29.004 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-05-02T14:03:28.988312655Z, 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-05-02T14:03:28.988312655Z, 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#-1854799569]]>. 10:03:29 14:03:29.004 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-05-02T14:03:28.990440957Z, 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-05-02T14:03:28.990440957Z, 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#-1854799569]]>. 10:03:29 14:03:29.173 [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=EXACTLY_ONCE]> 10:03:29 14:03:29.340 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-7] 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]> 10:03:29 14:03:29.341 [WARN ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to send MQTT Publish message to broker. IllegalStateException: This is totally expected. 10:03:29 14:03:29.346 [ERROR] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to enqueue MQTT message to topic <mqtt/eclipse/ditto> for sending to broker. 10:03:29 java.lang.IllegalStateException: This is totally expected. 10:03:29 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285) 10:03:29 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:03:29 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:03:29 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:03:29 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:03:29 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:03:29 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:03:29 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:03:29 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:03:29 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:03:29 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 10:03:29 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:03:29 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:29 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:03:29 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:03:29 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:03:29 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:03:29 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:03:29 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:03:29 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:03:29 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:03:29 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:03:29 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:03:29 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:03:29 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:03:29 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:03:29 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:03:29 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:03:29 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:03:29 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:03:29 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:03:29 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:03:29 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:03:29 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:03:29 Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected. 10:03:29 at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152) 10:03:29 at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113) 10:03:29 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:03:29 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192) 10:03:29 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164) 10:03:29 at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757) 10:03:29 at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735) 10:03:29 at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182) 10:03:29 at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144) 10:03:29 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160) 10:03:29 at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141) 10:03:29 at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141) 10:03:29 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:03:29 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:03:29 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:03:29 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:03:29 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:03:29 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:03:29 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:03:29 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831) 10:03:29 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:03:29 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:03:29 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:03:29 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:03:29 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:03:29 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:03:29 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:03:29 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:03:29 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:03:29 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:03:29 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:03:29 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:03:29 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:03:29 14:03:29.346 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Failed to send message: This is totally expected. 10:03:29 14:03:29.567 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 10:03:29 14:03:29.640 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 10:03:29 14:03:29.815 [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]> 10:03:29 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest 10:03:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest 10:03:29 [INFO] [05/02/2024 14:03:29.963] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-b81e9b6] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>. 10:03:29 [INFO] [05/02/2024 14:03:29.964] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-b81e9b6] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>. 10:03:29 [INFO] [05/02/2024 14:03:29.966] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:30 [INFO] [05/02/2024 14:03:30.145] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>. 10:03:30 [INFO] [05/02/2024 14:03:30.149] [Thread-146] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-afc7127] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]] 10:03:30 [INFO] [05/02/2024 14:03:30.150] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:30 [INFO] [05/02/2024 14:03:30.200] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-7d0eb18] Failed to create GenericMqttClient: Some argument is invalid. 10:03:30 [INFO] [05/02/2024 14:03:30.200] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-7d0eb18] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> failed: Some argument is invalid. 10:03:30 [INFO] [05/02/2024 14:03:30.201] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:30 [INFO] [05/02/2024 14:03:30.281] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>. 10:03:32 14:03:32.093 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:32 14:03:32.096 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:32 14:03:32.267 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:32 14:03:32.269 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:40 [INFO] [05/02/2024 14:03:40.297] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-1cea09d] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-96> did not report its status within <PT10S>. 10:03:40 [INFO] [05/02/2024 14:03:40.298] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:40 [INFO] [05/02/2024 14:03:40.353] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>. 10:03:40 [INFO] [05/02/2024 14:03:40.356] [Thread-157] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-a178c06] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]] 10:03:40 [INFO] [05/02/2024 14:03:40.357] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:40 [INFO] [05/02/2024 14:03:40.402] [Thread-159] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-615ae88] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> failed: The broker is temporarily not available 10:03:40 [INFO] [05/02/2024 14:03:40.404] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:40 [INFO] [05/02/2024 14:03:40.489] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>. 10:03:40 [INFO] [05/02/2024 14:03:40.494] [Thread-167] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-b3d9054] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> 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>.] 10:03:40 [INFO] [05/02/2024 14:03:40.495] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:40 [INFO] [05/02/2024 14:03:40.570] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>. 10:03:40 [INFO] [05/02/2024 14:03:40.575] [Thread-175] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:a25b40ee-d19c-41e9-ab08-979fd9fee87a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-4f40687] Test for connection <a25b40ee-d19c-41e9-ab08-979fd9fee87a> at <example.com> was successful. 10:03:40 [INFO] [05/02/2024 14:03:40.576] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.65 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest 10:03:40 14:03:40.632 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.636 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.642 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.643 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.645 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.646 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.651 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.653 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.662 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.663 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.664 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.665 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.665 [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@29fb8f2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest 10:03:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest 10:03:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest 10:03:40 14:03:40.759 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.761 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.764 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.765 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.766 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.767 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.768 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.771 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.775 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.778 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.779 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.780 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.781 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 14:03:40.782 [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@77d58c8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:40 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest 10:03:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest 10:03:40 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest 10:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest 10:03:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest 10:03:41 14:03:41.101 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-28b4cd4f-b672-4ba5-9471-79ff5dfc21fe, delegate=Mock for ConnectionLogger, hashCode: 1900695869, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>. 10:03:41 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest 10:03:41 14:03:41.210 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 10:03:41 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest 10:03:41 [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 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest 10:03:41 14:03:41.277 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-b21f551d-bef7-401b-9fc0-e0053e05f240>. 10:03:41 14:03:41.277 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-b21f551d-bef7-401b-9fc0-e0053e05f240>. 10:03:41 14:03:41.278 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-b21f551d-bef7-401b-9fc0-e0053e05f240>. 10:03:41 14:03:41.278 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-b21f551d-bef7-401b-9fc0-e0053e05f240>. 10:03:41 14:03:41.278 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-b21f551d-bef7-401b-9fc0-e0053e05f240>. 10:03:41 14:03:41.279 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f21b9bb5-da97-4ce0-b6de-424dd2efcc48>. 10:03:41 14:03:41.279 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-f21b9bb5-da97-4ce0-b6de-424dd2efcc48>. 10:03:41 14:03:41.279 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-f21b9bb5-da97-4ce0-b6de-424dd2efcc48>. 10:03:41 14:03:41.280 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f21b9bb5-da97-4ce0-b6de-424dd2efcc48>. 10:03:41 14:03:41.280 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-f21b9bb5-da97-4ce0-b6de-424dd2efcc48>. 10:03:41 14:03:41.286 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-4b6c14ca-a1f8-4ee4-9e39-369ec0045414>. 10:03:41 14:03:41.286 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-4b6c14ca-a1f8-4ee4-9e39-369ec0045414>. 10:03:41 14:03:41.286 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-4b6c14ca-a1f8-4ee4-9e39-369ec0045414>. 10:03:41 14:03:41.286 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-4b6c14ca-a1f8-4ee4-9e39-369ec0045414>. 10:03:41 14:03:41.286 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-4b6c14ca-a1f8-4ee4-9e39-369ec0045414>. 10:03:41 14:03:41.289 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f6bd43ba-f20d-4a04-9074-e956ddf8130e>. 10:03:41 14:03:41.289 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f6bd43ba-f20d-4a04-9074-e956ddf8130e>. 10:03:41 14:03:41.289 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f6bd43ba-f20d-4a04-9074-e956ddf8130e>. 10:03:41 14:03:41.289 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f6bd43ba-f20d-4a04-9074-e956ddf8130e>. 10:03:41 14:03:41.289 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-33ddda49-8702-4ce9-857c-3acf8eba16bb>. 10:03:41 14:03:41.290 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-33ddda49-8702-4ce9-857c-3acf8eba16bb>. 10:03:41 14:03:41.290 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-33ddda49-8702-4ce9-857c-3acf8eba16bb>. 10:03:41 14:03:41.291 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-1e2c2bb9-1762-4f29-a90c-758a65e812f3>. 10:03:41 14:03:41.291 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-1e2c2bb9-1762-4f29-a90c-758a65e812f3>. 10:03:41 14:03:41.291 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-1e2c2bb9-1762-4f29-a90c-758a65e812f3>. 10:03:41 14:03:41.291 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-1e2c2bb9-1762-4f29-a90c-758a65e812f3>. 10:03:41 14:03:41.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-cf9574ba-2f9a-47b7-9600-9a636763bf07>. 10:03:41 14:03:41.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-cf9574ba-2f9a-47b7-9600-9a636763bf07>. 10:03:41 14:03:41.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-cf9574ba-2f9a-47b7-9600-9a636763bf07>. 10:03:41 14:03:41.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-cf9574ba-2f9a-47b7-9600-9a636763bf07>. 10:03:41 14:03:41.295 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-cf9574ba-2f9a-47b7-9600-9a636763bf07>. 10:03:41 14:03:41.297 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.297 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.297 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-f51f4730-86a2-4bd8-8890-c0760385444c>. 10:03:41 14:03:41.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-4cfa3a99-1701-4642-a36b-7ffe85b095df>. 10:03:41 14:03:41.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-4cfa3a99-1701-4642-a36b-7ffe85b095df>. 10:03:41 14:03:41.299 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-4cfa3a99-1701-4642-a36b-7ffe85b095df>. 10:03:41 14:03:41.299 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>. 10:03:41 14:03:41.300 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>. 10:03:41 14:03:41.300 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>. 10:03:41 14:03:41.300 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>. 10:03:41 14:03:41.307 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>. 10:03:41 14:03:41.307 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-cf01178d-349b-46d9-89ce-28e667b359f2>, because of size limit. 10:03:41 14:03:41.308 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-03c40f9a-b73d-475d-be44-e040e71bfac6>. 10:03:41 14:03:41.308 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-03c40f9a-b73d-475d-be44-e040e71bfac6>. 10:03:41 14:03:41.309 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-03c40f9a-b73d-475d-be44-e040e71bfac6>. 10:03:41 14:03:41.309 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-03c40f9a-b73d-475d-be44-e040e71bfac6>. 10:03:41 14:03:41.309 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-03c40f9a-b73d-475d-be44-e040e71bfac6>. 10:03:41 14:03:41.348 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-fc6aa4b2-9b79-4ee7-9b7c-1d0be4e7fc7f>. 10:03:41 14:03:41.348 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-fc6aa4b2-9b79-4ee7-9b7c-1d0be4e7fc7f>. 10:03:41 14:03:41.399 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-9d21a669-d9ad-4eeb-a233-ccbaa28a8450>. 10:03:41 14:03:41.399 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-9d21a669-d9ad-4eeb-a233-ccbaa28a8450>. 10:03:41 14:03:41.400 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-9d21a669-d9ad-4eeb-a233-ccbaa28a8450>. 10:03:41 14:03:41.401 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-99d6adca-a83f-46b4-991e-3ed74465e8a8>. 10:03:41 14:03:41.401 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-99d6adca-a83f-46b4-991e-3ed74465e8a8>. 10:03:41 14:03:41.402 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-99d6adca-a83f-46b4-991e-3ed74465e8a8>. 10:03:41 14:03:41.402 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-99d6adca-a83f-46b4-991e-3ed74465e8a8>. 10:03:41 14:03:41.404 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-2e0f7e4f-13d0-4a3b-8bb3-8d8af5089598>. 10:03:41 14:03:41.404 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-2e0f7e4f-13d0-4a3b-8bb3-8d8af5089598>. 10:03:41 14:03:41.405 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-2e0f7e4f-13d0-4a3b-8bb3-8d8af5089598>. 10:03:41 14:03:41.405 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-2e0f7e4f-13d0-4a3b-8bb3-8d8af5089598>. 10:03:41 14:03:41.405 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-2e0f7e4f-13d0-4a3b-8bb3-8d8af5089598>. 10:03:41 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest 10:03:41 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest 10:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest 10:03:46 14:03:46.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.RetrieveConnectionLogsAggregatorActor - Dropping <4> of <6> log entries for connection with ID <connection-fa4d7460-7758-4ffb-b30b-a51e5fca4c84>, because of size limit. 10:03:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.411 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest 10:03:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest 10:03:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest 10:03:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest 10:03:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest 10:03:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest 10:03:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest 10:03:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest 10:03:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest 10:03:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest 10:03:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest 10:03:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest 10:03:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest 10:03:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest 10:03:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest 10:03:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest 10:03:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest 10:03:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest 10:03:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest 10:03:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest 10:03:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest 10:03:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest 10:03:48 [INFO] [05/02/2024 14:03:48.847] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest 10:03:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest 10:03:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest 10:03:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest 10:03:48 14:03:48.936 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:49 14:03:49.100 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M19.493S> interval (min=<PT5M>) 10:03:49 14:03:49.100 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:49 14:03:49.100 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.81S> interval (min=<PT5M>) 10:03:49 14:03:49.101 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M48.816S> interval (min=<PT5M>) 10:03:49 14:03:49.102 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-9afa7995-0b16-4dc6-b6c5-70e6e78bedce> 10:03:49 14:03:49.102 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.743S> interval (min=<PT5M>) 10:03:49 14:03:49.104 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9afa7995-0b16-4dc6-b6c5-70e6e78bedce>. 10:03:49 14:03:49.104 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9afa7995-0b16-4dc6-b6c5-70e6e78bedce>. 10:03:49 14:03:49.106 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.185S> interval (min=<PT5M>) 10:03:49 14:03:49.107 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:49 14:03:49.116 [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@3439beac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:49 14:03:49.123 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:49 14:03:49.124 [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@3439beac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:49 14:03:49.124 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:49 14:03:49.138 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 10:03:49 14:03:49.236 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:49 14:03:49.238 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-9afa7995-0b16-4dc6-b6c5-70e6e78bedce> 10:03:49 14:03:49.244 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/target/address]> 10:03:49 14:03:49.394 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:49 14:03:49.437 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:03:49 14:03:49.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M22.368S> interval (min=<PT5M>) 10:03:49 14:03:49.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:49 14:03:49.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.712S> interval (min=<PT5M>) 10:03:49 14:03:49.574 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M21.54S> interval (min=<PT5M>) 10:03:49 14:03:49.575 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-eba20977-c717-4483-8f4d-8708f70d5116> 10:03:49 14:03:49.575 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M33.765S> interval (min=<PT5M>) 10:03:49 14:03:49.576 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eba20977-c717-4483-8f4d-8708f70d5116>. 10:03:49 14:03:49.577 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eba20977-c717-4483-8f4d-8708f70d5116>. 10:03:49 14:03:49.580 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.59S> interval (min=<PT5M>) 10:03:49 14:03:49.580 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:49 14:03:49.581 [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@1006ee49]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:49 14:03:49.581 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:49 14:03:49.583 [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@1006ee49]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:49 14:03:49.583 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:49 14:03:49.585 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 10:03:49 14:03:49.688 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:49 14:03:49.689 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED> 10:03:49 14:03:49.692 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:50 14:03:49.998 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M47.666S> interval (min=<PT5M>) 10:03:50 14:03:49.998 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:49.999 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.237S> interval (min=<PT5M>) 10:03:50 14:03:49.999 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.749S> interval (min=<PT5M>) 10:03:50 14:03:50.000 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-bef99c6a-3f63-4ddc-9a21-d1bc9184b689> 10:03:50 14:03:50.000 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.678S> interval (min=<PT5M>) 10:03:50 14:03:50.002 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bef99c6a-3f63-4ddc-9a21-d1bc9184b689>. 10:03:50 14:03:50.002 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bef99c6a-3f63-4ddc-9a21-d1bc9184b689>. 10:03:50 14:03:50.005 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.102S> interval (min=<PT5M>) 10:03:50 14:03:50.005 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.008 [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@1b28a04e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.008 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.010 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b28a04e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.010 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.019 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b28a04e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.019 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.020 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b28a04e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.020 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.057 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] 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)> 10:03:50 14:03:50.202 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M12.171S> interval (min=<PT5M>) 10:03:50 14:03:50.202 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.203 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.622S> interval (min=<PT5M>) 10:03:50 14:03:50.203 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.545S> interval (min=<PT5M>) 10:03:50 14:03:50.204 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c52ae213-ee72-41a7-b948-e37b06a92741> 10:03:50 14:03:50.204 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.967S> interval (min=<PT5M>) 10:03:50 14:03:50.206 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c52ae213-ee72-41a7-b948-e37b06a92741>. 10:03:50 14:03:50.206 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c52ae213-ee72-41a7-b948-e37b06a92741>. 10:03:50 14:03:50.208 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.375S> interval (min=<PT5M>) 10:03:50 14:03:50.208 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.210 [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@577cf466]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.210 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.212 [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@577cf466]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.212 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.213 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 10:03:50 14:03:50.323 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:03:50 14:03:50.323 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-c52ae213-ee72-41a7-b948-e37b06a92741> 10:03:50 14:03:50.329 [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(PATCH), pathWithQuery=target:ditto/thing@twin]> 10:03:50 14:03:50.339 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:03:50 14:03:50.341 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:50 14:03:50.437 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:03:50 14:03:50.439 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:50 14:03:50.439 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:50 14:03:50.464 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M0.37S> interval (min=<PT5M>) 10:03:50 14:03:50.464 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.464 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.135S> interval (min=<PT5M>) 10:03:50 14:03:50.465 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.445S> interval (min=<PT5M>) 10:03:50 14:03:50.466 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-1f6e825f-2704-4b4f-b663-3ad32f55ca50> 10:03:50 14:03:50.466 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.298S> interval (min=<PT5M>) 10:03:50 14:03:50.467 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1f6e825f-2704-4b4f-b663-3ad32f55ca50>. 10:03:50 14:03:50.467 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1f6e825f-2704-4b4f-b663-3ad32f55ca50>. 10:03:50 14:03:50.470 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.062S> interval (min=<PT5M>) 10:03:50 14:03:50.470 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.471 [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@6477d72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.472 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.473 [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@6477d72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.473 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.559 [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@6477d72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.559 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.560 [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@6477d72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.560 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.582 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:03:50 14:03:50.584 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-1f6e825f-2704-4b4f-b663-3ad32f55ca50> 10:03:50 14:03:50.760 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M13.858S> interval (min=<PT5M>) 10:03:50 14:03:50.760 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.760 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.047S> interval (min=<PT5M>) 10:03:50 14:03:50.761 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.583S> interval (min=<PT5M>) 10:03:50 14:03:50.762 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-96a504f7-90d0-457e-b729-e6901ec563e3> 10:03:50 14:03:50.762 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M8.469S> interval (min=<PT5M>) 10:03:50 14:03:50.764 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-96a504f7-90d0-457e-b729-e6901ec563e3>. 10:03:50 14:03:50.764 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-96a504f7-90d0-457e-b729-e6901ec563e3>. 10:03:50 14:03:50.766 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.73S> interval (min=<PT5M>) 10:03:50 14:03:50.766 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:50 14:03:50.768 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@14933721]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.768 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.770 [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@14933721]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:50 14:03:50.770 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:50 14:03:50.771 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Socket could not be opened for <127.0.0.1:34135> due to java.net.ConnectException: Connection refused 10:03:50 14:03:50.772 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-96a504f7-90d0-457e-b729-e6901ec563e3' 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:34135'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])> 10:03:51 14:03:51.053 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.636S> interval (min=<PT5M>) 10:03:51 14:03:51.053 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.053 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.834S> interval (min=<PT5M>) 10:03:51 14:03:51.054 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.788S> interval (min=<PT5M>) 10:03:51 14:03:51.055 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-168936be-ccfe-47aa-b1cf-a1a325c8ebba> 10:03:51 14:03:51.055 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.227S> interval (min=<PT5M>) 10:03:51 14:03:51.057 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-168936be-ccfe-47aa-b1cf-a1a325c8ebba>. 10:03:51 14:03:51.057 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-168936be-ccfe-47aa-b1cf-a1a325c8ebba>. 10:03:51 14:03:51.060 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.34S> interval (min=<PT5M>) 10:03:51 14:03:51.060 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.061 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@649944ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.061 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.063 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@649944ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.063 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.067 [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@649944ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.067 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.068 [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@649944ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.068 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.080 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] 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:40487>.', 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 [{}]])> 10:03:51 May 02, 2024 2:03:51 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:03:51 WARNING: Exception thrown during asynchronous load 10:03:51 JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:40487>.', 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 [{}]] 10:03:51 at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100) 10:03:51 at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87) 10:03:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:03:51 at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108) 10:03:51 at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91) 10:03:51 at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3898) 10:03:51 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:03:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:03:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:03:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831) 10:03:51 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:03:51 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:03:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:03:51 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:03:51 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:03:51 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:03:51 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:03:51 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:03:51 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:03:51 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:03:51 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:03:51 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:03:51 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:03:51 10:03:51 14:03:51.172 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-168936be-ccfe-47aa-b1cf-a1a325c8ebba> 10:03:51 14:03:51.251 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M54.186S> interval (min=<PT5M>) 10:03:51 14:03:51.251 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.251 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.836S> interval (min=<PT5M>) 10:03:51 14:03:51.252 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.197S> interval (min=<PT5M>) 10:03:51 14:03:51.253 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-ad8ee65f-572d-4abb-8199-87a8cd41f83c> 10:03:51 14:03:51.253 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.781S> interval (min=<PT5M>) 10:03:51 14:03:51.255 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ad8ee65f-572d-4abb-8199-87a8cd41f83c>. 10:03:51 14:03:51.255 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ad8ee65f-572d-4abb-8199-87a8cd41f83c>. 10:03:51 14:03:51.257 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.257 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.505S> interval (min=<PT5M>) 10:03:51 14:03:51.259 [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@bafe7b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.259 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.261 [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@bafe7b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.261 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.264 [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@bafe7b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.264 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.265 [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@bafe7b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.265 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.265 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:03:51 14:03:51.453 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M32.322S> interval (min=<PT5M>) 10:03:51 14:03:51.453 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.453 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.406S> interval (min=<PT5M>) 10:03:51 14:03:51.454 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.209S> interval (min=<PT5M>) 10:03:51 14:03:51.455 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-604445bd-8453-42d7-9c06-cb96e44de097> 10:03:51 14:03:51.455 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.47S> interval (min=<PT5M>) 10:03:51 14:03:51.456 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-604445bd-8453-42d7-9c06-cb96e44de097>. 10:03:51 14:03:51.456 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-604445bd-8453-42d7-9c06-cb96e44de097>. 10:03:51 14:03:51.459 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.449S> interval (min=<PT5M>) 10:03:51 14:03:51.459 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.500 [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@450ffe20]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.500 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.502 [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@450ffe20]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.502 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.505 [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@450ffe20]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.505 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.505 [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@450ffe20]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.506 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.580 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-604445bd-8453-42d7-9c06-cb96e44de097> 10:03:51 14:03:51.624 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:03:51 14:03:51.627 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:51 14:03:51.738 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M59.048S> interval (min=<PT5M>) 10:03:51 14:03:51.738 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.739 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.159S> interval (min=<PT5M>) 10:03:51 14:03:51.739 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.238S> interval (min=<PT5M>) 10:03:51 14:03:51.740 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2377265e-eba8-47cb-89d6-63d10d9b38b9> 10:03:51 14:03:51.740 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.427S> interval (min=<PT5M>) 10:03:51 14:03:51.741 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2377265e-eba8-47cb-89d6-63d10d9b38b9>. 10:03:51 14:03:51.742 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2377265e-eba8-47cb-89d6-63d10d9b38b9>. 10:03:51 14:03:51.744 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.744 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.378S> interval (min=<PT5M>) 10:03:51 14:03:51.745 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@51ff374e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.746 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.747 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@51ff374e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.747 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.752 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:03:51 14:03:51.892 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M12.432S> interval (min=<PT5M>) 10:03:51 14:03:51.893 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.893 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.548S> interval (min=<PT5M>) 10:03:51 14:03:51.894 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.032S> interval (min=<PT5M>) 10:03:51 14:03:51.895 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a5ab318d-74bf-4be5-9615-d60e0d2024bc> 10:03:51 14:03:51.895 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M13.975S> interval (min=<PT5M>) 10:03:51 14:03:51.897 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a5ab318d-74bf-4be5-9615-d60e0d2024bc>. 10:03:51 14:03:51.897 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a5ab318d-74bf-4be5-9615-d60e0d2024bc>. 10:03:51 14:03:51.899 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.67S> interval (min=<PT5M>) 10:03:51 14:03:51.899 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:51 14:03:51.901 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-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@5554cc09]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.901 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.903 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5554cc09]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:51 14:03:51.904 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:51 14:03:51.905 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 10:03:52 14:03:52.017 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-a5ab318d-74bf-4be5-9615-d60e0d2024bc> 10:03:52 14:03:52.039 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M42.874S> interval (min=<PT5M>) 10:03:52 14:03:52.039 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.040 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.455S> interval (min=<PT5M>) 10:03:52 14:03:52.041 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.517S> interval (min=<PT5M>) 10:03:52 14:03:52.042 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-e1f63dab-8799-41d6-8350-742157a8e52c> 10:03:52 14:03:52.042 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.496S> interval (min=<PT5M>) 10:03:52 14:03:52.043 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e1f63dab-8799-41d6-8350-742157a8e52c>. 10:03:52 14:03:52.044 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e1f63dab-8799-41d6-8350-742157a8e52c>. 10:03:52 14:03:52.046 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.046 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M57.31S> interval (min=<PT5M>) 10:03:52 14:03:52.048 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2c99741f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.048 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.051 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-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@2c99741f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.051 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.052 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-e1f63dab-8799-41d6-8350-742157a8e52c>. 10:03:52 14:03:52.053 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-e1f63dab-8799-41d6-8350-742157a8e52c>. 10:03:52 14:03:52.162 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-e1f63dab-8799-41d6-8350-742157a8e52c> 10:03:52 14:03:52.277 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M43.604S> interval (min=<PT5M>) 10:03:52 14:03:52.277 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.278 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.137S> interval (min=<PT5M>) 10:03:52 14:03:52.279 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.281S> interval (min=<PT5M>) 10:03:52 14:03:52.280 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-cfc52d60-26bd-474c-9676-0dea9ce10288> 10:03:52 14:03:52.280 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.125S> interval (min=<PT5M>) 10:03:52 14:03:52.281 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cfc52d60-26bd-474c-9676-0dea9ce10288>. 10:03:52 14:03:52.281 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cfc52d60-26bd-474c-9676-0dea9ce10288>. 10:03:52 14:03:52.292 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.292 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.049S> interval (min=<PT5M>) 10:03:52 14:03:52.294 [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@7998e865]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.294 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.296 [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@7998e865]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.296 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.299 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7998e865]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.299 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.300 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7998e865]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.300 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.386 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:03:52 14:03:52.497 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.162S> interval (min=<PT5M>) 10:03:52 14:03:52.498 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.498 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.912S> interval (min=<PT5M>) 10:03:52 14:03:52.498 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.142S> interval (min=<PT5M>) 10:03:52 14:03:52.499 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-f9c1120c-b563-4ceb-973b-ba9323796d58> 10:03:52 14:03:52.499 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M55.372S> interval (min=<PT5M>) 10:03:52 14:03:52.500 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f9c1120c-b563-4ceb-973b-ba9323796d58>. 10:03:52 14:03:52.501 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f9c1120c-b563-4ceb-973b-ba9323796d58>. 10:03:52 14:03:52.503 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.591S> interval (min=<PT5M>) 10:03:52 14:03:52.503 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.505 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@5d3ee164]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.505 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.506 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5d3ee164]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.507 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.623 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-f9c1120c-b563-4ceb-973b-ba9323796d58> 10:03:52 14:03:52.691 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M27.575S> interval (min=<PT5M>) 10:03:52 14:03:52.692 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.692 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.577S> interval (min=<PT5M>) 10:03:52 14:03:52.692 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M39.052S> interval (min=<PT5M>) 10:03:52 14:03:52.693 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-ac0d0217-8f62-4878-8a89-edfd5e531f26> 10:03:52 14:03:52.693 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.911S> interval (min=<PT5M>) 10:03:52 14:03:52.695 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ac0d0217-8f62-4878-8a89-edfd5e531f26>. 10:03:52 14:03:52.695 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ac0d0217-8f62-4878-8a89-edfd5e531f26>. 10:03:52 14:03:52.697 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M57.397S> interval (min=<PT5M>) 10:03:52 14:03:52.697 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.698 [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@30807494]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.699 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.700 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@30807494]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.700 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.701 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-ac0d0217-8f62-4878-8a89-edfd5e531f26>. 10:03:52 14:03:52.810 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-ac0d0217-8f62-4878-8a89-edfd5e531f26> 10:03:52 14:03:52.892 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M8.087S> interval (min=<PT5M>) 10:03:52 14:03:52.892 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.893 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M43.021S> interval (min=<PT5M>) 10:03:52 14:03:52.894 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.196S> interval (min=<PT5M>) 10:03:52 14:03:52.895 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d81146a7-b432-41a3-af5c-ff3a80e4482b> 10:03:52 14:03:52.895 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.775S> interval (min=<PT5M>) 10:03:52 14:03:52.896 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d81146a7-b432-41a3-af5c-ff3a80e4482b>. 10:03:52 14:03:52.897 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d81146a7-b432-41a3-af5c-ff3a80e4482b>. 10:03:52 14:03:52.899 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:03:52 14:03:52.899 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.677S> interval (min=<PT5M>) 10:03:52 14:03:52.901 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1c7a10a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.901 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.903 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1c7a10a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:52 14:03:52.903 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:03:52 14:03:52.904 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-d81146a7-b432-41a3-af5c-ff3a80e4482b>. 10:03:52 14:03:52.905 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:03:52 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.921 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest 10:03:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest 10:03:52 [INFO] [05/02/2024 14:03:52.972] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.047] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.094] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.131] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.166] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.204] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.261] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.301] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.335] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.369] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.402] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.452] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.490] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.548] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] [05/02/2024 14:03:53.588] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:53 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest 10:03:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest 10:03:53 14:03:53.596 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:53 14:03:53.709 [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]> 10:03:53 14:03:53.712 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:53 14:03:53.720 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] 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>. 10:03:53 14:03:53.809 [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]> 10:03:53 14:03:53.902 [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]> 10:03:53 14:03:53.907 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.001 [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]> 10:03:54 14:03:54.003 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.095 [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]> 10:03:54 14:03:54.098 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.177 [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]> 10:03:54 14:03:54.180 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:54 14:03:54.182 [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}> 10:03:54 14:03:54.270 [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]> 10:03:54 14:03:54.272 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.355 [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]> 10:03:54 14:03:54.357 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:54 14:03:54.360 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] 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>. 10:03:54 14:03:54.451 [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]> 10:03:54 14:03:54.453 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.538 [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]> 10:03:54 14:03:54.541 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:54 14:03:54.542 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"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}> 10:03:54 14:03:54.616 [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]> 10:03:54 14:03:54.618 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:54 14:03:54.636 [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}> 10:03:54 14:03:54.705 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]> 10:03:54 14:03:54.708 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.740 [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]> 10:03:54 14:03:54.742 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.757 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]> 10:03:54 14:03:54.759 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.775 [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]> 10:03:54 14:03:54.778 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.793 [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]> 10:03:54 14:03:54.796 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.811 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]> 10:03:54 14:03:54.813 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.828 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]> 10:03:54 14:03:54.830 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.853 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]> 10:03:54 14:03:54.856 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:54 14:03:54.922 [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]> 10:03:54 14:03:54.925 [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> 10:03:54 14:03:54.925 [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 10:03:55 14:03:55.083 [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]> 10:03:55 14:03:55.085 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:55 14:03:55.188 [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]> 10:03:55 14:03:55.190 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 10:03:55 14:03:55.194 [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>. 10:03:55 14:03:55.259 [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]> 10:03:55 14:03:55.262 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:55 14:03:55.338 [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]> 10:03:55 14:03:55.340 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:55 14:03:55.405 [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]> 10:03:55 14:03:55.407 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:55 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.878 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest 10:03:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest 10:03:55 14:03:55.480 [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]> 10:03:55 14:03:55.607 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:55 14:03:55.610 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:56 14:03:56.092 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:56 14:03:56.094 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:57 14:03:56.916 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:57 14:03:57.140 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:57 14:03:57.613 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:57 14:03:57.615 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:57 14:03:57.615 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:57 14:03:57.809 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:03:57 14:03:57.811 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:03:58 [INFO] [05/02/2024 14:03:58.357] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.880 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest 10:03:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest 10:03:58 [INFO] [05/02/2024 14:03:58.399] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:58 [INFO] [05/02/2024 14:03:58.431] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:03:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest 10:03:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest 10:03:58 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest 10:03:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest 10:03:58 14:03:58.763 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.766 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.769 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.770 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.775 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.776 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.777 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.777 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.778 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.779 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.779 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.780 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.781 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.781 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 14:03:58.782 [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@6426cad0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:03:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest 10:03:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest 10:03:58 14:03:58.795 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:03:59 14:03:58.985 [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]> 10:03:59 14:03:59.001 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:59 14:03:59.102 [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]> 10:03:59 14:03:59.112 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 10:03:59 14:03:59.213 [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]> 10:03:59 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.436 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest 10:03:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest 10:03:59 14:03:59.781 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response 10:03:59 org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null 10:04:00 14:04:00.006 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 10:04:00 14:04:00.017 [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 10:04:00 14:04:00.039 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 10:04:00 14:04:00.043 [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 10:04:00 14:04:00.046 [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 10:04:00 14:04:00.050 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 10:04:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest 10:04:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest 10:04:03 [INFO] [05/02/2024 14:04:03.036] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.972 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest 10:04:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest 10:04:03 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest 10:04:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest 10:04:03 14:04:03.127 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:04:03 14:04:03.382 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:03 14:04:03.413 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:03 14:04:03.445 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:03 14:04:03.476 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.112S> interval (min=<PT5M>) 10:04:03 14:04:03.476 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:03 14:04:03.477 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H30M33.073S> 10:04:03 14:04:03.820 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-cd60c3e7-e14f-462f-a5e2-edf46bb269a2> was recovered: null 10:04:03 14:04:03.840 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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@56170eca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:03 14:04:03.845 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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-cd60c3e7-e14f-462f-a5e2-edf46bb269a2>: <[always-alive, priority-0]> 10:04:03 14:04:03.955 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:04 14:04:03.976 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cd60c3e7-e14f-462f-a5e2-edf46bb269a2> with <1> clients. 10:04:04 14:04:04.050 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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@56170eca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:04 14:04:04.051 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-cd60c3e7-e14f-462f-a5e2-edf46bb269a2>: <[always-alive, priority-0]> 10:04:04 14:04:04.057 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 10:04:04 14:04:04.058 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cd60c3e7-e14f-462f-a5e2-edf46bb269a2> with <1> clients. 10:04:04 14:04:04.063 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-cd60c3e7-e14f-462f-a5e2-edf46bb269a2> 10:04:04 14:04:04.201 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:04 14:04:04.215 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:04 14:04:04.217 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:04 14:04:04.221 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H55M22.655S> 10:04:04 14:04:04.222 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.936S> interval (min=<PT5M>) 10:04:04 14:04:04.222 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:04 14:04:04.222 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-acffe1ba-57ea-4ba7-9479-381a2017ed7e> was recovered: null 10:04:04 14:04:04.228 [WARN ] [ConnectionPersistenceActorTest_testConnectionTypeHono-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@57f7f8de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:04 14:04:04.232 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-acffe1ba-57ea-4ba7-9479-381a2017ed7e> with <1> clients. 10:04:04 14:04:04.339 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:04 14:04:04.353 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:04 14:04:04.355 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:04 14:04:04.359 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H27M39.718S> 10:04:04 14:04:04.359 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.699S> interval (min=<PT5M>) 10:04:04 14:04:04.359 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:04 14:04:04.359 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-279bd28a-6cfa-455d-8ad0-cd6e2e619704> was recovered: null 10:04:04 14:04:04.361 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@24cd909c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:04 14:04:04.362 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-279bd28a-6cfa-455d-8ad0-cd6e2e619704> with <1> clients. 10:04:04 14:04:04.387 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-11] 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 [{}]] 10:04:04 14:04:04.455 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-acffe1ba-57ea-4ba7-9479-381a2017ed7e> 10:04:04 14:04:04.480 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:04 14:04:04.495 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:04 14:04:04.499 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:04 14:04:04.504 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.97S> interval (min=<PT5M>) 10:04:04 14:04:04.504 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:04 14:04:04.504 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H23M48.277S> 10:04:04 14:04:04.505 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-da22bc24-529a-4e72-bf3a-9f369d4d55ea> was recovered: null 10:04:04 14:04:04.508 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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@5540de04]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:04 14:04:04.510 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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-da22bc24-529a-4e72-bf3a-9f369d4d55ea>: <[]> 10:04:04 14:04:04.515 [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>. 10:04:04 14:04:04.587 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-279bd28a-6cfa-455d-8ad0-cd6e2e619704> 10:04:04 14:04:04.725 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-da22bc24-529a-4e72-bf3a-9f369d4d55ea> 10:04:04 14:04:04.806 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:04 14:04:04.820 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:04 14:04:04.823 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:04 14:04:04.826 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H41M42.698S> 10:04:04 14:04:04.826 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:04 14:04:04.826 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.851S> interval (min=<PT5M>) 10:04:04 14:04:04.827 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c8b04354-8475-404e-a647-c5fd103c8c94> was recovered: null 10:04:04 14:04:04.829 [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@4153c394]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:04 14:04:04.829 [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-c8b04354-8475-404e-a647-c5fd103c8c94>: <[]> 10:04:04 14:04:04.833 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:04 14:04:04.836 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-4b4d98e}], connection=ImmutableConnection [id=connection-c8b04354-8475-404e-a647-c5fd103c8c94, 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-4b4d98e}]]> 10:04:04 14:04:04.837 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-4b4d98e}]] 10:04:04 14:04:04.939 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c8b04354-8475-404e-a647-c5fd103c8c94> 10:04:05 14:04:05.012 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:05 14:04:05.038 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:05 14:04:05.041 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:05 14:04:05.044 [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 <PT24H40M13.132S> 10:04:05 14:04:05.044 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.604S> interval (min=<PT5M>) 10:04:05 14:04:05.044 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:05 14:04:05.045 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7432f45c-7ff1-4987-bf9e-361d4089f721> was recovered: null 10:04:05 14:04:05.047 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6a28369f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:05 14:04:05.047 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-7432f45c-7ff1-4987-bf9e-361d4089f721>: <[]> 10:04:05 14:04:05.051 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:05 14:04:05.157 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7432f45c-7ff1-4987-bf9e-361d4089f721> 10:04:05 14:04:05.261 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:05 14:04:05.275 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:05 14:04:05.277 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:05 14:04:05.281 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H43M27.849S> 10:04:05 14:04:05.281 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:05 14:04:05.281 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.147S> interval (min=<PT5M>) 10:04:05 14:04:05.281 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77> was recovered: null 10:04:05 14:04:05.283 [WARN ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2eb4c445]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:05 14:04:05.284 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77>: <[always-alive, priority-0]> 10:04:05 14:04:05.288 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:05 14:04:05.288 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77> with <1> clients. 10:04:05 14:04:05.317 [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:connectionClosed> for connection with ID <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77>: <[]> 10:04:05 14:04:05.319 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 10:04:05 14:04:05.322 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77>: <[]> 10:04:05 14:04:05.324 [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>. 10:04:07 14:04:07.361 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77> was deleted recently. Shutting Actor down ... 10:04:07 14:04:07.361 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ff5cec4c-40a3-4233-84e4-2a0308861c77> 10:04:07 14:04:07.464 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:07 14:04:07.477 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:07 14:04:07.480 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:07 14:04:07.483 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H9M20.865S> 10:04:07 14:04:07.483 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:07 14:04:07.483 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.527S> interval (min=<PT5M>) 10:04:07 14:04:07.484 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8877dce2-f5c2-423d-a9d9-9123f3b04991> was recovered: null 10:04:07 14:04:07.486 [WARN ] [ConnectionPersistenceActorTest_testConnection-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@6e1c687b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:07 14:04:07.486 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8877dce2-f5c2-423d-a9d9-9123f3b04991> with <1> clients. 10:04:07 14:04:07.594 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:07 14:04:07.594 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.728S> interval (min=<PT5M>) 10:04:07 14:04:07.709 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8877dce2-f5c2-423d-a9d9-9123f3b04991> 10:04:07 14:04:07.826 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:07 14:04:07.828 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:07 14:04:07.831 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H51M53.273S> 10:04:07 14:04:07.831 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-02d73376-1436-4974-aac8-a721397d928a> was recovered: null 10:04:07 14:04:07.834 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7a898f55]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:07 14:04:07.834 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-02d73376-1436-4974-aac8-a721397d928a>: <[]> 10:04:07 14:04:07.837 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:07 14:04:07.839 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-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@7a898f55]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:07 14:04:07.841 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-02d73376-1436-4974-aac8-a721397d928a>: <[always-alive, priority-0]> 10:04:07 14:04:07.842 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 10:04:07 14:04:07.843 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-02d73376-1436-4974-aac8-a721397d928a> with <2> clients. 10:04:07 14:04:07.860 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-02d73376-1436-4974-aac8-a721397d928a> 10:04:07 14:04:07.962 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:07 14:04:07.975 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:08 14:04:07.978 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:08 14:04:07.981 [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 <PT23H42M17.201S> 10:04:08 14:04:07.981 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.843S> interval (min=<PT5M>) 10:04:08 14:04:07.981 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:08 14:04:07.982 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f95e2b1e-6744-4095-a92d-657216b0cf44> was recovered: null 10:04:08 14:04:07.984 [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@24e5a1e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:08 14:04:07.984 [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-f95e2b1e-6744-4095-a92d-657216b0cf44>: <[]> 10:04:08 14:04:07.987 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:08 14:04:08.280 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-4ca2594}], connection=ImmutableConnection [id=connection-f95e2b1e-6744-4095-a92d-657216b0cf44, 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-4ca2594}]]> 10:04:08 14:04:08.281 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-5] 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-4ca2594}]] 10:04:08 14:04:08.382 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f95e2b1e-6744-4095-a92d-657216b0cf44> 10:04:08 14:04:08.469 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:08 14:04:08.482 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:08 14:04:08.485 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:08 14:04:08.488 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H6M12.481S> 10:04:08 14:04:08.488 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:08 14:04:08.488 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.533S> interval (min=<PT5M>) 10:04:08 14:04:08.488 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f> was recovered: null 10:04:08 14:04:08.490 [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@fbeeff3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:08 14:04:08.491 [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:connectionCreated> for connection with ID <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f>: <[always-alive, priority-0]> 10:04:08 14:04:08.494 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:08 14:04:08.495 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f> with <1> clients. 10:04:08 14:04:08.522 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f>: <[]> 10:04:08 14:04:08.525 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 10:04:08 14:04:08.529 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@fbeeff3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:08 14:04:08.530 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f>: <[]> 10:04:08 14:04:08.534 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>. 10:04:10 14:04:10.523 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f> was not accessed in a while. Shutting Actor down ... 10:04:10 14:04:10.523 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4732e11a-1e8c-46ad-8fc5-1711106b7d3f> 10:04:11 14:04:11.611 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:11 14:04:11.626 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:11 14:04:11.630 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:11 14:04:11.634 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H55M14.153S> 10:04:11 14:04:11.634 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.572S> interval (min=<PT5M>) 10:04:11 14:04:11.634 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:11 14:04:11.637 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9e2452fe-48c5-4377-a96e-c357d8cb2dbb> was recovered: null 10:04:11 14:04:11.639 [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@697ff54d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:11 14:04:11.639 [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-9e2452fe-48c5-4377-a96e-c357d8cb2dbb>: <[]> 10:04:11 14:04:11.643 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:11 14:04:11.648 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-9e2452fe-48c5-4377-a96e-c357d8cb2dbb>: <[]> 10:04:11 14:04:11.651 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:04:13 14:04:13.687 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-9e2452fe-48c5-4377-a96e-c357d8cb2dbb> was deleted recently. Shutting Actor down ... 10:04:13 14:04:13.688 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9e2452fe-48c5-4377-a96e-c357d8cb2dbb> 10:04:13 14:04:13.787 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:13 14:04:13.790 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:13 14:04:13.794 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H24M23.88S> 10:04:13 14:04:13.794 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.609S> interval (min=<PT5M>) 10:04:13 14:04:13.794 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:13 14:04:13.795 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bd2029dd-ff28-412e-9b35-561bb04b8c1f> was recovered: null 10:04:13 14:04:13.797 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-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@7ea5b2ca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:13 14:04:13.798 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-dd6ca1a, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-bd2029dd-ff28-412e-9b35-561bb04b8c1f, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35355, 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-dd6ca1a, validator-should-throw-exception=true}]]> 10:04:15 14:04:15.828 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-bd2029dd-ff28-412e-9b35-561bb04b8c1f> was deleted recently. Shutting Actor down ... 10:04:15 14:04:15.923 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:15 14:04:15.937 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:15 14:04:15.940 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:15 14:04:15.944 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:15 14:04:15.944 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.483S> interval (min=<PT5M>) 10:04:15 14:04:15.944 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H16M6.154S> 10:04:15 14:04:15.944 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ace49384-df1e-403e-a64b-7e48da1b33c2> was recovered: null 10:04:15 14:04:15.946 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-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@141510d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:15 14:04:15.947 [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:connectionCreated> for connection with ID <connection-ace49384-df1e-403e-a64b-7e48da1b33c2>: <[always-alive, priority-0]> 10:04:15 14:04:15.951 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:15 14:04:15.951 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ace49384-df1e-403e-a64b-7e48da1b33c2> with <1> clients. 10:04:15 14:04:15.977 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-ace49384-df1e-403e-a64b-7e48da1b33c2>: <[]> 10:04:15 14:04:15.979 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:04:18 14:04:18.014 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-ace49384-df1e-403e-a64b-7e48da1b33c2> was deleted recently. Shutting Actor down ... 10:04:18 14:04:18.015 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ace49384-df1e-403e-a64b-7e48da1b33c2> 10:04:18 14:04:18.129 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:18 14:04:18.142 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:18 14:04:18.145 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:18 14:04:18.148 [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 <PT23H18M33.845S> 10:04:18 14:04:18.148 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M4.589S> interval (min=<PT5M>) 10:04:18 14:04:18.148 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:18 14:04:18.149 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-268be958-ff78-487f-8994-92cbc5391f09> was recovered: null 10:04:18 14:04:18.150 [WARN ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@10c214f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:18 14:04:18.151 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-268be958-ff78-487f-8994-92cbc5391f09>: <[always-alive, priority-0]> 10:04:18 14:04:18.154 [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>. 10:04:18 14:04:18.155 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-268be958-ff78-487f-8994-92cbc5391f09> with <1> clients. 10:04:18 14:04:18.183 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-268be958-ff78-487f-8994-92cbc5391f09> 10:04:18 14:04:18.285 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:18 14:04:18.299 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:18 14:04:18.302 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:18 14:04:18.306 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H57M2.384S> 10:04:18 14:04:18.306 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:18 14:04:18.306 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.798S> interval (min=<PT5M>) 10:04:18 14:04:18.307 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a3282acb-942f-478a-859b-896c44bc1b28> was recovered: null 10:04:18 14:04:18.309 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6652e44e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:18 14:04:18.309 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-a3282acb-942f-478a-859b-896c44bc1b28>: <[always-alive, priority-0]> 10:04:18 14:04:18.313 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:18 14:04:18.314 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a3282acb-942f-478a-859b-896c44bc1b28> with <1> clients. 10:04:18 14:04:18.340 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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@6652e44e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:18 14:04:18.341 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-a3282acb-942f-478a-859b-896c44bc1b28>: <[always-alive, priority-0]> 10:04:18 14:04:18.344 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 10:04:18 14:04:18.345 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a3282acb-942f-478a-859b-896c44bc1b28> with <1> clients. 10:04:18 14:04:18.449 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a3282acb-942f-478a-859b-896c44bc1b28> 10:04:18 14:04:18.562 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:18 14:04:18.565 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:18 14:04:18.569 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H12M18.452S> 10:04:18 14:04:18.569 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:18 14:04:18.569 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.094S> interval (min=<PT5M>) 10:04:18 14:04:18.570 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-538cf455-63ed-46ff-8369-293ed9857d7a> was recovered: null 10:04:18 14:04:18.572 [WARN ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@768fddba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:18 14:04:18.572 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDuringClientActorPropsCreation-f4ef8e0, should-throw-exception=true}], connection=ImmutableConnection [id=connection-538cf455-63ed-46ff-8369-293ed9857d7a, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:39871, 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 [{}]]> 10:04:20 14:04:20.611 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-538cf455-63ed-46ff-8369-293ed9857d7a> was deleted recently. Shutting Actor down ... 10:04:20 14:04:20.703 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:20 14:04:20.716 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:20 14:04:20.719 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:20 14:04:20.722 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H10M11.876S> 10:04:20 14:04:20.722 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:20 14:04:20.722 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.784S> interval (min=<PT5M>) 10:04:20 14:04:20.723 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9774d087-c743-4000-83ee-f4a09c10d277> was recovered: null 10:04:20 14:04:20.724 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-b8f189a}], connection=ImmutableConnection [id=connection-9774d087-c743-4000-83ee-f4a09c10d277, 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-b8f189a}]]> 10:04:20 14:04:20.725 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-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.createClosedConnectionWithBlockedHost-b8f189a}]] 10:04:20 14:04:20.826 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9774d087-c743-4000-83ee-f4a09c10d277> 10:04:20 14:04:20.917 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:20 14:04:20.930 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:20 14:04:20.933 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:20 14:04:20.936 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H49M7.8S> 10:04:20 14:04:20.936 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:20 14:04:20.936 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.401S> interval (min=<PT5M>) 10:04:20 14:04:20.937 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-82ef19ac-b018-46c7-9a7a-a99b3110445e> was recovered: null 10:04:20 14:04:20.939 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4147bcec]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:20 14:04:20.939 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-82ef19ac-b018-46c7-9a7a-a99b3110445e>: <[always-alive, priority-0]> 10:04:20 14:04:20.943 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:20 14:04:20.943 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-82ef19ac-b018-46c7-9a7a-a99b3110445e> with <1> clients. 10:04:20 14:04:20.971 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-82ef19ac-b018-46c7-9a7a-a99b3110445e> 10:04:21 14:04:21.067 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:21 14:04:21.080 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:21 14:04:21.083 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:21 14:04:21.086 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H23M40.437S> 10:04:21 14:04:21.086 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:21 14:04:21.086 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.478S> interval (min=<PT5M>) 10:04:21 14:04:21.087 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a0f27e56-c065-4ae7-8e87-a36a2fd66b5a> was recovered: null 10:04:21 14:04:21.091 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-72deac5}], connection=ImmutableConnection [id=connection-a0f27e56-c065-4ae7-8e87-a36a2fd66b5a, 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-72deac5}]]> 10:04:21 14:04:21.092 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-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.createClosedConnectionWithUnknownHost-72deac5}]] 10:04:21 14:04:21.194 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a0f27e56-c065-4ae7-8e87-a36a2fd66b5a> 10:04:21 14:04:21.277 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:21 14:04:21.290 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:21 14:04:21.293 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:21 14:04:21.297 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H23M9.277S> 10:04:21 14:04:21.297 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.329S> interval (min=<PT5M>) 10:04:21 14:04:21.297 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:21 14:04:21.298 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-19d51409-f65d-4d72-9031-c8eb70b20c37> was recovered: null 10:04:21 14:04:21.299 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@cd8eed7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:21 14:04:21.300 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-19d51409-f65d-4d72-9031-c8eb70b20c37> with <1> clients. 10:04:21 14:04:21.322 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionIdInvalidException [message='The Connection ID 'invalid' is not valid.', errorCode=connectivity:connection.id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must be conform to the regular expression: <[a-zA-Z0-9-_:]{1,100}>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 10:04:21 14:04:21.405 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:21 14:04:21.418 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:21 14:04:21.420 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:21 14:04:21.423 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H5M52.04S> 10:04:21 14:04:21.423 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:21 14:04:21.424 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.637S> interval (min=<PT5M>) 10:04:21 14:04:21.424 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-39467850-0026-4841-8c6d-13dae8434be8> was recovered: null 10:04:21 14:04:21.426 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@660b6723]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:21 14:04:21.427 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-39467850-0026-4841-8c6d-13dae8434be8>: <[always-alive, priority-0]> 10:04:21 14:04:21.430 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:21 14:04:21.430 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-39467850-0026-4841-8c6d-13dae8434be8> with <1> clients. 10:04:21 14:04:21.456 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-39467850-0026-4841-8c6d-13dae8434be8>: <[]> 10:04:21 14:04:21.458 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:04:21 14:04:21.460 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] 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-23f29db}], connectionId=connection-39467850-0026-4841-8c6d-13dae8434be8]> 10:04:21 14:04:21.461 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-39467850-0026-4841-8c6d-13dae8434be8' 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-23f29db}]] 10:04:21 14:04:21.462 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-39467850-0026-4841-8c6d-13dae8434be8> 10:04:21 14:04:21.522 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-19d51409-f65d-4d72-9031-c8eb70b20c37> 10:04:21 14:04:21.578 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:21 14:04:21.591 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:21 14:04:21.594 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:21 14:04:21.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H59M16.112S> 10:04:21 14:04:21.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:21 14:04:21.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.131S> interval (min=<PT5M>) 10:04:21 14:04:21.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-6f48e3d5-9538-42ef-ab03-fab578955dc3> was recovered: null 10:04:21 14:04:21.599 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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@75afcd0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:21 14:04:21.600 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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-6f48e3d5-9538-42ef-ab03-fab578955dc3>: <[always-alive, priority-0]> 10:04:21 14:04:21.603 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:21 14:04:21.603 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-6f48e3d5-9538-42ef-ab03-fab578955dc3> with <1> clients. 10:04:21 14:04:21.631 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-6f48e3d5-9538-42ef-ab03-fab578955dc3> 10:04:23 14:04:23.683 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.771S> interval (min=<PT5M>) 10:04:23 14:04:23.683 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:37051, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:37051), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429)))> 10:04:23 14:04:23.800 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:23 14:04:23.814 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:23 14:04:23.816 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:23 14:04:23.818 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H24M2.568S> 10:04:23 14:04:23.819 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc> was recovered: null 10:04:23 14:04:23.821 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b0e08c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:23 14:04:23.821 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc>: <[]> 10:04:23 14:04:23.824 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-24] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:23 14:04:23.827 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b0e08c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:23 14:04:23.827 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc>: <[always-alive, priority-0]> 10:04:23 14:04:23.830 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 10:04:23 14:04:23.830 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc> with <2> clients. 10:04:23 14:04:23.894 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc>: <[]> 10:04:23 14:04:23.896 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <3>. 10:04:23 14:04:23.899 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-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-d999fdac-72ca-4ea9-8c5d-d36491fa0efc>: <[]> 10:04:23 14:04:23.902 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>. 10:04:25 14:04:25.314 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-19] o.a.p.r.a.Decoder - Message for banned (terminated, unresolved) remote deployed recipient [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429/remote/pekko/ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:37051/user/shardRegionMock-connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc/connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc/pa/$a/c2#89203105]. 10:04:25 14:04:25.938 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-24] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc> was deleted recently. Shutting Actor down ... 10:04:25 14:04:25.939 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d999fdac-72ca-4ea9-8c5d-d36491fa0efc> 10:04:26 14:04:26.053 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:26 14:04:26.066 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:26 14:04:26.069 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:26 14:04:26.072 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H51M36.014S> 10:04:26 14:04:26.072 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:26 14:04:26.072 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.453S> interval (min=<PT5M>) 10:04:26 14:04:26.073 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5d0a09f6-8cc3-4ad8-87d8-8b9158ada3b3> was recovered: null 10:04:26 14:04:26.075 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6ecfc9f9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.075 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-5d0a09f6-8cc3-4ad8-87d8-8b9158ada3b3>: <[]> 10:04:26 14:04:26.078 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:26 14:04:26.284 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5d0a09f6-8cc3-4ad8-87d8-8b9158ada3b3> 10:04:26 14:04:26.364 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:26 14:04:26.378 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:26 14:04:26.380 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:26 14:04:26.383 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H54M5.316S> 10:04:26 14:04:26.383 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.867S> interval (min=<PT5M>) 10:04:26 14:04:26.383 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:26 14:04:26.384 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f61b72b4-ef8c-4f80-8285-c4291fb35345> was recovered: null 10:04:26 14:04:26.386 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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@663e16a5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.386 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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-f61b72b4-ef8c-4f80-8285-c4291fb35345>: <[always-alive, priority-0]> 10:04:26 14:04:26.389 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:26 14:04:26.390 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f61b72b4-ef8c-4f80-8285-c4291fb35345> with <1> clients. 10:04:26 14:04:26.417 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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@663e16a5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.418 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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-f61b72b4-ef8c-4f80-8285-c4291fb35345>: <[always-alive, priority-0]> 10:04:26 14:04:26.421 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 10:04:26 14:04:26.422 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f61b72b4-ef8c-4f80-8285-c4291fb35345> with <1> clients. 10:04:26 14:04:26.425 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f61b72b4-ef8c-4f80-8285-c4291fb35345> 10:04:26 14:04:26.529 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:26 14:04:26.542 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:26 14:04:26.544 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:26 14:04:26.547 [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 <PT25H3M46.201S> 10:04:26 14:04:26.547 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.585S> interval (min=<PT5M>) 10:04:26 14:04:26.547 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:26 14:04:26.548 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-24ca7436-8b2f-4af7-9114-23b981c05795> was recovered: null 10:04:26 14:04:26.549 [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@45d4f171]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.550 [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-24ca7436-8b2f-4af7-9114-23b981c05795>: <[always-alive, priority-0]> 10:04:26 14:04:26.553 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:26 14:04:26.553 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-24ca7436-8b2f-4af7-9114-23b981c05795> with <1> clients. 10:04:26 14:04:26.580 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-24ca7436-8b2f-4af7-9114-23b981c05795> 10:04:26 14:04:26.684 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:26 14:04:26.686 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:26 14:04:26.689 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H19M42.063S> 10:04:26 14:04:26.690 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:26 14:04:26.690 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.019S> interval (min=<PT5M>) 10:04:26 14:04:26.690 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e1cf8b99-ea8f-486b-9882-73d8e4420308> was recovered: null 10:04:26 14:04:26.693 [WARN ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1098d1a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.694 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-e1cf8b99-ea8f-486b-9882-73d8e4420308>: <[always-alive, priority-0]> 10:04:26 14:04:26.697 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:26 14:04:26.697 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e1cf8b99-ea8f-486b-9882-73d8e4420308> with <1> clients. 10:04:26 14:04:26.705 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] 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. 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 19 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 10 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.707 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 19 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 10 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.707 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] 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] 10:04:26 14:04:26.708 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <1> times, which is less than the maximum allowed number of <3> failures. Will restart the child. 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.708 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.709 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] 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] 10:04:26 14:04:26.709 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <2> times, which is less than the maximum allowed number of <3> failures. Will restart the child. 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.709 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.709 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] 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] 10:04:26 14:04:26.709 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <3> times, which exceeds the maximum allowed number of <3> failures. Will escalate the failure. 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.710 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which exceeds the maximum allowed number of <0> failures. Will escalate the failure. 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.711 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 10:04:26 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 10:04:26 ... 26 common frames omitted 10:04:26 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:04:26 at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source) 10:04:26 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:04:26 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:04:26 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 10:04:26 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 10:04:26 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:04:26 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:04:26 ... 17 common frames omitted 10:04:26 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] 10:04:26 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:04:26 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 10:04:26 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 10:04:26 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 10:04:26 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 10:04:26 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 10:04:26 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:26 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:26 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:26 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:26 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:26 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:26 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:26 14:04:26.711 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e1cf8b99-ea8f-486b-9882-73d8e4420308> 10:04:26 14:04:26.754 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-9] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 10:04:26 14:04:26.754 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-19] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:37051], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 10:04:26 14:04:26.754 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-9] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33429], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 10:04:26 14:04:26.754 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-19] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:37051], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 10:04:26 14:04:26.864 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:26 14:04:26.877 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:26 14:04:26.880 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:26 14:04:26.883 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H54M3.318S> 10:04:26 14:04:26.883 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:26 14:04:26.883 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M6.961S> interval (min=<PT5M>) 10:04:26 14:04:26.883 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c1878c3a-96b5-4414-a5f0-8397b691299e> was recovered: null 10:04:26 14:04:26.886 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@175b7b6a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:26 14:04:26.886 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c1878c3a-96b5-4414-a5f0-8397b691299e>: <[always-alive, priority-0]> 10:04:26 14:04:26.890 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:26 14:04:26.890 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c1878c3a-96b5-4414-a5f0-8397b691299e> with <1> clients. 10:04:26 14:04:26.915 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-c1878c3a-96b5-4414-a5f0-8397b691299e>: <[]> 10:04:26 14:04:26.917 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 10:04:26 14:04:26.919 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c1878c3a-96b5-4414-a5f0-8397b691299e> 10:04:27 14:04:27.027 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H36M23.235S> 10:04:27 14:04:27.072 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c1878c3a-96b5-4414-a5f0-8397b691299e> was recovered: ImmutableConnection [id=connection-c1878c3a-96b5-4414-a5f0-8397b691299e, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:34785, 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-05-02T14:04:26.884124898Z, created=2024-05-02T14:04:26.884124898Z] 10:04:27 14:04:27.082 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c1878c3a-96b5-4414-a5f0-8397b691299e> 10:04:27 14:04:27.179 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:27 14:04:27.192 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:27 14:04:27.195 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:27 14:04:27.198 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H22M23.627S> 10:04:27 14:04:27.198 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:27 14:04:27.198 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.848S> interval (min=<PT5M>) 10:04:27 14:04:27.199 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a11ff189-b9e9-497e-8aee-c569f5d459aa> was recovered: null 10:04:27 14:04:27.200 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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@6e2440e3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:27 14:04:27.201 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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-a11ff189-b9e9-497e-8aee-c569f5d459aa>: <[always-alive, priority-0]> 10:04:27 14:04:27.204 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:27 14:04:27.204 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a11ff189-b9e9-497e-8aee-c569f5d459aa> with <1> clients. 10:04:27 14:04:27.229 [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-a11ff189-b9e9-497e-8aee-c569f5d459aa>: <[]> 10:04:27 14:04:27.231 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:04:27 14:04:27.234 [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@6e2440e3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:27 14:04:27.235 [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-a11ff189-b9e9-497e-8aee-c569f5d459aa>: <[always-alive, priority-0]> 10:04:27 14:04:27.238 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <3>. 10:04:27 14:04:27.239 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a11ff189-b9e9-497e-8aee-c569f5d459aa> with <1> clients. 10:04:27 14:04:27.244 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a11ff189-b9e9-497e-8aee-c569f5d459aa> 10:04:27 14:04:27.337 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:27 14:04:27.350 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:27 14:04:27.353 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:27 14:04:27.356 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H1M10.72S> 10:04:27 14:04:27.356 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.688S> interval (min=<PT5M>) 10:04:27 14:04:27.356 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:27 14:04:27.356 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7728c4cb-932d-4d68-84e4-e7256f3e9af6> was recovered: null 10:04:27 14:04:27.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-727913a}], connection=ImmutableConnection [id=connection-7728c4cb-932d-4d68-84e4-e7256f3e9af6, 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-727913a}]]> 10:04:27 14:04:27.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '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-727913a}]] 10:04:27 14:04:27.459 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7728c4cb-932d-4d68-84e4-e7256f3e9af6> 10:04:27 14:04:27.545 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:27 14:04:27.558 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:27 14:04:27.560 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:27 14:04:27.563 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40M16.31S> 10:04:27 14:04:27.563 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:27 14:04:27.563 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.95S> interval (min=<PT5M>) 10:04:27 14:04:27.564 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c3b3db48-5014-44fa-be46-786198a082ff> was recovered: null 10:04:27 14:04:27.564 [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-154941f}], connection=ImmutableConnection [id=connection-c3b3db48-5014-44fa-be46-786198a082ff, 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-154941f}]]> 10:04:27 14:04:27.565 [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-154941f}]] 10:04:27 14:04:27.667 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c3b3db48-5014-44fa-be46-786198a082ff> 10:04:27 14:04:27.748 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:27 14:04:27.762 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:27 14:04:27.764 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:27 14:04:27.767 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H28M44.734S> 10:04:27 14:04:27.767 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:27 14:04:27.767 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.45S> interval (min=<PT5M>) 10:04:27 14:04:27.767 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5738eeb1-82b6-4802-baf4-ecb0357e4da3> was recovered: null 10:04:27 14:04:27.768 [WARN ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] 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-5680260}], connectionId=connection-5738eeb1-82b6-4802-baf4-ecb0357e4da3]> 10:04:27 14:04:27.769 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-5738eeb1-82b6-4802-baf4-ecb0357e4da3' 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-5680260}]] 10:04:27 14:04:27.770 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5738eeb1-82b6-4802-baf4-ecb0357e4da3> 10:04:27 14:04:27.873 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:27 14:04:27.886 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:27 14:04:27.889 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:27 14:04:27.892 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H52M30.982S> 10:04:27 14:04:27.892 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:27 14:04:27.892 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.49S> interval (min=<PT5M>) 10:04:27 14:04:27.893 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> was recovered: null 10:04:27 14:04:27.895 [WARN ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1a0c518a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:27 14:04:27.895 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6>: <[always-alive, priority-0]> 10:04:27 14:04:27.898 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:27 14:04:27.899 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> with <1> clients. 10:04:27 14:04:27.923 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> 10:04:28 14:04:28.028 [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 <PT22H48M55.925S> 10:04:28 14:04:28.033 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> was recovered: ImmutableConnection [id=connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:36627, 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-05-02T14:04:27.893359384Z, created=2024-05-02T14:04:27.893359384Z] 10:04:28 14:04:28.033 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> with <1> clients. 10:04:28 14:04:28.146 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d5254e4e-3ee6-42dc-bfc7-ec7f77bf72d6> 10:04:28 14:04:28.229 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:28 14:04:28.242 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:28 14:04:28.245 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:28 14:04:28.248 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H31M16.8S> 10:04:28 14:04:28.248 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.414S> interval (min=<PT5M>) 10:04:28 14:04:28.248 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:28 14:04:28.248 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a3291584-5591-492b-bb48-2da569a59336> was recovered: null 10:04:28 14:04:28.250 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-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@6ebe9995]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:28 14:04:28.251 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-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-a3291584-5591-492b-bb48-2da569a59336>: <[always-alive, priority-0]> 10:04:28 14:04:28.254 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:28 14:04:28.254 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a3291584-5591-492b-bb48-2da569a59336> with <1> clients. 10:04:28 14:04:28.282 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a3291584-5591-492b-bb48-2da569a59336> 10:04:28 14:04:28.381 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:28 14:04:28.395 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:28 14:04:28.397 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:28 14:04:28.400 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H55M44.091S> 10:04:28 14:04:28.400 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:28 14:04:28.401 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> was recovered: null 10:04:28 14:04:28.403 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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@4667b3dd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:28 14:04:28.403 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-d6e5a96b-d119-401b-88ef-7603444c06fa>: <[always-alive, priority-0]> 10:04:28 14:04:28.437 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M53.959S> interval (min=<PT5M>) 10:04:28 14:04:28.440 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:28 14:04:28.440 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> with <1> clients. 10:04:28 14:04:28.466 [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:connectionDeleted> for connection with ID <connection-d6e5a96b-d119-401b-88ef-7603444c06fa>: <[]> 10:04:28 14:04:28.468 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:04:30 14:04:30.510 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> was deleted recently. Shutting Actor down ... 10:04:30 14:04:30.510 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> 10:04:30 14:04:30.617 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H58M46.847S> 10:04:30 14:04:30.620 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> was recovered: null 10:04:30 14:04:30.620 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] 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-2eee207}], connectionId=connection-d6e5a96b-d119-401b-88ef-7603444c06fa]> 10:04:30 14:04:30.621 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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-d6e5a96b-d119-401b-88ef-7603444c06fa' 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-2eee207}]] 10:04:30 14:04:30.623 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d6e5a96b-d119-401b-88ef-7603444c06fa> 10:04:30 14:04:30.732 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:30 14:04:30.734 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:30 14:04:30.737 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H44M39.838S> 10:04:30 14:04:30.738 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:30 14:04:30.738 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M4.774S> interval (min=<PT5M>) 10:04:30 14:04:30.738 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c258ba7c-c494-4f1b-8960-246aecb60ef8> was recovered: null 10:04:30 14:04:30.742 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1cff91bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:30 14:04:30.742 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c258ba7c-c494-4f1b-8960-246aecb60ef8>: <[always-alive, priority-0]> 10:04:30 14:04:30.750 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:30 14:04:30.750 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c258ba7c-c494-4f1b-8960-246aecb60ef8> with <1> clients. 10:04:30 14:04:30.751 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:30 14:04:30.851 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:31 14:04:30.951 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:31 14:04:31.051 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:31 14:04:31.151 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:31 14:04:31.251 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-c258ba7c-c494-4f1b-8960-246aecb60ef8. 10:04:31 14:04:31.352 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-306#-591022368]. 10:04:31 14:04:31.354 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c258ba7c-c494-4f1b-8960-246aecb60ef8> 10:04:31 14:04:31.446 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:04:31 14:04:31.459 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:04:31 14:04:31.462 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:04:31 14:04:31.465 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H41M9.867S> 10:04:31 14:04:31.465 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.023S> interval (min=<PT5M>) 10:04:31 14:04:31.465 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:31 14:04:31.466 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> was recovered: null 10:04:31 14:04:31.468 [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@55276339]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:31 14:04:31.469 [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-3f4e2528-207c-4e69-adee-a7d3ca44c86f>: <[always-alive, priority-0]> 10:04:31 14:04:31.475 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:04:31 14:04:31.476 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> with <1> clients. 10:04:31 14:04:31.503 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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@55276339]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:31 14:04:31.504 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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-3f4e2528-207c-4e69-adee-a7d3ca44c86f>: <[always-alive, priority-0]> 10:04:31 14:04:31.508 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 10:04:31 14:04:31.509 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> with <1> clients. 10:04:31 14:04:31.511 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> 10:04:31 14:04:31.516 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H47M1.463S> 10:04:31 14:04:31.525 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> was recovered: ImmutableConnection [id=connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35905, 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-05-02T14:04:31.502575649Z, created=null] 10:04:31 14:04:31.525 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> with <1> clients. 10:04:31 14:04:31.533 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3f4e2528-207c-4e69-adee-a7d3ca44c86f> 10:04:31 [WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.41 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest 10:04:31 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest 10:04:34 [INFO] [05/02/2024 14:04:34.851] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest 10:04:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest 10:04:34 14:04:34.866 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 10:04:34 14:04:34.877 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 10:04:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest 10:04:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest 10:04:35 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest 10:04:35 14:04:35.433 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.435 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.436 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.436 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.437 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.437 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.438 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 14:04:35.438 [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. 10:04:35 java.lang.IllegalArgumentException: null 10:04:35 ... 35 common frames omitted 10:04:35 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 10:04:35 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:04:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:04:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:04:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:35 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest 10:04:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest 10:04:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest 10:04:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest 10:04:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest 10:04:35 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest 10:04:35 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest 10:04:35 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest 10:04:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest 10:04:36 [INFO] [05/02/2024 14:04:36.404] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:36 [INFO] [05/02/2024 14:04:36.502] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:38 [INFO] [05/02/2024 14:04:38.797] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.822 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest 10:04:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest 10:04:39 [ERROR] [05/02/2024 14:04:39.035] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [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 10:04:39 java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null 10:04:39 at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185) 10:04:39 at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172) 10:04:39 at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43) 10:04:39 at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41) 10:04:39 at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44) 10:04:39 at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106) 10:04:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:04:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:04:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:04:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 10:04:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 10:04:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 10:04:39 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 10:04:39 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 10:04:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 10:04:39 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 10:04:39 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:04:39 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:04:39 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:04:39 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:04:39 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:39 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:39 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:39 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:39 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:39 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:39 10:04:39 [INFO] [05/02/2024 14:04:39.133] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:39 [INFO] [05/02/2024 14:04:39.170] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:41 [INFO] [05/02/2024 14:04:41.336] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:04:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest 10:04:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest 10:04:41 14:04:41.338 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:04:41 14:04:41.446 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected} 10:04:41 java.lang.IllegalStateException: Expected 10:04:41 at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67) 10:04:41 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138) 10:04:41 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198) 10:04:41 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:04:41 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:04:41 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:41 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:04:41 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:04:41 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:04:41 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:04:41 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:04:41 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:04:41 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:41 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:04:41 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:04:41 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:04:41 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:04:41 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:04:41 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:04:41 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:04:41 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:04:41 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:04:41 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:04:41 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:04:41 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:04:41 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:04:41 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:04:41 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:04:41 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:04:41 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:04:41 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:04:41 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:04:41 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:04:41 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:04:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest 10:04:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest 10:04:41 14:04:41.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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.498 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.499 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.500 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.500 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.501 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.501 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.502 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.503 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.503 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.512 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.512 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.513 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.536 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 14:04:41.537 [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@52777ee5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest 10:04:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest 10:04:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest 10:04:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest 10:04:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest 10:04:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest 10:04:41 14:04:41.704 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:04:41 14:04:41.774 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:41 14:04:41.776 [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]> 10:04:41 14:04:41.939 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:41 14:04:41.942 [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]> 10:04:41 14:04:41.943 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 10:04:41 14:04:41.944 [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]> 10:04:41 14:04:41.945 [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]> 10:04:41 14:04:41.946 [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]> 10:04:41 14:04:41.948 [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]> 10:04:41 14:04:41.949 [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]> 10:04:41 14:04:41.950 [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]> 10:04:41 14:04:41.951 [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]> 10:04:41 14:04:41.952 [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]> 10:04:41 14:04:41.953 [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]> 10:04:41 14:04:41.954 [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]> 10:04:41 14:04:41.955 [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]> 10:04:41 14:04:41.956 [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]> 10:04:41 14:04:41.957 [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]> 10:04:41 14:04:41.958 [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]> 10:04:41 14:04:41.959 [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]> 10:04:41 14:04:41.961 [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]> 10:04:41 14:04:41.962 [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]> 10:04:41 14:04:41.963 [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]> 10:04:41 14:04:41.964 [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]> 10:04:41 14:04:41.965 [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]> 10:04:41 14:04:41.966 [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]> 10:04:41 14:04:41.967 [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]> 10:04:41 14:04:41.968 [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]> 10:04:41 14:04:41.969 [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]> 10:04:42 14:04:41.970 [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]> 10:04:42 14:04:41.971 [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]> 10:04:42 14:04:41.972 [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]> 10:04:42 14:04:41.973 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 10:04:42 14:04:41.975 [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]> 10:04:42 14:04:41.976 [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]> 10:04:42 14:04:41.977 [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]> 10:04:42 14:04:41.978 [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]> 10:04:42 14:04:41.979 [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]> 10:04:42 14:04:41.980 [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]> 10:04:42 14:04:41.981 [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]> 10:04:42 14:04:41.982 [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]> 10:04:42 14:04:41.983 [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]> 10:04:42 14:04:41.984 [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]> 10:04:42 14:04:41.986 [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]> 10:04:42 14:04:41.987 [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]> 10:04:42 14:04:41.988 [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]> 10:04:42 14:04:41.989 [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]> 10:04:42 14:04:41.990 [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]> 10:04:42 14:04:41.991 [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]> 10:04:42 14:04:41.992 [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]> 10:04:42 14:04:41.993 [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]> 10:04:42 14:04:41.994 [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]> 10:04:42 14:04:41.995 [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]> 10:04:42 14:04:41.996 [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]> 10:04:42 14:04:41.997 [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]> 10:04:42 14:04:41.998 [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]> 10:04:42 14:04:41.999 [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]> 10:04:42 14:04:42.037 [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]> 10:04:42 14:04:42.038 [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]> 10:04:42 14:04:42.039 [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]> 10:04:42 14:04:42.040 [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]> 10:04:42 14:04:42.041 [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]> 10:04:42 14:04:42.042 [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]> 10:04:42 14:04:42.043 [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]> 10:04:42 14:04:42.043 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.044 [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. 10:04:42 14:04:42.044 [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]> 10:04:42 14:04:42.045 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.045 [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]> 10:04:42 14:04:42.046 [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. 10:04:42 14:04:42.046 [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]> 10:04:42 14:04:42.047 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.047 [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]> 10:04:42 14:04:42.048 [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. 10:04:42 14:04:42.048 [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]> 10:04:42 14:04:42.049 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.050 [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]> 10:04:42 14:04:42.050 [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. 10:04:42 14:04:42.051 [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]> 10:04:42 14:04:42.052 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.052 [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]> 10:04:42 14:04:42.053 [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. 10:04:42 14:04:42.053 [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]> 10:04:42 14:04:42.054 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.054 [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]> 10:04:42 14:04:42.055 [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. 10:04:42 14:04:42.055 [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]> 10:04:42 14:04:42.056 [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]> 10:04:42 14:04:42.056 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.057 [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. 10:04:42 14:04:42.057 [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]> 10:04:42 14:04:42.058 [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]> 10:04:42 14:04:42.058 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.059 [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. 10:04:42 14:04:42.059 [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]> 10:04:42 14:04:42.060 [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]> 10:04:42 14:04:42.060 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages. 10:04:42 14:04:42.061 [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. 10:04:42 14:04:42.061 [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]> 10:04:42 14:04:42.062 [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. 10:04:45 14:04:45.146 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:45 14:04:45.147 [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]> 10:04:45 14:04:45.148 [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]> 10:04:45 14:04:45.149 [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]> 10:04:45 14:04:45.149 [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]> 10:04:45 14:04:45.150 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 10:04:45 14:04:45.151 [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]> 10:04:45 14:04:45.151 [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]> 10:04:45 14:04:45.152 [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]> 10:04:45 14:04:45.152 [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]> 10:04:45 14:04:45.153 [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]> 10:04:45 14:04:45.153 [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]> 10:04:45 14:04:45.154 [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]> 10:04:45 14:04:45.154 [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]> 10:04:45 14:04:45.155 [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]> 10:04:45 14:04:45.155 [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]> 10:04:45 14:04:45.156 [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]> 10:04:45 14:04:45.156 [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]> 10:04:45 14:04:45.157 [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]> 10:04:45 14:04:45.157 [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]> 10:04:45 14:04:45.158 [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]> 10:04:45 14:04:45.158 [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]> 10:04:45 14:04:45.159 [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]> 10:04:45 14:04:45.159 [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]> 10:04:45 14:04:45.160 [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]> 10:04:45 14:04:45.160 [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]> 10:04:45 14:04:45.160 [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]> 10:04:45 14:04:45.161 [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]> 10:04:45 14:04:45.161 [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]> 10:04:45 14:04:45.162 [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]> 10:04:45 14:04:45.162 [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]> 10:04:45 14:04:45.163 [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]> 10:04:45 14:04:45.164 [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]> 10:04:45 14:04:45.164 [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]> 10:04:45 14:04:45.165 [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]> 10:04:45 14:04:45.165 [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]> 10:04:45 14:04:45.166 [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]> 10:04:45 14:04:45.166 [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]> 10:04:45 14:04:45.167 [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]> 10:04:45 14:04:45.167 [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]> 10:04:45 14:04:45.168 [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]> 10:04:45 14:04:45.168 [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]> 10:04:45 14:04:45.169 [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]> 10:04:45 14:04:45.169 [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]> 10:04:45 14:04:45.170 [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]> 10:04:45 14:04:45.171 [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]> 10:04:45 14:04:45.171 [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]> 10:04:45 14:04:45.172 [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]> 10:04:45 14:04:45.172 [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]> 10:04:45 14:04:45.173 [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]> 10:04:45 14:04:45.174 [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]> 10:04:45 14:04:45.174 [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]> 10:04:45 14:04:45.175 [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]> 10:04:45 14:04:45.175 [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]> 10:04:45 14:04:45.176 [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]> 10:04:45 14:04:45.176 [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]> 10:04:45 14:04:45.177 [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]> 10:04:45 14:04:45.177 [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]> 10:04:45 14:04:45.178 [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]> 10:04:45 14:04:45.179 [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]> 10:04:45 14:04:45.179 [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]> 10:04:45 14:04:45.179 [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]> 10:04:45 14:04:45.180 [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]> 10:04:45 14:04:45.180 [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. 10:04:45 14:04:45.180 [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. 10:04:45 14:04:45.180 [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]> 10:04:45 14:04:45.181 [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. 10:04:45 14:04:45.181 [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]> 10:04:45 14:04:45.181 [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. 10:04:45 14:04:45.182 [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]> 10:04:45 14:04:45.182 [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. 10:04:45 14:04:45.183 [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]> 10:04:45 14:04:45.183 [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. 10:04:45 14:04:45.183 [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]> 10:04:45 14:04:45.183 [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. 10:04:45 14:04:45.184 [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]> 10:04:45 14:04:45.184 [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. 10:04:45 14:04:45.184 [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]> 10:04:45 14:04:45.184 [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. 10:04:45 14:04:45.185 [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]> 10:04:45 14:04:45.185 [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. 10:04:45 14:04:45.185 [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]> 10:04:45 14:04:45.185 [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. 10:04:45 14:04:45.186 [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]> 10:04:45 14:04:45.186 [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. 10:04:45 14:04:45.186 [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]> 10:04:45 14:04:45.187 [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. 10:04:45 14:04:45.187 [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]> 10:04:45 14:04:45.187 [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. 10:04:45 14:04:45.187 [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]> 10:04:45 14:04:45.188 [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. 10:04:45 14:04:45.188 [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]> 10:04:45 14:04:45.188 [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. 10:04:45 14:04:45.188 [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]> 10:04:45 14:04:45.189 [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. 10:04:45 14:04:45.189 [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]> 10:04:45 14:04:45.189 [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. 10:04:45 14:04:45.190 [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. 10:04:46 14:04:46.257 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:46 14:04:46.258 [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]> 10:04:46 14:04:46.260 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal - DisconnectException: null 10:04:46 14:04:46.340 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:46 14:04:46.341 [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]> 10:04:46 14:04:46.341 [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]> 10:04:46 14:04:46.342 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException 10:04:46 org.apache.kafka.common.KafkaException 10:04:46 at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60) 10:04:46 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346) 10:04:46 at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670) 10:04:46 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:04:46 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:04:46 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:04:46 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:04:46 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:04:46 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:04:46 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:04:46 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:04:46 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:04:46 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:04:46 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:04:46 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:04:46 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:04:46 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:04:46 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:04:46 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:04:46 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:04:46 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:04:46 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:04:46 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:04:46 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:04:46 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:04:46 10:04:49 14:04:49.727 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal - KafkaException: null 10:04:49 14:04:49.788 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:49 14:04:49.789 [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]> 10:04:49 14:04:49.851 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:49 14:04:49.852 [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]> 10:04:50 14:04:50.013 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 10:04:50 14:04:50.014 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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]> 10:04:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.409 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest 10:04:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest 10:04:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest 10:04:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest 10:04:50 14:04:50.135 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:04:50 14:04:50.326 [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>. 10:04:50 14:04:50.347 [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>. 10:04:50 14:04:50.364 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-5a1ec875-b13b-482f-b50d-d3d70b7ef4e5> 10:04:50 14:04:50.365 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-5a1ec875-b13b-482f-b50d-d3d70b7ef4e5> 10:04:50 14:04:50.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:04:50 14:04:50.462 [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>. 10:04:50 14:04:50.483 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:50 14:04:50.560 [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>. 10:04:50 14:04:50.582 [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>. 10:04:50 14:04:50.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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.> 10:04:50 14:04:50.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1714658690135, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=9973208b-58f0-497d-95c6-3399a688aa1b, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, eclipse=ditto, the.key={{ header:kafka.key }}, the.topic={{ header:kafka.topic }}, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, the.timestamp={{ header:kafka.timestamp }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}]] : and external headers {kafka.key=key, kafka.timestamp=1714658690135, reply-to=reply-to-address, correlation-id=9973208b-58f0-497d-95c6-3399a688aa1b, device_id=ditto:thing, kafka.topic=kafka.topic} 10:04:50 14:04:50.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:50 14:04:50.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:04:50 14:04:50.684 [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>. 10:04:50 14:04:50.706 [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>. 10:04:50 14:04:50.725 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:50 14:04:50.726 [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>. 10:04:50 14:04:50.821 [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>. 10:04:50 14:04:50.937 [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>. 10:04:50 14:04:50.957 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=_invalid, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:50 14:04:50.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.> 10:04:50 14:04:50.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, the.key=key, device_id=_invalid, the.topic=kafka.topic, correlation-id=51c75a09-c3aa-45ca-bd3d-76404efa1849, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, eclipse=ditto, the.key={{ header:kafka.key }}, the.topic={{ header:kafka.topic }}, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, the.timestamp={{ header:kafka.timestamp }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}]] : and external headers {kafka.key=key, kafka.timestamp=1714658690135, reply-to=reply-to-address, correlation-id=51c75a09-c3aa-45ca-bd3d-76404efa1849, device_id=_invalid, kafka.topic=kafka.topic} 10:04:51 14:04:51.082 [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>. 10:04:51 14:04:51.103 [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>. 10:04:51 14:04:51.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:51 14:04:51.130 [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>. 10:04:51 14:04:51.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:51 14:04:51.132 [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>. 10:04:51 14:04:51.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:51 14:04:51.202 [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>. 10:04:51 14:04:51.224 [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>. 10:04:51 14:04:51.243 [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=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:51 14:04:51.244 [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>. 10:04:51 14:04:51.245 [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=1714658690135, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:04:51 14:04:51.339 [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>. 10:04:51 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest 10:04:51 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest 10:04:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest 10:04:51 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest 10:04:51 14:04:51.374 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-85c2368f-99fb-4cab-b9f2-0011150d7145> 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. 10:04:51 14:04:51.375 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-10dfe7f5-59cb-4066-ae6a-2fb0fc2f2f02> 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. 10:04:51 14:04:51.376 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-a105047a-99e4-465a-9b44-cb88e6abdb34> 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. 10:04:51 14:04:51.376 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-717c1103-601a-472a-a927-17e6f576fb6d> 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. 10:04:51 14:04:51.376 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-6aa59973-8162-40c2-bf49-95395c5a9b56> 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. 10:04:51 14:04:51.376 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-94e21e6a-a4aa-400c-ad94-85a8563db1c0> 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. 10:04:51 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest 10:04:51 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest 10:04:51 14:04:51.381 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:04:51 14:04:51.455 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 37693 10:04:51 14:04:51.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M2.836S> interval (min=<PT5M>) 10:04:51 14:04:51.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:51 14:04:51.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.336S> interval (min=<PT5M>) 10:04:51 14:04:51.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M39.758S> interval (min=<PT5M>) 10:04:51 14:04:51.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-11e79809-1cb1-4881-bed7-813a90861d79> 10:04:51 14:04:51.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.13S> interval (min=<PT5M>) 10:04:51 14:04:51.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-11e79809-1cb1-4881-bed7-813a90861d79>. 10:04:51 14:04:51.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-11e79809-1cb1-4881-bed7-813a90861d79>. 10:04:51 14:04:51.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.029S> interval (min=<PT5M>) 10:04:51 14:04:51.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:04:51 14:04:51.482 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.483 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.484 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.484 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 10:04:51 14:04:51.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 10:04:51 14:04:51.494 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.494 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-05-02T14:04:51.495102018Z, connectivityStatus=null]> 10:04:51 14:04:51.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-2bcf355c-db70-4f45-9c1a-b54386a43c14> 10:04:51 14:04:51.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2bcf355c-db70-4f45-9c1a-b54386a43c14>. 10:04:51 14:04:51.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2bcf355c-db70-4f45-9c1a-b54386a43c14>. 10:04:51 14:04:51.512 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.512 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.513 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:51 14:04:51.514 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:51 14:04:51.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 10:04:51 14:04:51.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 10:04:51 14:04:51.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 10:04:51 14:04:51.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-11e79809-1cb1-4881-bed7-813a90861d79> 10:04:51 14:04:51.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-2bcf355c-db70-4f45-9c1a-b54386a43c14> 10:04:54 14:04:54.588 [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. 10:04:54 14:04:54.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-0c3aab9a-c62d-4bff-9fba-f0523ad3f7e9> 10:04:54 14:04:54.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0c3aab9a-c62d-4bff-9fba-f0523ad3f7e9>. 10:04:54 14:04:54.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0c3aab9a-c62d-4bff-9fba-f0523ad3f7e9>. 10:04:54 14:04:54.607 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:54 14:04:54.607 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:54 14:04:54.609 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:54 14:04:54.609 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:54 14:04:54.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 10:04:54 14:04:54.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 10:04:54 14:04:54.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 10:04:54 14:04:54.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-0c3aab9a-c62d-4bff-9fba-f0523ad3f7e9> 10:04:57 14:04:57.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:04:57 14:04:57.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-7ce11403-ea10-4ff4-9b1b-2694729d08c1> 10:04:57 14:04:57.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7ce11403-ea10-4ff4-9b1b-2694729d08c1>. 10:04:57 14:04:57.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7ce11403-ea10-4ff4-9b1b-2694729d08c1>. 10:04:57 14:04:57.711 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.712 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.713 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.714 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 10:04:57 14:04:57.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 10:04:57 14:04:57.716 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.717 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.717 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.717 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:04:57 14:04:57.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-13a90b88-534f-4398-8804-2f1a14bf8e52> 10:04:57 14:04:57.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-13a90b88-534f-4398-8804-2f1a14bf8e52>. 10:04:57 14:04:57.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-13a90b88-534f-4398-8804-2f1a14bf8e52>. 10:04:57 14:04:57.735 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.735 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.736 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:04:57 14:04:57.737 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:04:57 14:04:57.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 10:04:57 14:04:57.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 10:04:57 14:04:57.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 10:04:57 14:04:57.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-7ce11403-ea10-4ff4-9b1b-2694729d08c1> 10:04:57 14:04:57.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-13a90b88-534f-4398-8804-2f1a14bf8e52> 10:05:00 14:05:00.788 [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. 10:05:00 14:05:00.790 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-05-02T14:03:09.010321319Z, 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]] 10:05:00 14:05:00.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-6ba60a35-fd75-4f6e-9db0-56fecce2b380> 10:05:00 14:05:00.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6ba60a35-fd75-4f6e-9db0-56fecce2b380>. 10:05:00 14:05:00.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6ba60a35-fd75-4f6e-9db0-56fecce2b380>. 10:05:00 14:05:00.811 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.811 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.813 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.813 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-27c00f1d-8b34-44ec-b8f8-0d4a261ce293> 10:05:00 14:05:00.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-27c00f1d-8b34-44ec-b8f8-0d4a261ce293>. 10:05:00 14:05:00.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-27c00f1d-8b34-44ec-b8f8-0d4a261ce293>. 10:05:00 14:05:00.833 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.833 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.834 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.835 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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. 10:05:00 14:05:00.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934> 10:05:00 14:05:00.849 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934>. 10:05:00 14:05:00.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934>. 10:05:00 14:05:00.852 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.852 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.853 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:00 14:05:00.853 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:00 14:05:00.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934>. 10:05:00 14:05:00.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934>. 10:05:00 14:05:00.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-6ba60a35-fd75-4f6e-9db0-56fecce2b380> 10:05:00 14:05:00.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-27c00f1d-8b34-44ec-b8f8-0d4a261ce293> 10:05:00 14:05:00.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-2ccc0883-15d1-4f57-9b91-dcb705c4d934> 10:05:01 14:05:00.959 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-88112f4e-ee44-4eee-8b84-3e596d9ee439> 10:05:01 14:05:00.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-88112f4e-ee44-4eee-8b84-3e596d9ee439>. 10:05:01 14:05:00.961 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-88112f4e-ee44-4eee-8b84-3e596d9ee439>. 10:05:01 14:05:00.963 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:00.964 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:00.965 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:00.965 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:00.999 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-88112f4e-ee44-4eee-8b84-3e596d9ee439> 10:05:01 14:05:01.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-5787c2e8-cc8e-41c5-9778-43fc4077bf22> 10:05:01 14:05:01.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-5787c2e8-cc8e-41c5-9778-43fc4077bf22>. 10:05:01 14:05:01.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-5787c2e8-cc8e-41c5-9778-43fc4077bf22>. 10:05:01 14:05:01.074 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.075 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:01.076 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.076 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:01.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-5787c2e8-cc8e-41c5-9778-43fc4077bf22>. 10:05:01 14:05:01.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-5787c2e8-cc8e-41c5-9778-43fc4077bf22> 10:05:01 14:05:01.182 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-c6796e7c-fa64-4fad-ba9f-690293035279> 10:05:01 14:05:01.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c6796e7c-fa64-4fad-ba9f-690293035279>. 10:05:01 14:05:01.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c6796e7c-fa64-4fad-ba9f-690293035279>. 10:05:01 14:05:01.185 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.186 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:01.187 [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@46c9b524]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.187 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:01 14:05:01.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-c6796e7c-fa64-4fad-ba9f-690293035279>. 10:05:01 14:05:01.189 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server. 10:05:01 14:05:01.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED> 10:05:01 14:05:01.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED> 10:05:01 14:05:01.189 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:05:01 14:05:01.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:01 14:05:01.189 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:05:01 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.805 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest 10:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest 10:05:01 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest 10:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest 10:05:01 14:05:01.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-c6796e7c-fa64-4fad-ba9f-690293035279> 10:05:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest 10:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest 10:05:01 14:05:01.212 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:05:01 14:05:01.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:01 14:05:01.278 [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-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135]'' 10:05:01 14:05:01.280 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:01 14:05:01.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:01 14:05:01.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11M27.742S> 10:05:01 14:05:01.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.347S> interval (min=<PT5M>) 10:05:01 14:05:01.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:01 14:05:01.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-88081630-338d-417f-ab20-2f99bce5618f> was recovered: null 10:05:01 14:05:01.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:01 14:05:01.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:01 14:05:01.291 [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@379e846b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.293 [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-88081630-338d-417f-ab20-2f99bce5618f>: <[always-alive, priority-0]> 10:05:01 14:05:01.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:05:01 14:05:01.296 [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-05-02T14:05:01.289505391Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-88081630-338d-417f-ab20-2f99bce5618f, revision=1, connectionId=connection-88081630-338d-417f-ab20-2f99bce5618f, connection=ImmutableConnection [id=connection-88081630-338d-417f-ab20-2f99bce5618f, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:34229, 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-05-02T14:05:01.289307233Z, created=2024-05-02T14:05:01.289307233Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f/pa#-1135676982]'' 10:05:01 14:05:01.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-88081630-338d-417f-ab20-2f99bce5618f> with <1> clients. 10:05:01 14:05:01.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135]'' 10:05:01 14:05:01.299 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-88081630-338d-417f-ab20-2f99bce5618f> failed due to ConnectionFailedException: The Connection with ID 'connection-88081630-338d-417f-ab20-2f99bce5618f' failed to connect.. 10:05:01 14:05:01.299 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message 10:05:01 14:05:01.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-88081630-338d-417f-ab20-2f99bce5618f>: <[]> 10:05:01 14:05:01.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 10:05:01 14:05:01.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-05-02T14:05:01.301094824Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-88081630-338d-417f-ab20-2f99bce5618f, revision=2, connectionId=connection-88081630-338d-417f-ab20-2f99bce5618f],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f/pa#-1135676982]'' 10:05:01 14:05:01.304 [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-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-88081630-338d-417f-ab20-2f99bce5618f/connection-88081630-338d-417f-ab20-2f99bce5618f#-813200135]'' 10:05:01 14:05:01.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-88081630-338d-417f-ab20-2f99bce5618f> 10:05:01 14:05:01.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:01 14:05:01.374 [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-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373]'' 10:05:01 14:05:01.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:01 14:05:01.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:01 14:05:01.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H7M28.256S> 10:05:01 14:05:01.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:01 14:05:01.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.501S> interval (min=<PT5M>) 10:05:01 14:05:01.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c> was recovered: null 10:05:01 14:05:01.385 [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@755584bb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c>: <[always-alive, priority-0]> 10:05:01 14:05:01.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:05:01 14:05:01.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-05-02T14:05:01.383399156Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c, revision=1, connectionId=connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c, connection=ImmutableConnection [id=connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:40805, 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-05-02T14:05:01.383222279Z, created=2024-05-02T14:05:01.383222279Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/pa#1808357018]'' 10:05:01 14:05:01.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c> with <1> clients. 10:05:01 14:05:01.390 [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-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373]'' 10:05:01 14:05:01.390 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c> failed due to ConnectionFailedException: The Connection with ID 'connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c' failed to connect.. 10:05:01 14:05:01.390 [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 10:05:01 14:05:01.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c>: <[]> 10:05:01 14:05:01.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 10:05:01 14:05:01.395 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c> failed due to ConnectionFailedException: The Connection with ID 'connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c' failed to connect.. 10:05:01 14:05:01.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 10:05:01 14:05:01.396 [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-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c/connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c#1792249373]'' 10:05:01 14:05:01.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a243f4ea-5068-4ddc-aaeb-8a91f60ef49c> 10:05:01 14:05:01.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:01 14:05:01.472 [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-8e5bb541-9e1d-4c64-852a-8283383b3cfa/connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa#432986490])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa/connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa#432986490]'' 10:05:01 14:05:01.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:01 14:05:01.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:01 14:05:01.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H31M1.061S> 10:05:01 14:05:01.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.443S> interval (min=<PT5M>) 10:05:01 14:05:01.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:01 14:05:01.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa> was recovered: null 10:05:01 14:05:01.482 [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@8a1c3e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.483 [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-8e5bb541-9e1d-4c64-852a-8283383b3cfa>: <[always-alive, priority-0]> 10:05:01 14:05:01.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:05:01 14:05:01.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-05-02T14:05:01.481296272Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa, revision=1, connectionId=connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa, connection=ImmutableConnection [id=connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:42027, 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-05-02T14:05:01.481158722Z, created=2024-05-02T14:05:01.481158722Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa/connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa/pa#1573619623]'' 10:05:01 14:05:01.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa> with <1> clients. 10:05:01 14:05:01.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa/connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa#432986490])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa/connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa#432986490]'' 10:05:01 14:05:01.486 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa> failed due to ConnectionFailedException: The Connection with ID 'connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa' failed to connect.. 10:05:01 14:05:01.486 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message 10:05:01 14:05:01.489 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8e5bb541-9e1d-4c64-852a-8283383b3cfa> 10:05:01 14:05:01.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:01 14:05:01.549 [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-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652]'' 10:05:01 14:05:01.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:01 14:05:01.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:01 14:05:01.556 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H51M22.443S> 10:05:01 14:05:01.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:01 14:05:01.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M39.743S> interval (min=<PT5M>) 10:05:01 14:05:01.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52> was recovered: null 10:05:01 14:05:01.559 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@b09908d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52>: <[always-alive, priority-0]> 10:05:01 14:05:01.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 10:05:01 14:05:01.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-05-02T14:05:01.557911767Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52, revision=1, connectionId=connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52, connection=ImmutableConnection [id=connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35505, 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-05-02T14:05:01.557759798Z, created=2024-05-02T14:05:01.557759798Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/pa#-1710498070]'' 10:05:01 14:05:01.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52> with <1> clients. 10:05:01 14:05:01.563 [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-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652]'' 10:05:01 14:05:01.563 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52> failed due to ConnectionFailedException: The Connection with ID 'connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52' failed to connect.. 10:05:01 14:05:01.563 [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 10:05:01 14:05:01.566 [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@b09908d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:01 14:05:01.567 [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:connectionOpened> for connection with ID <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52>: <[always-alive, priority-0]> 10:05:01 14:05:01.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 10:05:01 14:05:01.569 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52> failed due to ConnectionFailedException: The Connection with ID 'connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52' failed to connect.. 10:05:01 14:05:01.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 10:05:01 14:05:01.570 [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-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52/connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52#1080357652]'' 10:05:01 14:05:01.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bc4b7c1f-00c2-43ad-857c-907eb4ad0d52> 10:05:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest 10:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest 10:05:01 14:05:01.589 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 10:05:01 14:05:01.589 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:05:01 14:05:01.683 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:01 14:05:01.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:01 14:05:01.695 [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-c0c7085d-d536-4024-af7e-f6f94f9d4e08/connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08#925001041])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08/connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08#925001041]'' 10:05:01 14:05:01.696 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:01 14:05:01.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H12M16.387S> 10:05:01 14:05:01.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:01 14:05:01.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.27S> interval (min=<PT5M>) 10:05:01 14:05:01.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08> was recovered: ImmutableConnection [id=connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45095, 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-05-02T14:03:09.010321319Z, created=null] 10:05:01 14:05:01.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08, correlationId=123, payload="always-alive"] 10:05:03 14:05:03.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08> was deleted recently. Shutting Actor down ... 10:05:03 14:05:03.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c0c7085d-d536-4024-af7e-f6f94f9d4e08> 10:05:03 14:05:03.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:05:03 14:05:03.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:05:03 14:05:03.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-434355cf-a10c-43ec-a1f6-b16e506d55ba/connection-434355cf-a10c-43ec-a1f6-b16e506d55ba#1540642143])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-434355cf-a10c-43ec-a1f6-b16e506d55ba/connection-434355cf-a10c-43ec-a1f6-b16e506d55ba#1540642143]'' 10:05:03 14:05:03.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 10:05:03 14:05:03.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H36M51.824S> 10:05:03 14:05:03.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.414S> interval (min=<PT5M>) 10:05:03 14:05:03.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:03 14:05:03.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-434355cf-a10c-43ec-a1f6-b16e506d55ba> was recovered: ImmutableConnection [id=connection-434355cf-a10c-43ec-a1f6-b16e506d55ba, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35631, 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] 10:05:03 14:05:03.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-434355cf-a10c-43ec-a1f6-b16e506d55ba> with <1> clients. 10:05:03 14:05:03.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-434355cf-a10c-43ec-a1f6-b16e506d55ba]> 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 [{}]]> 10:05:03 14:05:03.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.1' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 10:05:03 14:05:03.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-434355cf-a10c-43ec-a1f6-b16e506d55ba/connection-434355cf-a10c-43ec-a1f6-b16e506d55ba#1540642143])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-434355cf-a10c-43ec-a1f6-b16e506d55ba/connection-434355cf-a10c-43ec-a1f6-b16e506d55ba#1540642143]'' 10:05:03 14:05:03.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.154S> interval (min=<PT5M>) 10:05:03 14:05:03.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:03 14:05:03.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.858S> interval (min=<PT5M>) 10:05:03 14:05:03.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-434355cf-a10c-43ec-a1f6-b16e506d55ba> 10:05:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.316 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest 10:05:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest 10:05:03 14:05:03.908 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:05:04 14:05:03.989 [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>. 10:05:04 14:05:03.991 [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>. 10:05:04 14:05:04.012 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-97f8924, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}] 10:05:04 14:05:04.013 [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>. 10:05:04 14:05:04.094 [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>. 10:05:04 14:05:04.096 [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>. 10:05:04 14:05:04.112 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=aedeb1bb-6384-41dd-9409-9c17a793778f, response-required=false, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=fde91f6b-452b-4e6a-876d-50dd5e4111fe, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ba3d16a9-e710-4f18-942d-2d46e37a7c68, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.188 [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>. 10:05:04 14:05:04.190 [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>. 10:05:04 14:05:04.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b8bd7e69-72a3-406f-a7d2-946b71d2be7d, content-type=application/json, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.263 [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>. 10:05:04 14:05:04.265 [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>. 10:05:04 14:05:04.281 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=0347a01d-fd13-4c56-af3e-5afd0cb64c18, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.290 [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>. 10:05:04 14:05:04.359 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:05:04 14:05:04.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <Faulty>: <The external message with content-type 'application/json' could not be mapped.> 10:05:04 14:05:04.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-051b09c, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-051b09c, content-type=application/json} 10:05:04 14:05:04.443 [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>. 10:05:04 14:05:04.445 [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>. 10:05:04 14:05:04.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=5f8480ac-e1cc-4635-91ec-2d2a9848445e, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.526 [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>. 10:05:04 14:05:04.528 [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>. 10:05:04 14:05:04.533 [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=["error"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d3c9e931-1139-4abf-b4c4-848a2e060ca8, response-required=false, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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.> 10:05:04 14:05:04.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{ditto-inbound-payload-mapper=default, correlation-id=d3c9e931-1139-4abf-b4c4-848a2e060ca8, ditto-connection-id=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {} 10:05:04 14:05:04.628 [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>. 10:05:04 14:05:04.631 [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>. 10:05:04 14:05:04.646 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-ea8c0b0, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.647 [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>. 10:05:04 14:05:04.728 [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>. 10:05:04 14:05:04.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=023500eb-a59c-487d-bcea-f4f97b7b8b53, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.801 [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>. 10:05:04 14:05:04.803 [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>. 10:05:04 14:05:04.818 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=b4167ed4-ac1d-4396-a4c6-53ff0a71bef9, source=integration:b4167ed4-ac1d-4396-a4c6-53ff0a71bef9:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["integration:b4167ed4-ac1d-4396-a4c6-53ff0a71bef9:hub-application/json","integration:application/json:hub-b4167ed4-ac1d-4396-a4c6-53ff0a71bef9"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:04 14:05:04.819 [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>. 10:05:04 14:05:04.885 [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>. 10:05:04 14:05:04.887 [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>. 10:05:04 14:05:04.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <mediatype.unsupported> when processing external message with mapper <default>: <The Content-Type header was empty or not present. Please set Content-Type header to "application/merge-patch+json" for this resource> 10:05:04 14:05:04.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{channel=live, ditto-entity-id=thing:Testspace:octopus, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["integration:bec1d2b6-b01b-4eae-8278-968b03603f60:hub-application/json"]}, correlation-id=4c7ca504-cfd0-4b81-a91d-863f7f8b1132}] : with HeaderMapping Optional.empty : and external headers {} 10:05:04 14:05:04.970 [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>. 10:05:04 14:05:04.972 [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>. 10:05:04 14:05:04.985 [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.> 10:05:04 14:05:04.985 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=96ef5981-2584-4a58-88d6-998dce283079, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["integration:96ef5981-2584-4a58-88d6-998dce283079:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {} 10:05:05 14:05:05.064 [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>. 10:05:05 14:05:05.150 [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>. 10:05:05 14:05:05.166 [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.> 10:05:05 14:05:05.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=6bcadf1a-06a7-43b6-9dc5-8786c9281aba, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {correlation-id=6bcadf1a-06a7-43b6-9dc5-8786c9281aba, content-type=application/json} 10:05:05 14:05:05.261 [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>. 10:05:05 14:05:05.337 [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>. 10:05:05 14:05:05.339 [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>. 10:05:05 14:05:05.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=a42b4b01-311d-412a-a9d2-31eef3a0a922, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:05 14:05:05.354 [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>. 10:05:05 14:05:05.419 [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>. 10:05:05 14:05:05.421 [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>. 10:05:05 14:05:05.435 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-0bc1d1d, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:05 14:05:05.436 [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>. 10:05:05 14:05:05.576 [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>. 10:05:05 14:05:05.676 [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>. 10:05:05 14:05:05.690 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-a531edf, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 10:05:05 14:05:05.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'some/invalid/target'.> 10:05:05 14:05:05.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-a531edf, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-a531edf, content-type=application/json} 10:05:05 14:05:05.759 [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>. 10:05:05 14:05:05.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingNotAccessibleException: 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. 10:05:05 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest 10:05:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest 10:05:05 14:05:05.789 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:05:06 14:05:06.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M15.284S> interval (min=<PT5M>) 10:05:06 14:05:06.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:06 14:05:06.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.156S> interval (min=<PT5M>) 10:05:06 14:05:06.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M19.441S> interval (min=<PT5M>) 10:05:06 14:05:06.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.145S> interval (min=<PT5M>) 10:05:06 14:05:06.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:06 14:05:06.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:06 14:05:06.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:06 14:05:06.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.921S> interval (min=<PT5M>) 10:05:06 14:05:06.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:06 14:05:06.336 [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@67ce3917]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:06 14:05:06.336 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:06 14:05:06.337 [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@67ce3917]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:06 14:05:06.338 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:06 14:05:06.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:06 14:05:06.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:06 14:05:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:06 14:05:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:06 14:05:06.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:06 14:05:06.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:06 14:05:06.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:06 14:05:06.608 [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. 10:05:06 14:05:06.761 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:06 14:05:06.763 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:06 14:05:06.764 [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>. 10:05:06 14:05:06.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply}>, isSuccess=<true>, ackType=<1 accepted> 10:05:06 14:05:06.768 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 10:05:06 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 10:05:06 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 10:05:06 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384) 10:05:06 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48) 10:05:06 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173) 10:05:06 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:05:06 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:05:06 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:05:06 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 10:05:06 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 10:05:06 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:05:06 at java.base/java.lang.Thread.run(Thread.java:833) 10:05:06 14:05:06.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:modifyThing> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]> 10:05:07 14:05:06.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:07 14:05:07.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M30.196S> interval (min=<PT5M>) 10:05:07 14:05:07.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:07 14:05:07.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.272S> interval (min=<PT5M>) 10:05:07 14:05:07.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.763S> interval (min=<PT5M>) 10:05:07 14:05:07.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.721S> interval (min=<PT5M>) 10:05:07 14:05:07.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee> 10:05:07 14:05:07.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee>. 10:05:07 14:05:07.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee>. 10:05:07 14:05:07.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:07 14:05:07.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.801S> interval (min=<PT5M>) 10:05:07 14:05:07.047 [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@62c6dca6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:07 14:05:07.047 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:07 14:05:07.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:07 14:05:07.049 [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@62c6dca6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:07 14:05:07.049 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:07 14:05:07.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:07 14:05:07.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:07 14:05:07.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]] 10:05:07 14:05:07.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:07 14:05:07.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:07 14:05:07.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:07 14:05:07.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee> 10:05:07 14:05:07.329 [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. 10:05:07 14:05:07.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:07 14:05:07.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:07 14:05:07.334 [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-e2b3d3e4-9466-4b68-a8e1-191294f00fee, 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}] 10:05:07 14:05:07.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-e2b3d3e4-9466-4b68-a8e1-191294f00fee, 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}] 10:05:07 14:05:07.335 [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>. 10:05:07 14:05:07.336 [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>. 10:05:07 14:05:07.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M44.108S> interval (min=<PT5M>) 10:05:07 14:05:07.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:07 14:05:07.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.783S> interval (min=<PT5M>) 10:05:07 14:05:07.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.993S> interval (min=<PT5M>) 10:05:07 14:05:07.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.249S> interval (min=<PT5M>) 10:05:07 14:05:07.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:07 14:05:07.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:07 14:05:07.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:07 14:05:07.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.885S> interval (min=<PT5M>) 10:05:07 14:05:07.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:07 14:05:07.443 [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@58479286]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:07 14:05:07.443 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:07 14:05:07.444 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@58479286]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:07 14:05:07.445 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:07 14:05:07.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:07 14:05:07.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:07 14:05:07.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:07 14:05:07.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:07 14:05:07.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:07 14:05:07.449 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:07 14:05:07.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:07 14:05:07.700 [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. 10:05:07 14:05:07.711 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234 10:05:08 14:05:08.314 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234 10:05:08 14:05:08.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:08 14:05:08.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M40.45S> interval (min=<PT5M>) 10:05:08 14:05:08.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:08 14:05:08.454 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.276S> interval (min=<PT5M>) 10:05:08 14:05:08.454 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.719S> interval (min=<PT5M>) 10:05:08 14:05:08.455 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.341S> interval (min=<PT5M>) 10:05:08 14:05:08.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:08 14:05:08.482 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:08 14:05:08.483 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:08 14:05:08.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:08 14:05:08.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.753S> interval (min=<PT5M>) 10:05:08 14:05:08.489 [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@2f03eb68]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:08 14:05:08.489 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:08 14:05:08.491 [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@2f03eb68]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:08 14:05:08.491 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:08 14:05:08.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:08 14:05:08.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:08 14:05:08.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:08 14:05:08.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:08 14:05:08.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:08 14:05:08.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:08 14:05:08.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:08 14:05:08.773 [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. 10:05:08 14:05:08.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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]> 10:05:09 14:05:08.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:09 14:05:09.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M7.513S> interval (min=<PT5M>) 10:05:09 14:05:09.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:09 14:05:09.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.806S> interval (min=<PT5M>) 10:05:09 14:05:09.013 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M43.776S> interval (min=<PT5M>) 10:05:09 14:05:09.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.287S> interval (min=<PT5M>) 10:05:09 14:05:09.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:09 14:05:09.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:09 14:05:09.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:09 14:05:09.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.453S> interval (min=<PT5M>) 10:05:09 14:05:09.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:09 14:05:09.045 [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@54c3c3cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:09 14:05:09.045 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:09 14:05:09.047 [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@54c3c3cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:09 14:05:09.047 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:09 14:05:09.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:09 14:05:09.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:09 14:05:09.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:09 14:05:09.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:09 14:05:09.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:09 14:05:09.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:09 14:05:09.331 [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. 10:05:09 14:05:09.335 [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=target:ditto/thing@twin]> 10:05:09 14:05:09.533 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:09 14:05:09.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.621S> interval (min=<PT5M>) 10:05:09 14:05:09.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:09 14:05:09.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.961S> interval (min=<PT5M>) 10:05:09 14:05:09.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.772S> interval (min=<PT5M>) 10:05:09 14:05:09.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.926S> interval (min=<PT5M>) 10:05:09 14:05:09.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:09 14:05:09.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:09 14:05:09.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:09 14:05:09.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:09 14:05:09.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.268S> interval (min=<PT5M>) 10:05:09 14:05:09.602 [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@3d4f6fe0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:09 14:05:09.603 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:09 14:05:09.604 [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@3d4f6fe0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:09 14:05:09.604 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:09 14:05:09.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:09 14:05:09.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:09 14:05:09.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:09 14:05:09.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:09 14:05:09.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:09 14:05:09.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:09 14:05:09.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:09 14:05:09.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:09 14:05:09.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:09 14:05:09.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:09 14:05:09.889 [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. 10:05:09 14:05:09.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:09 14:05:09.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M5.547S> interval (min=<PT5M>) 10:05:09 14:05:09.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:09 14:05:09.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.583S> interval (min=<PT5M>) 10:05:09 14:05:09.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.749S> interval (min=<PT5M>) 10:05:09 14:05:09.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.24S> interval (min=<PT5M>) 10:05:10 14:05:09.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-92d7139f-e8bb-401b-b288-085243ac7f23> 10:05:10 14:05:09.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-92d7139f-e8bb-401b-b288-085243ac7f23>. 10:05:10 14:05:09.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-92d7139f-e8bb-401b-b288-085243ac7f23>. 10:05:10 14:05:09.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.861S> interval (min=<PT5M>) 10:05:10 14:05:09.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:10 14:05:09.974 [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@45f9ad28]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:09.974 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:09.975 [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@45f9ad28]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:09.975 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:09.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:10 14:05:09.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:10 14:05:09.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-92d7139f-e8bb-401b-b288-085243ac7f23> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]] 10:05:10 14:05:09.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:10 14:05:09.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:10 14:05:09.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:10 14:05:10.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-92d7139f-e8bb-401b-b288-085243ac7f23> 10:05:10 14:05:10.257 [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. 10:05:10 14:05:10.259 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:10 14:05:10.261 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:10 14:05:10.262 [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-92d7139f-e8bb-401b-b288-085243ac7f23, 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}] 10:05:10 14:05:10.263 [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-92d7139f-e8bb-401b-b288-085243ac7f23, 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}] 10:05:10 14:05:10.264 [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>. 10:05:10 14:05:10.264 [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>. 10:05:10 14:05:10.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M36.041S> interval (min=<PT5M>) 10:05:10 14:05:10.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:10 14:05:10.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.9S> interval (min=<PT5M>) 10:05:10 14:05:10.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M47.556S> interval (min=<PT5M>) 10:05:10 14:05:10.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.712S> interval (min=<PT5M>) 10:05:10 14:05:10.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:10 14:05:10.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:10 14:05:10.339 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:10 14:05:10.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:10 14:05:10.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.652S> interval (min=<PT5M>) 10:05:10 14:05:10.344 [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@6c616e57]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:10.344 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:10.346 [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@6c616e57]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:10.346 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:10.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:10 14:05:10.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:10 14:05:10.349 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:10 14:05:10.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:10 14:05:10.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:10 14:05:10.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:10 14:05:10.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:10 14:05:10.631 [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. 10:05:10 14:05:10.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:10 14:05:10.636 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:10 14:05:10.637 [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>. 10:05:10 14:05:10.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply}>, isSuccess=<false>, ackType=<2 rejected> 10:05:10 14:05:10.638 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 10:05:10 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 10:05:10 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 10:05:10 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385) 10:05:10 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52) 10:05:10 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184) 10:05:10 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:05:10 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:05:10 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:05:10 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 10:05:10 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 10:05:10 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:05:10 at java.base/java.lang.Thread.run(Thread.java:833) 10:05:10 14:05:10.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]> 10:05:10 14:05:10.839 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:10 14:05:10.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M19.391S> interval (min=<PT5M>) 10:05:10 14:05:10.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:10 14:05:10.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.816S> interval (min=<PT5M>) 10:05:10 14:05:10.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.193S> interval (min=<PT5M>) 10:05:10 14:05:10.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.41S> interval (min=<PT5M>) 10:05:10 14:05:10.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:10 14:05:10.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:10 14:05:10.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:10 14:05:10.915 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:10 14:05:10.915 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.481S> interval (min=<PT5M>) 10:05:10 14:05:10.916 [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@170be652]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:10.917 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:10.918 [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@170be652]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:10 14:05:10.918 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:10 14:05:10.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:10 14:05:10.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:10 14:05:10.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:10 14:05:10.922 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:10 14:05:10.922 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:10 14:05:10.922 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:10 14:05:10.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:11 14:05:11.034 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.195 [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. 10:05:11 14:05:11.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:11 14:05:11.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M46.847S> interval (min=<PT5M>) 10:05:11 14:05:11.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.498S> interval (min=<PT5M>) 10:05:11 14:05:11.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.828S> interval (min=<PT5M>) 10:05:11 14:05:11.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.912S> interval (min=<PT5M>) 10:05:11 14:05:11.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.503S> interval (min=<PT5M>) 10:05:11 14:05:11.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.263 [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@6984292b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.263 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.264 [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@6984292b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.264 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:11 14:05:11.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:11 14:05:11.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:11 14:05:11.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:11 14:05:11.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:11 14:05:11.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:11 14:05:11.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:11 14:05:11.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:11 14:05:11.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.550 [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. 10:05:11 14:05:11.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:11 14:05:11.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:11 14:05:11.555 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:11 14:05:11.556 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:11 14:05:11.556 [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>. 10:05:11 14:05:11.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M56.111S> interval (min=<PT5M>) 10:05:11 14:05:11.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.426S> interval (min=<PT5M>) 10:05:11 14:05:11.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.97S> interval (min=<PT5M>) 10:05:11 14:05:11.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.181S> interval (min=<PT5M>) 10:05:11 14:05:11.618 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {} 10:05:11 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. 10:05:11 at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81) 10:05:11 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103) 10:05:11 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231) 10:05:11 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 10:05:11 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238) 10:05:11 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) 10:05:11 at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236) 10:05:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:05:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:05:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:05:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:05:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:05:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:05:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:05:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:05:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:05:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:05:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:05:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:05:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:05:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:05:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:05:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:05:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:05:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:05:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:05:11 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:05:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:05:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:05:11 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:05:11 14:05:11.619 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {} 10:05:11 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. 10:05:11 at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81) 10:05:11 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103) 10:05:11 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233) 10:05:11 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 10:05:11 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238) 10:05:11 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) 10:05:11 at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) 10:05:11 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236) 10:05:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:05:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:05:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:05:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:05:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:05:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:05:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:05:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:05:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:05:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:05:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:05:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:05:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:05:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:05:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:05:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:05:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:05:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:05:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:05:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:05:11 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:05:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:05:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:05:11 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:05:11 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:05:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:05:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:05:11 14:05:11.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M9.523S> interval (min=<PT5M>) 10:05:11 14:05:11.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M14.749S> interval (min=<PT5M>) 10:05:11 14:05:11.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.658S> interval (min=<PT5M>) 10:05:11 14:05:11.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.52S> interval (min=<PT5M>) 10:05:11 14:05:11.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.152S> interval (min=<PT5M>) 10:05:11 14:05:11.695 [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@3bd88ec8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.696 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.697 [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@3bd88ec8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.697 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.700 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL 10:05:11 14:05:11.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1319594160], 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-05-02T14:05:11.700279026Z, connectivityStatus=null]> 10:05:11 14:05:11.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1319594160], 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-05-02T14:05:11.700279026Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:05:11 14:05:11.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M0.471S> interval (min=<PT5M>) 10:05:11 14:05:11.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.072S> interval (min=<PT5M>) 10:05:11 14:05:11.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.636S> interval (min=<PT5M>) 10:05:11 14:05:11.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.496S> interval (min=<PT5M>) 10:05:11 14:05:11.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M55.506S> interval (min=<PT5M>) 10:05:11 14:05:11.782 [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@1b3495e9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.782 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.784 [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@1b3495e9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.784 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.787 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to consume sources: [amqp/source1-1, amqp/source1-0] 10:05:11 14:05:11.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#622418089], 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-05-02T14:05:11.787500295Z, connectivityStatus=null]> 10:05:11 14:05:11.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#622418089], 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-05-02T14:05:11.787500295Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:05:11 14:05:11.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M42.808S> interval (min=<PT5M>) 10:05:11 14:05:11.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.425S> interval (min=<PT5M>) 10:05:11 14:05:11.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.494S> interval (min=<PT5M>) 10:05:11 14:05:11.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.54S> interval (min=<PT5M>) 10:05:11 14:05:11.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:11 14:05:11.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:11 14:05:11.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.415S> interval (min=<PT5M>) 10:05:11 14:05:11.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.897 [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@1e10a7f0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.897 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.898 [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@1e10a7f0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:11 14:05:11.898 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:11 14:05:11.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M24.62S> interval (min=<PT5M>) 10:05:11 14:05:11.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:11 14:05:11.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.059S> interval (min=<PT5M>) 10:05:11 14:05:11.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.294S> interval (min=<PT5M>) 10:05:11 14:05:11.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M17.221S> interval (min=<PT5M>) 10:05:12 14:05:11.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:11.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:11.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:11.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:12 14:05:11.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.147S> interval (min=<PT5M>) 10:05:12 14:05:11.983 [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@1526c33]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:11.983 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:11.985 [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@1526c33]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:11.985 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:11.987 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:12 14:05:11.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:12 14:05:11.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:12 14:05:11.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:12 14:05:11.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:12 14:05:11.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:12 14:05:11.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#-485654463], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-05-02T14:05:11.990451856Z, connectivityStatus=null]> 10:05:12 14:05:11.991 [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#-485654463], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-05-02T14:05:11.990451856Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING' 10:05:12 14:05:11.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#-423221318], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-05-02T14:05:11.990453083Z, connectivityStatus=null]> 10:05:12 14:05:11.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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#-423221318], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-05-02T14:05:11.990453083Z, connectivityStatus=null]. Reconnect was already triggered 10:05:12 14:05:12.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.092 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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. 10:05:12 14:05:12.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M13.177S> interval (min=<PT5M>) 10:05:12 14:05:12.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:12 14:05:12.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.94S> interval (min=<PT5M>) 10:05:12 14:05:12.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.697S> interval (min=<PT5M>) 10:05:12 14:05:12.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.213S> interval (min=<PT5M>) 10:05:12 14:05:12.155 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:12.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:12.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:12 14:05:12.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.208S> interval (min=<PT5M>) 10:05:12 14:05:12.162 [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@7cb0377c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:12.162 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:12.164 [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@7cb0377c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:12.164 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:12.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:12 14:05:12.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:12 14:05:12.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:12 14:05:12.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:12 14:05:12.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:12 14:05:12.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:12 14:05:12.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.358 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:12 14:05:12.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:12 14:05:12.448 [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. 10:05:12 14:05:12.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:12 14:05:12.452 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:12 14:05:12.453 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:12 14:05:12.454 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:12 14:05:12.454 [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>. 10:05:12 14:05:12.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M9.998S> interval (min=<PT5M>) 10:05:12 14:05:12.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:12 14:05:12.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.641S> interval (min=<PT5M>) 10:05:12 14:05:12.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.336S> interval (min=<PT5M>) 10:05:12 14:05:12.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.798S> interval (min=<PT5M>) 10:05:12 14:05:12.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:12.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:12 14:05:12.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:12 14:05:12.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M8.218S> interval (min=<PT5M>) 10:05:12 14:05:12.517 [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@576f3ae6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:12.517 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:12.518 [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@576f3ae6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:12 14:05:12.518 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:12 14:05:12.521 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:12 14:05:12.521 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:12 14:05:12.521 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:12 14:05:12.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:12 14:05:12.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:12 14:05:12.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:12 14:05:12.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:12 14:05:12.810 [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. 10:05:12 14:05:12.814 [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]> 10:05:13 14:05:13.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:13 14:05:13.017 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:13 14:05:13.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671 10:05:13 14:05:13.018 [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>. 10:05:13 14:05:13.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ... 10:05:13 14:05:13.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session. 10:05:13 14:05:13.020 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:13 14:05:13.021 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:13 14:05:13.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:13 14:05:13.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:13 14:05:13.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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]> 10:05:13 14:05:13.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:13 14:05:13.236 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:13 14:05:13.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:13 14:05:13.237 [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>. 10:05:13 14:05:13.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M39.313S> interval (min=<PT5M>) 10:05:13 14:05:13.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.22S> interval (min=<PT5M>) 10:05:13 14:05:13.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.92S> interval (min=<PT5M>) 10:05:13 14:05:13.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.824S> interval (min=<PT5M>) 10:05:13 14:05:13.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:13 14:05:13.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.074S> interval (min=<PT5M>) 10:05:13 14:05:13.308 [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@5861a67d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.309 [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@5861a67d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.310 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.311 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL 10:05:13 14:05:13.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#-995428683], 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-05-02T14:05:13.311678887Z, connectivityStatus=null]> 10:05:13 14:05:13.312 [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#-995428683], 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-05-02T14:05:13.311678887Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:05:13 14:05:13.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2 10:05:13 14:05:13.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M34.484S> interval (min=<PT5M>) 10:05:13 14:05:13.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.722S> interval (min=<PT5M>) 10:05:13 14:05:13.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.417S> interval (min=<PT5M>) 10:05:13 14:05:13.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.917S> interval (min=<PT5M>) 10:05:13 14:05:13.390 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:13 14:05:13.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.803S> interval (min=<PT5M>) 10:05:13 14:05:13.396 [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@2e932f16]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.396 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.397 [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@2e932f16]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.397 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:13 14:05:13.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:13 14:05:13.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:13 14:05:13.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:13 14:05:13.430 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:13 14:05:13.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:13 14:05:13.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:13 14:05:13.650 [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. 10:05:13 14:05:13.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:13 14:05:13.656 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:13 14:05:13.657 [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>. 10:05:13 14:05:13.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply}>, isSuccess=<true>, ackType=<1 accepted> 10:05:13 14:05:13.658 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 10:05:13 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 10:05:13 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 10:05:13 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384) 10:05:13 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48) 10:05:13 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173) 10:05:13 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 10:05:13 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 10:05:13 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:05:13 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 10:05:13 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 10:05:13 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:05:13 at java.base/java.lang.Thread.run(Thread.java:833) 10:05:13 14:05:13.661 [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]> 10:05:13 14:05:13.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:13 14:05:13.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M16.108S> interval (min=<PT5M>) 10:05:13 14:05:13.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.708S> interval (min=<PT5M>) 10:05:13 14:05:13.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.813S> interval (min=<PT5M>) 10:05:13 14:05:13.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.134S> interval (min=<PT5M>) 10:05:13 14:05:13.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:13 14:05:13.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:13 14:05:13.922 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:13 14:05:13.923 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.923 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:13 14:05:13.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.77S> interval (min=<PT5M>) 10:05:13 14:05:13.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:13 14:05:13.929 [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@34f19ba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.929 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.930 [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@34f19ba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:13 14:05:13.930 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:13 14:05:13.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:13 14:05:13.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:13 14:05:13.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]] 10:05:13 14:05:13.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:13 14:05:13.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:13 14:05:13.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:14 14:05:14.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.214 [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. 10:05:14 14:05:14.216 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:14 14:05:14.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:14 14:05:14.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:14 14:05:14.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:05:14 14:05:14.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:14 14:05:14.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:05:14 14:05:14.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M18.686S> interval (min=<PT5M>) 10:05:14 14:05:14.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.428S> interval (min=<PT5M>) 10:05:14 14:05:14.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.034S> interval (min=<PT5M>) 10:05:14 14:05:14.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.443S> interval (min=<PT5M>) 10:05:14 14:05:14.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.061S> interval (min=<PT5M>) 10:05:14 14:05:14.290 [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@5bef9c18]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.291 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.292 [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@5bef9c18]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.292 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.294 [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@5bef9c18]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.295 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.295 [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@5bef9c18]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.295 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:14 14:05:14.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 10:05:14 14:05:14.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M57.935S> interval (min=<PT5M>) 10:05:14 14:05:14.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.047S> interval (min=<PT5M>) 10:05:14 14:05:14.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.899S> interval (min=<PT5M>) 10:05:14 14:05:14.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.742S> interval (min=<PT5M>) 10:05:14 14:05:14.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M23.075S> interval (min=<PT5M>) 10:05:14 14:05:14.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.370 [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@fd66a97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.370 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.372 [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@fd66a97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.372 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.374 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:14 14:05:14.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:14 14:05:14.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:14 14:05:14.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:14 14:05:14.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:14 14:05:14.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:14 14:05:14.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.651 [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. 10:05:14 14:05:14.652 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:14 14:05:14.653 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection 10:05:14 javax.jms.JMSException: FAIL 10:05:14 at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188) 10:05:14 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495) 10:05:14 at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) 10:05:14 at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59) 10:05:14 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:05:14 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:05:14 at java.base/java.lang.Thread.run(Thread.java:833) 10:05:14 14:05:14.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.477S> interval (min=<PT5M>) 10:05:14 14:05:14.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.184S> interval (min=<PT5M>) 10:05:14 14:05:14.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.463S> interval (min=<PT5M>) 10:05:14 14:05:14.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M17.874S> interval (min=<PT5M>) 10:05:14 14:05:14.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:14 14:05:14.721 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.937S> interval (min=<PT5M>) 10:05:14 14:05:14.721 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:14 14:05:14.722 [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@459f3835]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.722 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.723 [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@459f3835]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:14 14:05:14.723 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:14 14:05:14.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:14 14:05:14.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:14 14:05:14.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:14 14:05:14.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:14 14:05:14.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:14 14:05:14.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:14 14:05:14.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:14 14:05:14.917 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:14 14:05:14.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:15 14:05:15.007 [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. 10:05:15 14:05:15.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:15 14:05:15.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:15 14:05:15.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:15 14:05:15.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:15 14:05:15.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:15 14:05:15.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:15 14:05:15.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:15 14:05:15.286 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:15 14:05:15.327 [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. 10:05:15 14:05:15.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:15 14:05:15.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:15 14:05:15.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:15 14:05:15.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:15 14:05:15.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:15 14:05:15.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:15 14:05:15.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:15 14:05:15.607 [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. 10:05:15 14:05:15.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:15 14:05:15.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:15 14:05:15.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:15 14:05:15.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:15 14:05:15.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:15 14:05:15.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:15 14:05:15.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:15 14:05:15.907 [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. 10:05:15 14:05:15.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:15 14:05:15.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:15 14:05:15.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:15 14:05:15.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:15 14:05:15.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:15 14:05:15.912 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:15 14:05:15.912 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:16 14:05:16.207 [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. 10:05:16 14:05:16.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:16 14:05:16.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:16 14:05:16.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:16 14:05:16.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:16 14:05:16.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:16 14:05:16.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:16 14:05:16.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:16 14:05:16.349 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators 10:05:16 14:05:16.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:16 14:05:16.507 [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. 10:05:16 14:05:16.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:16 14:05:16.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:16 14:05:16.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:16 14:05:16.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:16 14:05:16.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:16 14:05:16.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:16 14:05:16.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:16 14:05:16.569 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:16 14:05:16.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:16 14:05:16.714 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:16 14:05:16.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:16 14:05:16.806 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:16 14:05:16.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:16 14:05:16.808 [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. 10:05:16 14:05:16.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:16 14:05:16.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:16 14:05:16.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:16 14:05:16.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:16 14:05:16.811 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:16 14:05:16.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:16 14:05:16.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:16 14:05:16.911 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:16 14:05:16.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:17 14:05:17.105 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:17 14:05:17.107 [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. 10:05:17 14:05:17.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:17 14:05:17.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:17 14:05:17.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:17 14:05:17.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:17 14:05:17.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:17 14:05:17.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:17 14:05:17.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:17 14:05:17.408 [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. 10:05:17 14:05:17.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:17 14:05:17.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:17 14:05:17.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:17 14:05:17.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:17 14:05:17.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:17 14:05:17.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:17 14:05:17.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:17 14:05:17.466 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:17 14:05:17.707 [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. 10:05:17 14:05:17.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:17 14:05:17.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:17 14:05:17.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:17 14:05:17.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:17 14:05:17.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:17 14:05:17.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:17 14:05:17.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:18 14:05:18.008 [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. 10:05:18 14:05:18.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> closed. 10:05:18 14:05:18.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M29.422S> interval (min=<PT5M>) 10:05:18 14:05:18.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.807S> interval (min=<PT5M>) 10:05:18 14:05:18.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.106S> interval (min=<PT5M>) 10:05:18 14:05:18.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.431S> interval (min=<PT5M>) 10:05:18 14:05:18.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M59.573S> interval (min=<PT5M>) 10:05:18 14:05:18.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.084 [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@27e6847f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.084 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.086 [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@27e6847f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.086 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.088 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL 10:05:18 14:05:18.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#236250091], 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-05-02T14:05:18.088885169Z, connectivityStatus=null]> 10:05:18 14:05:18.089 [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#236250091], 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-05-02T14:05:18.088885169Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:05:18 14:05:18.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M19.768S> interval (min=<PT5M>) 10:05:18 14:05:18.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.304S> interval (min=<PT5M>) 10:05:18 14:05:18.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.677S> interval (min=<PT5M>) 10:05:18 14:05:18.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M54.917S> interval (min=<PT5M>) 10:05:18 14:05:18.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.153 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.154 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.42S> interval (min=<PT5M>) 10:05:18 14:05:18.159 [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@72198dad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.159 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.160 [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@72198dad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.160 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:18 14:05:18.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:18 14:05:18.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]] 10:05:18 14:05:18.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:18 14:05:18.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:18 14:05:18.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:18 14:05:18.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.331 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:18 14:05:18.333 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:18 14:05:18.444 [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. 10:05:18 14:05:18.460 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached 10:05:18 14:05:18.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff. 10:05:18 14:05:18.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$$s/amqpConsumerActor-0-amqp%2Fsource1-01#-1576239820], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-05-02T14:05:18.461230530Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:05:18 14:05:18.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:18 14:05:18.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:18 14:05:18.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]] 10:05:18 14:05:18.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:18 14:05:18.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:18 14:05:18.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:18 14:05:18.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, correlation-id=cid, reply-to=reply} 10:05:18 14:05:18.589 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f, 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}] 10:05:18 14:05:18.590 [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>. 10:05:18 14:05:18.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>! 10:05:18 14:05:18.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>! 10:05:18 14:05:18.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>! 10:05:18 14:05:18.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M15.6S> interval (min=<PT5M>) 10:05:18 14:05:18.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.806S> interval (min=<PT5M>) 10:05:18 14:05:18.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.285S> interval (min=<PT5M>) 10:05:18 14:05:18.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.28S> interval (min=<PT5M>) 10:05:18 14:05:18.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:18 14:05:18.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.806S> interval (min=<PT5M>) 10:05:18 14:05:18.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:18 14:05:18.660 [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@5bb02d08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.660 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.661 [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@5bb02d08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:18 14:05:18.661 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:18 14:05:18.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 10:05:18 14:05:18.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 10:05:18 14:05:18.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 10:05:18 14:05:18.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:18 14:05:18.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:18 14:05:18.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:18 14:05:18.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:18 14:05:18.946 [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. 10:05:18 14:05:18.946 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:05:19 14:05:18.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M13.759S> interval (min=<PT5M>) 10:05:19 14:05:18.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:18.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.54S> interval (min=<PT5M>) 10:05:19 14:05:18.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.616S> interval (min=<PT5M>) 10:05:19 14:05:18.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.297S> interval (min=<PT5M>) 10:05:19 14:05:19.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.505S> interval (min=<PT5M>) 10:05:19 14:05:19.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.015 [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@6dd2061c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.015 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.017 [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@6dd2061c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.017 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.019 [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@6dd2061c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.019 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.019 [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@6dd2061c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.019 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - test timed out. 10:05:19 14:05:19.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:05:19 14:05:19.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M11.347S> interval (min=<PT5M>) 10:05:19 14:05:19.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.056 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.391S> interval (min=<PT5M>) 10:05:19 14:05:19.056 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.549S> interval (min=<PT5M>) 10:05:19 14:05:19.057 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.193S> interval (min=<PT5M>) 10:05:19 14:05:19.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.045S> interval (min=<PT5M>) 10:05:19 14:05:19.088 [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@4888f66f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.088 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.090 [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@4888f66f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.090 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.096 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:05:19 14:05:19.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M58.819S> interval (min=<PT5M>) 10:05:19 14:05:19.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.171S> interval (min=<PT5M>) 10:05:19 14:05:19.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.266S> interval (min=<PT5M>) 10:05:19 14:05:19.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M45.704S> interval (min=<PT5M>) 10:05:19 14:05:19.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.692S> interval (min=<PT5M>) 10:05:19 14:05:19.195 [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@4e2eeb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.197 [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@4e2eeb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.197 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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. 10:05:19 14:05:19.233 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:19 14:05:19.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M54.064S> interval (min=<PT5M>) 10:05:19 14:05:19.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.812S> interval (min=<PT5M>) 10:05:19 14:05:19.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.937S> interval (min=<PT5M>) 10:05:19 14:05:19.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.121S> interval (min=<PT5M>) 10:05:19 14:05:19.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.12S> interval (min=<PT5M>) 10:05:19 14:05:19.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.285 [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@46c45d21]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.285 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.287 [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@46c45d21]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.287 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.315 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:19 14:05:19.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:19 14:05:19.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M29.667S> interval (min=<PT5M>) 10:05:19 14:05:19.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M48.845S> interval (min=<PT5M>) 10:05:19 14:05:19.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.625S> interval (min=<PT5M>) 10:05:19 14:05:19.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M52.673S> interval (min=<PT5M>) 10:05:19 14:05:19.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:19 14:05:19.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:19 14:05:19.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:19 14:05:19.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.836S> interval (min=<PT5M>) 10:05:19 14:05:19.644 [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@53c7b2d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.645 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.646 [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@53c7b2d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.646 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.648 [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@53c7b2d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.648 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.649 [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@53c7b2d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:19 14:05:19.649 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:19 14:05:19.670 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:19 14:05:19.671 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:19 14:05:19.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:23 14:05:23.027 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:23 14:05:23.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:23 14:05:23.104 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:23 14:05:23.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:23 14:05:23.604 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:23 14:05:23.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:24 14:05:24.031 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:24 14:05:24.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:24 14:05:24.210 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:24 14:05:24.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:24 14:05:24.393 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:24 14:05:24.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:24 14:05:24.661 [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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f' 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-18d08cf5-e6f3-4596-b7fa-1d7036bd251f-test1#-953298715]] 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 [{}]])> 10:05:34 14:05:34.793 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:38119 10:05:34 14:05:34.804 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect 10:05:34 14:05:34.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:34 14:05:34.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M7.181S> interval (min=<PT5M>) 10:05:34 14:05:34.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:34 14:05:34.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M48.201S> interval (min=<PT5M>) 10:05:34 14:05:34.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.37S> interval (min=<PT5M>) 10:05:34 14:05:34.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.189S> interval (min=<PT5M>) 10:05:34 14:05:34.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:34 14:05:34.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:34 14:05:34.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:34 14:05:34.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:34 14:05:34.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.725S> interval (min=<PT5M>) 10:05:34 14:05:34.884 [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@29d69a11]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:34 14:05:34.884 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:34 14:05:34.885 [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@29d69a11]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:34 14:05:34.886 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:35 14:05:35.000 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:35 14:05:35.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M48.725S> interval (min=<PT5M>) 10:05:35 14:05:35.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:35 14:05:35.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.586S> interval (min=<PT5M>) 10:05:35 14:05:35.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.49S> interval (min=<PT5M>) 10:05:35 14:05:35.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.55S> interval (min=<PT5M>) 10:05:35 14:05:35.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:35 14:05:35.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.27S> interval (min=<PT5M>) 10:05:35 14:05:35.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:35 14:05:35.049 [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@190fdfc0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:35 14:05:35.049 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:35 14:05:35.051 [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@190fdfc0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:35 14:05:35.051 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:35 14:05:35.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:35 14:05:35.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M59.929S> interval (min=<PT5M>) 10:05:35 14:05:35.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:35 14:05:35.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.599S> interval (min=<PT5M>) 10:05:35 14:05:35.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.283S> interval (min=<PT5M>) 10:05:35 14:05:35.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.85S> interval (min=<PT5M>) 10:05:35 14:05:35.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f> 10:05:35 14:05:35.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:05:35 14:05:35.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.551S> interval (min=<PT5M>) 10:05:35 14:05:35.213 [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@4d0ec052]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:35 14:05:35.213 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:35 14:05:35.215 [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@4d0ec052]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:05:35 14:05:35.215 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:05:35 14:05:35.216 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-18d08cf5-e6f3-4596-b7fa-1d7036bd251f>. 10:05:35 14:05:35.217 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:05:35 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.44 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest 10:05:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest 10:05:35 14:05:35.220 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:05:35 14:05:35.298 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:35 14:05:35.303 [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: 554623874'. Will try to re-establish the static targets after some cool-down period 10:05:36 14:05:36.320 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:39 14:05:39.990 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:39 14:05:39.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:40 14:05:40.160 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:05:40 14:05:40.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:05:45 14:05:45.382 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:46 14:05:46.445 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:46 14:05:46.445 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:46 14:05:46.445 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:46 14:05:46.449 [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]> 10:05:46 14:05:46.450 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] 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]> 10:05:46 14:05:46.450 [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]> 10:05:46 14:05:46.451 [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]> 10:05:46 14:05:46.451 [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]> 10:05:46 14:05:46.452 [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. 10:05:46 14:05:46.514 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:46 14:05:46.515 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-05-02T14:05:46.501022076Z, 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-05-02T14:05:46.501022076Z, 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 [{}]]] 10:05:46 14:05:46.515 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-05-02T14:05:46.501022076Z, 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-05-02T14:05:46.501022076Z, 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 [{}]]] 10:05:46 14:05:46.515 [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: 416822278'. Will try to re-establish the static targets after some cool-down period 10:05:46 14:05:46.515 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] 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) 10:05:46 14:05:46.515 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] 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) 10:05:47 14:05:47.529 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:56 14:05:56.592 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:05:56 14:05:56.593 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:05:56 14:05:56.593 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:05:56 14:05:56.594 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] 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]> 10:05:56 14:05:56.666 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:56 14:05:56.666 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created 10:05:56 14:05:56.667 [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]> 10:05:56 14:05:56.668 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-9] 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]> 10:05:56 14:05:56.677 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms. 10:05:56 14:05:56.678 [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: 323846931'. Will try to re-establish the static targets after some cool-down period 10:05:57 14:05:57.690 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:05:58 14:05:58.179 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms. 10:05:58 14:05:58.179 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 323846931'. Will try to re-establish the static targets after some cool-down period 10:06:00 14:06:00.200 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:06:00 14:06:00.680 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms. 10:06:00 14:06:00.681 [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: 323846931'. Will try to re-establish the static targets after some cool-down period 10:06:04 14:06:04.699 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 10:06:05 14:06:05.247 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:06:05 14:06:05.247 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:06:05 14:06:05.247 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:06:05 14:06:05.249 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] 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]> 10:06:05 14:06:05.322 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:06:05 14:06:05.322 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:06:05 14:06:05.322 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:06:05 14:06:05.322 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] 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]> 10:06:05 14:06:05.404 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 10:06:05 14:06:05.404 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 10:06:05 14:06:05.404 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 10:06:05 14:06:05.405 [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]> 10:06:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.17 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest 10:06:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest 10:06:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest 10:06:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest 10:06:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest 10:06:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest 10:06:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest 10:06:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest 10:06:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest 10:06:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest 10:06:05 14:06:05.489 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:06:05 14:06:05.562 [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>. 10:06:05 14:06:05.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {amqp.message.annotation:user-id=value, correlation-id=cor-} 10:06:05 14:06:05.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{user-id=value, correlation-id=cor-, ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:05 14:06:05.579 [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>. 10:06:05 14:06:05.665 [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>. 10:06:05 14:06:05.740 [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>. 10:06:05 14:06:05.761 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:06 14:06:06.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:06 14:06:06.223 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:06 14:06:06.224 [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>. 10:06:06 14:06:06.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff. 10:06:07 14:06:07.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created. 10:06:07 14:06:07.449 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:07 14:06:07.452 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:07 14:06:07.780 [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>. 10:06:07 14:06:07.784 [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=cor-} 10:06:07 14:06:07.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:07 14:06:07.793 [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>. 10:06:07 14:06:07.883 [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>. 10:06:07 14:06:07.886 [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=cor-, content-type=text/plain} 10:06:07 14:06:07.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:07 14:06:07.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:07 14:06:07.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:06:07 14:06:07.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:07 14:06:07.893 [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>. 10:06:07 14:06:07.893 [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>. 10:06:07 14:06:07.983 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:07 14:06:07.985 [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-, content-type=text/plain} 10:06:07 14:06:07.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c18f986d-51a4-4557-8432-cd93810d26a4, 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}] 10:06:07 14:06:07.989 [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>. 10:06:08 14:06:08.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:08 14:06:08.076 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:08 14:06:08.159 [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>. 10:06:08 14:06:08.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>. 10:06:08 14:06:08.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.216 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:08 14:06:08.217 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:06:08 14:06:08.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<true>, ackType=<1 accepted> 10:06:08 14:06:08.299 [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>. 10:06:08 14:06:08.321 [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>. 10:06:08 14:06:08.353 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.356 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:08 14:06:08.357 [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>. 10:06:08 14:06:08.357 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:41489/user/ackr0-cid#-765270098}]]>. 10:06:08 14:06:08.358 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingUnavailableException: 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. 10:06:08 14:06:08.358 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]> 10:06:08 14:06:08.428 [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>. 10:06:08 14:06:08.449 [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>. 10:06:08 14:06:08.481 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.484 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:08 14:06:08.485 [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>. 10:06:08 14:06:08.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <AcknowledgementRequestTimeoutException [message='The acknowledgement request reached the specified timeout of 1,000ms.', errorCode=acknowledgement:request.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:41399/user/ackr0-cid#-1260912325}]]>. 10:06:08 14:06:08.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <AcknowledgementRequestTimeoutException: 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. 10:06:08 14:06:08.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]> 10:06:08 14:06:08.551 [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>. 10:06:08 14:06:08.572 [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>. 10:06:08 14:06:08.604 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.607 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:08 14:06:08.608 [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>. 10:06:08 14:06:08.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:42993/user/ackr0-cid#-1279619011}]]>. 10:06:08 14:06:08.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingNotAccessibleException: 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. 10:06:08 14:06:08.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected> 10:06:08 14:06:08.684 [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>. 10:06:08 14:06:08.705 [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>. 10:06:08 14:06:08.738 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.741 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:08 14:06:08.742 [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>. 10:06:08 14:06:08.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected> 10:06:08 14:06:08.809 [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>. 10:06:08 14:06:08.830 [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>. 10:06:08 14:06:08.854 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:08 14:06:08.856 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:08.941 [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>. 10:06:09 14:06:08.962 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:09 14:06:08.985 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:09 14:06:08.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'text/plain' could not be mapped.> 10:06:09 14:06:08.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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 {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:09 14:06:08.990 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:08.991 [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>. 10:06:09 14:06:09.060 [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>. 10:06:09 14:06:09.081 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:09 14:06:09.104 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:09 14:06:09.107 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.109 [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>. 10:06:09 14:06:09.206 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:09 14:06:09.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>. 10:06:09 14:06:09.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.> 10:06:09 14:06:09.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, 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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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 {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=_invalid} 10:06:09 14:06:09.412 [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>. 10:06:09 14:06:09.433 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:06:09 14:06:09.456 [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=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:09 14:06:09.461 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.462 [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>. 10:06:09 14:06:09.462 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.463 [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>. 10:06:09 14:06:09.463 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.464 [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>. 10:06:09 14:06:09.526 [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>. 10:06:09 14:06:09.547 [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>. 10:06:09 14:06:09.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing} 10:06:09 14:06:09.574 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.576 [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>. 10:06:09 14:06:09.576 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:06:09 14:06:09.577 [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>. 10:06:09 14:06:09.660 [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>. 10:06:09 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.204 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest 10:06:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest 10:06:09 14:06:09.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-e5fdc636-b139-4ea2-a7a0-948e97af0b50> closed. 10:06:09 14:06:09.777 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection. 10:06:09 java.lang.IllegalStateException: failureOnCreateConsumer 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350) 10:06:09 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:06:09 at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180) 10:06:09 at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104) 10:06:09 at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711) 10:06:09 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:06:09 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:06:09 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:06:09 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:06:09 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:06:09 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:06:09 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 10:06:09 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 10:06:09 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 10:06:09 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:06:09 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:06:09 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:06:09 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:06:09 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:06:09 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:06:09 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 10:06:09 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 10:06:09 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:06:09 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:06:09 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) 10:06:09 at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) 10:06:09 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) 10:06:09 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) 10:06:09 at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29) 10:06:09 at scala.PartialFunction.applyOrElse(PartialFunction.scala:214) 10:06:09 at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29) 10:06:09 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) 10:06:09 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:06:09 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:06:09 at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229) 10:06:09 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:06:09 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:06:09 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:06:09 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:06:09 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:06:09 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:06:09 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:06:09 14:06:09.778 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer 10:06:09 14:06:09.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-e5fdc636-b139-4ea2-a7a0-948e97af0b50> closed. 10:06:09 14:06:09.859 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session 10:06:09 14:06:09.882 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection. 10:06:09 java.lang.IllegalStateException: failureOnJmsConnect 10:06:09 at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258) 10:06:09 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29) 10:06:09 at scala.PartialFunction.applyOrElse(PartialFunction.scala:214) 10:06:09 at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213) 10:06:09 at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29) 10:06:09 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) 10:06:09 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:06:09 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:06:09 at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229) 10:06:09 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:06:09 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:06:09 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:06:09 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:06:09 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:06:09 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:06:09 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:06:09 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:06:09 14:06:09.882 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect 10:06:09 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest 10:06:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest 10:06:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest 10:06:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest 10:06:10 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest 10:06:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest 10:06:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest 10:06:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest 10:06:10 14:06:10.259 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:06:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest 10:06:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest 10:06:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.39 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest 10:06:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest 10:06:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest 10:06:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest 10:06:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest 10:06:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest 10:06:47 [INFO] [05/02/2024 14:06:47.316] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:06:47 [INFO] [05/02/2024 14:06:47.355] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:06:47 [INFO] [05/02/2024 14:06:47.400] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:06:47 [INFO] [05/02/2024 14:06:47.444] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:06:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest 10:06:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest 10:06:47 14:06:47.490 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 14:06:47.491 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 14:06:47.491 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 14:06:47.492 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 14:06:47.492 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 14:06:47.492 [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@6b608068]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest 10:06:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest 10:06:47 14:06:47.511 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:06:48 14:06:48.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:48 14:06:48.017 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:48 14:06:48.017 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:48 14:06:48.023 [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@23a7c23e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:48 14:06:48.023 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:48 14:06:48.024 [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@23a7c23e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:48 14:06:48.025 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:48 14:06:48.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:48 14:06:48.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M59.341S> interval (min=<PT5M>) 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.965S> interval (min=<PT5M>) 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.79S> interval (min=<PT5M>) 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.852S> interval (min=<PT5M>) 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.763S> interval (min=<PT5M>) 10:06:48 14:06:48.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:48 14:06:48.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 10:06:48 14:06:48.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:49 14:06:49.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:49 14:06:49.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:49 14:06:49.062 [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. 10:06:49 14:06:49.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:06:49 14:06:49.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:49 14:06:49.112 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:49 14:06:49.113 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:49 14:06:49.118 [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@31ea6f0c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:49 14:06:49.118 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:49 14:06:49.122 [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@31ea6f0c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:49 14:06:49.122 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M30.553S> interval (min=<PT5M>) 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.833S> interval (min=<PT5M>) 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.559S> interval (min=<PT5M>) 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.178S> interval (min=<PT5M>) 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.615S> interval (min=<PT5M>) 10:06:49 14:06:49.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:49 14:06:49.126 [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 10:06:49 14:06:49.240 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:50 14:06:50.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:50 14:06:50.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:50 14:06:50.139 [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. 10:06:50 14:06:50.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:06:50 14:06:50.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:50 14:06:50.188 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:50 14:06:50.188 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:50 14:06:50.194 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7c6a632a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:50 14:06:50.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:50 14:06:50.195 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7c6a632a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:50 14:06:50.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:50 14:06:50.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M0.667S> interval (min=<PT5M>) 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.967S> interval (min=<PT5M>) 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.016S> interval (min=<PT5M>) 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.308S> interval (min=<PT5M>) 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:50 14:06:50.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.095S> interval (min=<PT5M>) 10:06:50 14:06:50.239 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:06:50 14:06:50.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:06:50 14:06:50.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:50 14:06:50.256 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:50 14:06:50.256 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:50 14:06:50.262 [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@1cea4d06]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:50 14:06:50.262 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:50 14:06:50.263 [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@1cea4d06]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:50 14:06:50.264 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M5.577S> interval (min=<PT5M>) 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.891S> interval (min=<PT5M>) 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M50.783S> interval (min=<PT5M>) 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.939S> interval (min=<PT5M>) 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M8.062S> interval (min=<PT5M>) 10:06:50 14:06:50.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:50 14:06:50.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:50 14:06:50.268 [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 10:06:50 14:06:50.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:51 14:06:51.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:51 14:06:51.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:51 14:06:51.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:06:51 14:06:51.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-8770d831-388d-48b9-9d3a-97591d221d76, 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}] 10:06:51 14:06:51.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:06:51 14:06:51.292 [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]> 10:06:51 14:06:51.304 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] c.g.p.p.r.ConnectionActor - pekko://PekkoTestSystem/user/$a/rmq-connection1 lost connection to amqp://null@null:0/null 10:06:51 14:06:51.304 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected 10:06:51 14:06:51.304 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected 10:06:56 14:06:56.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection 10:06:56 14:06:56.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:56 14:06:56.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel 10:06:56 14:06:56.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-8770d831-388d-48b9-9d3a-97591d221d76, 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}] 10:06:56 14:06:56.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 10:06:56 14:06:56.339 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=twinEventExchange, routingKey=twinEventRoutingKey]> 10:06:56 14:06:56.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:06:56 14:06:56.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:06:56 14:06:56.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-6d489d44-bba7-4321-90d5-711193e5a44a> 10:06:56 14:06:56.403 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6d489d44-bba7-4321-90d5-711193e5a44a>. 10:06:56 14:06:56.403 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6d489d44-bba7-4321-90d5-711193e5a44a>. 10:06:56 14:06:56.407 [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@3d1b0f93]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:56 14:06:56.407 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:56 14:06:56.409 [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@3d1b0f93]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:56 14:06:56.409 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:56 14:06:56.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M42.928S> interval (min=<PT5M>) 10:06:56 14:06:56.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.682S> interval (min=<PT5M>) 10:06:56 14:06:56.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.485S> interval (min=<PT5M>) 10:06:56 14:06:56.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.42S> interval (min=<PT5M>) 10:06:56 14:06:56.412 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:56 14:06:56.412 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.014S> interval (min=<PT5M>) 10:06:56 14:06:56.412 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:56 14:06:56.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:56 14:06:56.437 [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 10:06:56 14:06:56.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-6d489d44-bba7-4321-90d5-711193e5a44a> 10:06:57 14:06:57.413 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:57 14:06:57.413 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:57 14:06:57.413 [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. 10:06:57 14:06:57.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:06:57 14:06:57.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:57 14:06:57.471 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:57 14:06:57.471 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:06:57 14:06:57.477 [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@4f834577]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:57 14:06:57.477 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:57 14:06:57.479 [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@4f834577]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:06:57 14:06:57.479 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M11.422S> interval (min=<PT5M>) 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.454S> interval (min=<PT5M>) 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.687S> interval (min=<PT5M>) 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.628S> interval (min=<PT5M>) 10:06:57 14:06:57.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.094S> interval (min=<PT5M>) 10:06:57 14:06:57.482 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:57 14:06:57.483 [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 10:06:57 14:06:57.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:06:58 14:06:58.482 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:58 14:06:58.482 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:58 14:06:58.499 [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. 10:06:58 14:06:58.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:58 14:06:58.502 [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 10:06:59 14:06:59.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:06:59 14:06:59.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:06:59 14:06:59.599 [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. 10:06:59 14:06:59.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:06:59 14:06:59.602 [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 10:07:00 14:07:00.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:07:00 14:07:00.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:07:00 14:07:00.700 [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. 10:07:00 14:07:00.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:07:00 14:07:00.702 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:07:00 14:07:00.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:00 14:07:00.755 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:00 14:07:00.756 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:00 14:07:00.762 [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@161f3be2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:00 14:07:00.762 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:00 14:07:00.763 [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@161f3be2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:00 14:07:00.763 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.166S> interval (min=<PT5M>) 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M51.131S> interval (min=<PT5M>) 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.043S> interval (min=<PT5M>) 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.994S> interval (min=<PT5M>) 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:00 14:07:00.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.501S> interval (min=<PT5M>) 10:07:00 14:07:00.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:07:00 14:07:00.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 10:07:00 14:07:00.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:01 14:07:01.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:07:01 14:07:01.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:07:01 14:07:01.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:01 14:07:01.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 10:07:01 14:07:01.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:01 14:07:01.831 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:01 14:07:01.831 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:01 14:07:01.836 [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@4c09dcdd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:01 14:07:01.837 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:01 14:07:01.838 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4c09dcdd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:01 14:07:01.838 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:01 14:07:01.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.573S> interval (min=<PT5M>) 10:07:01 14:07:01.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.582S> interval (min=<PT5M>) 10:07:01 14:07:01.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M27.562S> interval (min=<PT5M>) 10:07:01 14:07:01.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:01 14:07:01.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:01 14:07:01.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.972S> interval (min=<PT5M>) 10:07:01 14:07:01.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.183S> interval (min=<PT5M>) 10:07:01 14:07:01.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 10:07:01 14:07:01.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 10:07:02 14:07:01.954 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:02 14:07:02.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 10:07:02 14:07:02.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 10:07:02 14:07:02.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:02 14:07:02.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:02 14:07:02.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:02 14:07:02.907 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:02 14:07:02.908 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:02 14:07:02.914 [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@4fb8c73]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:02 14:07:02.914 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:02 14:07:02.915 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4fb8c73]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:02 14:07:02.915 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:02 14:07:02.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-05-02T14:07:02.917209737Z, connectivityStatus=null]> 10:07:02 14:07:02.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-05-02T14:07:02.917209737Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING> 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M28.467S> interval (min=<PT5M>) 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.923S> interval (min=<PT5M>) 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.892S> interval (min=<PT5M>) 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.608S> interval (min=<PT5M>) 10:07:02 14:07:02.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.462S> interval (min=<PT5M>) 10:07:02 14:07:02.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:02 14:07:02.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:02 14:07:02.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:07:02 14:07:02.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M23.236S> interval (min=<PT5M>) 10:07:02 14:07:02.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:02 14:07:02.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.868S> interval (min=<PT5M>) 10:07:02 14:07:02.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.637S> interval (min=<PT5M>) 10:07:02 14:07:02.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:02 14:07:02.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.291S> interval (min=<PT5M>) 10:07:02 14:07:02.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:02 14:07:02.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:02 14:07:02.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:02 14:07:02.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.356S> interval (min=<PT5M>) 10:07:02 14:07:02.991 [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@29c8b5d6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:02 14:07:02.991 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:02 14:07:02.993 [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@29c8b5d6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:02 14:07:02.993 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:02.999 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:07:03 14:07:03.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M21.801S> interval (min=<PT5M>) 10:07:03 14:07:03.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.542S> interval (min=<PT5M>) 10:07:03 14:07:03.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M47.8S> interval (min=<PT5M>) 10:07:03 14:07:03.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:03 14:07:03.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.22S> interval (min=<PT5M>) 10:07:03 14:07:03.089 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.089 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.063S> interval (min=<PT5M>) 10:07:03 14:07:03.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.095 [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@43a4ac8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.095 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.096 [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@43a4ac8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.096 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.097 [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. 10:07:03 14:07:03.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M37.32S> interval (min=<PT5M>) 10:07:03 14:07:03.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.048S> interval (min=<PT5M>) 10:07:03 14:07:03.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.691S> interval (min=<PT5M>) 10:07:03 14:07:03.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:03 14:07:03.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.197S> interval (min=<PT5M>) 10:07:03 14:07:03.179 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.179 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.925S> interval (min=<PT5M>) 10:07:03 14:07:03.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.184 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1490dbc5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.186 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1490dbc5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.187 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.187 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:03 14:07:03.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:03 14:07:03.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M55.111S> interval (min=<PT5M>) 10:07:03 14:07:03.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M14.471S> interval (min=<PT5M>) 10:07:03 14:07:03.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.17S> interval (min=<PT5M>) 10:07:03 14:07:03.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:03 14:07:03.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.62S> interval (min=<PT5M>) 10:07:03 14:07:03.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:03 14:07:03.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M17.163S> interval (min=<PT5M>) 10:07:03 14:07:03.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:03 14:07:03.378 [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@cbb2de8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.379 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.380 [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@cbb2de8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.380 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.382 [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@cbb2de8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.382 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.383 [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@cbb2de8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:03 14:07:03.383 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:03 14:07:03.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:08 14:07:08.110 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:07:08 14:07:08.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:07:08 14:07:08.302 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:07:08 14:07:08.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-8770d831-388d-48b9-9d3a-97591d221d76' 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-8770d831-388d-48b9-9d3a-97591d221d76-test1#86923854]] 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 [{}]])> 10:07:18 14:07:18.407 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:33795 10:07:18 14:07:18.410 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect 10:07:18 14:07:18.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:07:18 14:07:18.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M44.956S> interval (min=<PT5M>) 10:07:18 14:07:18.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.234S> interval (min=<PT5M>) 10:07:18 14:07:18.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.254S> interval (min=<PT5M>) 10:07:18 14:07:18.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:18 14:07:18.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.474S> interval (min=<PT5M>) 10:07:18 14:07:18.462 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.462 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M48.14S> interval (min=<PT5M>) 10:07:18 14:07:18.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.467 [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@102ab09c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.467 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.468 [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@102ab09c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.469 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:18 14:07:18.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M45.533S> interval (min=<PT5M>) 10:07:18 14:07:18.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.974S> interval (min=<PT5M>) 10:07:18 14:07:18.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.215S> interval (min=<PT5M>) 10:07:18 14:07:18.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:18 14:07:18.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.262S> interval (min=<PT5M>) 10:07:18 14:07:18.627 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.627 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.181S> interval (min=<PT5M>) 10:07:18 14:07:18.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.633 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@61ffbad5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.633 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.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@61ffbad5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.636 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M13.228S> interval (min=<PT5M>) 10:07:18 14:07:18.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.863S> interval (min=<PT5M>) 10:07:18 14:07:18.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.934S> interval (min=<PT5M>) 10:07:18 14:07:18.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-8770d831-388d-48b9-9d3a-97591d221d76> 10:07:18 14:07:18.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.836S> interval (min=<PT5M>) 10:07:18 14:07:18.808 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.808 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:18 14:07:18.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.686S> interval (min=<PT5M>) 10:07:18 14:07:18.813 [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@2b6f8132]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.813 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.814 [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@2b6f8132]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:18 14:07:18.814 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:18 14:07:18.815 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-8770d831-388d-48b9-9d3a-97591d221d76>. 10:07:18 14:07:18.816 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:07:18 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.31 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest 10:07:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest 10:07:18 14:07:18.817 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:18 14:07:18.890 [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>. 10:07:18 14:07:18.911 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:19 14:07:18.989 [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>. 10:07:19 14:07:19.010 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:19 14:07:19.037 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.038 [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>. 10:07:19 14:07:19.105 [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>. 10:07:19 14:07:19.126 [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>. 10:07:19 14:07:19.151 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.152 [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>. 10:07:19 14:07:19.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:39345/user/ackr0-cid#-1224294557}]]>. 10:07:19 14:07:19.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingUnavailableException: 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. 10:07:19 14:07:19.219 [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>. 10:07:19 14:07:19.240 [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>. 10:07:19 14:07:19.265 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.266 [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>. 10:07:19 14:07:19.266 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:34471/user/ackr0-cid#623860730}]]>. 10:07:19 14:07:19.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <AcknowledgementRequestTimeoutException: 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. 10:07:19 14:07:19.334 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:19 14:07:19.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>. 10:07:19 14:07:19.381 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.382 [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>. 10:07:19 14:07:19.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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:41925/user/ackr0-cid#-1055961126}]]>. 10:07:19 14:07:19.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingNotAccessibleException: 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. 10:07:19 14:07:19.461 [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>. 10:07:19 14:07:19.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>. 10:07:19 14:07:19.507 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.508 [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>. 10:07:19 14:07:19.581 [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>. 10:07:19 14:07:19.602 [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>. 10:07:19 14:07:19.618 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.619 [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>. 10:07:19 14:07:19.688 [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>. 10:07:19 14:07:19.709 [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>. 10:07:19 14:07:19.725 [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.> 10:07:19 14:07:19.725 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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 {messageId=1, reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=ditto:thing} 10:07:19 14:07:19.726 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.727 [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>. 10:07:19 14:07:19.792 [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>. 10:07:19 14:07:19.813 [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>. 10:07:19 14:07:19.828 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:19 14:07:19.830 [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>. 10:07:19 14:07:19.923 [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>. 10:07:20 14:07:20.026 [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>. 10:07:20 14:07:20.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.> 10:07:20 14:07:20.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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 {messageId=1, reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=_invalid} 10:07:20 14:07:20.109 [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>. 10:07:20 14:07:20.130 [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>. 10:07:20 14:07:20.147 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.148 [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>. 10:07:20 14:07:20.149 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.149 [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>. 10:07:20 14:07:20.150 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.150 [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>. 10:07:20 14:07:20.244 [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>. 10:07:20 14:07:20.265 [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>. 10:07:20 14:07:20.281 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.282 [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>. 10:07:20 14:07:20.283 [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-a0e0b7b3-12e7-4581-8471-4081f62df1cf, 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}] 10:07:20 14:07:20.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>. 10:07:20 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest 10:07:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest 10:07:20 14:07:20.396 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:20 14:07:20.471 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.471 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.472 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.473 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.473 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.474 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 10:07:20 14:07:20.545 [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]> 10:07:20 14:07:20.612 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-4] 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]> 10:07:20 14:07:20.679 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] 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]> 10:07:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest 10:07:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest 10:07:21 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest 10:07:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest 10:07:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest 10:07:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest 10:07:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest 10:07:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest 10:07:22 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.980 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest 10:07:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest 10:07:22 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest 10:07:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest 10:07:22 14:07:22.739 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:22 14:07:22.799 [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>. 10:07:22 14:07:22.801 [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>. 10:07:22 14:07:22.816 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=78d71cf2-ca0f-4e2b-a8f1-6c4cd378ce7b, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:22 14:07:22.881 [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>. 10:07:22 14:07:22.883 [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>. 10:07:22 14:07:22.897 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b4d427b3-9b91-4986-a042-6e4f58aef952, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:22 14:07:22.968 [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>. 10:07:22 14:07:22.970 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:22 14:07:22.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=30efdc68-afb8-483f-816e-83c3a3654d20, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.073 [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>. 10:07:23 14:07:23.076 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:23 14:07:23.089 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=cc7da4ae-0170-4e4b-b953-53573150a778, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.155 [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>. 10:07:23 14:07:23.157 [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>. 10:07:23 14:07:23.171 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ddad4fa2-9665-449c-b585-02c9030342d6, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.240 [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>. 10:07:23 14:07:23.242 [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>. 10:07:23 14:07:23.255 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d2c043cb-c54a-46fc-86ff-affcb0e64ecb, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.325 [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>. 10:07:23 14:07:23.327 [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>. 10:07:23 14:07:23.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a29777cc-6156-410a-9ffb-9dd0a7d34cbb, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.409 [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>. 10:07:23 14:07:23.411 [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>. 10:07:23 14:07:23.425 [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"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=cc39c9b0-a760-4cdc-a3e4-377793112c19, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.495 [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>. 10:07:23 14:07:23.497 [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>. 10:07:23 14:07:23.511 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=6b7744ce-2ada-4872-a370-b2946497e46f, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.578 [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>. 10:07:23 14:07:23.580 [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>. 10:07:23 14:07:23.585 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 10:07:23 14:07:23.594 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=770fe87a-90f0-4fe7-8275-5ab6a5942fc4, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.663 [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>. 10:07:23 14:07:23.665 [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>. 10:07:23 14:07:23.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=8fb3d193-5dd0-4ab7-bdd0-ecaf8cad5c83, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>. 10:07:23 14:07:23.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=8fb3d193-5dd0-4ab7-bdd0-ecaf8cad5c83, 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:43049/user/ackr0-8fb3d193-5dd0-4ab7-bdd0-ecaf8cad5c83#716885403}]]>. 10:07:23 14:07:23.747 [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>. 10:07:23 14:07:23.749 [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>. 10:07:23 14:07:23.762 [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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=3bb984c4-1b61-47f5-bb25-9deb7a5c1074, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.763 [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>. 10:07:23 14:07:23.832 [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>. 10:07:23 14:07:23.834 [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>. 10:07:23 14:07:23.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f7128422-66b0-4914-99c2-22946d0297a8, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:23 14:07:23.849 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingNotAccessibleException: 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. 10:07:23 14:07:23.916 [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>. 10:07:23 14:07:23.918 [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>. 10:07:23 14:07:23.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=3a61be1a-c0ea-4cb1-b140-f264870bfb55, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:24 14:07:24.001 [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>. 10:07:24 14:07:24.003 [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>. 10:07:24 14:07:24.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=29baeb83-c878-4173-a6e6-3ddcc7057906, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:24 14:07:24.017 [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 <PT1M>. 10:07:24 14:07:24.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=29baeb83-c878-4173-a6e6-3ddcc7057906, 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:35775/user/ackr0-29baeb83-c878-4173-a6e6-3ddcc7057906#687041073}]]>. 10:07:24 14:07:24.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException when ExternalMessage was processed: <ThingNotAccessibleException: 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. 10:07:24 14:07:24.086 [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>. 10:07:24 14:07:24.088 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 10:07:24 14:07:24.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-ea2ecca0-e2ed-447b-9b5a-6b633c852f0f, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=db163013-4094-4122-954e-76e1df3d5a9b, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 10:07:24 14:07:24.103 [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>. 10:07:24 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest 10:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest 10:07:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest 10:07:24 14:07:24.368 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.377 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.381 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.388 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.391 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.397 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.402 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.414 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.418 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.440 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.473 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.477 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.506 [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@1defe00]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest 10:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest 10:07:24 14:07:24.722 [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@63e2f7d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.723 [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@63e2f7d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.723 [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@63e2f7d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.724 [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@63e2f7d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 14:07:24.729 [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@63e2f7d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest 10:07:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest 10:07:24 14:07:24.739 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest 10:07:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest 10:07:25 14:07:25.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ... 10:07:25 14:07:25.190 [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 10:07:25 14:07:25.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ... 10:07:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest 10:07:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest 10:07:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest 10:07:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest 10:07:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest 10:07:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest 10:07:25 14:07:25.275 [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@7aa19528]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.359 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@35a36507]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.462 [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@daf8fd2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.536 [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@47507f1f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.547 [INFO ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundDispatchingActor - No AcknowledgementForwarderActor found. Forwarding signal to proxy actor: <org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse> 10:07:25 14:07:25.598 [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@15a2df4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.773 [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@5965b15d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:25 14:07:25.948 [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@1cfb2bef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:26 14:07:26.034 [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@4dd67fce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:26 14:07:26.109 [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@475dc0fd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest 10:07:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest 10:07:26 14:07:26.128 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:28 14:07:28.497 [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. 10:07:28 14:07:28.499 [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#2121629377, 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#2121629377], 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#2121629377, response-required=false}]]>. 10:07:28 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. 10:07:28 Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed. 10:07:28 at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158) 10:07:28 at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120) 10:07:28 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:07:28 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:527) 10:07:28 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106) 10:07:28 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:523) 10:07:28 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:492) 10:07:28 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990) 10:07:28 at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974) 10:07:28 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:07:28 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:07:28 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:07:28 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:07:28 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:07:28 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:28 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:07:28 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 10:07:28 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:07:28 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:07:28 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 10:07:28 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 10:07:28 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:28 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 10:07:28 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 10:07:28 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 10:07:28 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 10:07:28 at java.base/java.lang.Thread.run(Thread.java:833) 10:07:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest 10:07:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest 10:07:28 14:07:28.663 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:29 14:07:29.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M33.448S> interval (min=<PT5M>) 10:07:29 14:07:29.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:29 14:07:29.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.438S> interval (min=<PT5M>) 10:07:29 14:07:29.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.822S> interval (min=<PT5M>) 10:07:29 14:07:29.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-71527e58-977b-4275-84d6-ddcc21112347> 10:07:29 14:07:29.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.48S> interval (min=<PT5M>) 10:07:29 14:07:29.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-71527e58-977b-4275-84d6-ddcc21112347>. 10:07:29 14:07:29.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-71527e58-977b-4275-84d6-ddcc21112347>. 10:07:29 14:07:29.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:29 14:07:29.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.543S> interval (min=<PT5M>) 10:07:29 14:07:29.048 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.048 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.051 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:29 14:07:29.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:29 14:07:29.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:29 14:07:29.075 [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. 10:07:29 14:07:29.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 10:07:29 14:07:29.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:29 14:07:29.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-9ad687a5-2d5b-45ba-be96-d8f32e2ba5b6> 10:07:29 14:07:29.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9ad687a5-2d5b-45ba-be96-d8f32e2ba5b6>. 10:07:29 14:07:29.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9ad687a5-2d5b-45ba-be96-d8f32e2ba5b6>. 10:07:29 14:07:29.115 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.115 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.116 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.117 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:29 14:07:29.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:29 14:07:29.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:29 14:07:29.120 [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. 10:07:29 14:07:29.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-6bf2ede7-1faa-47de-a57a-6212427fa34c_439cb565-f2b7-4f4c-a3d2-8d5a61b14cf3> 10:07:29 14:07:29.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6bf2ede7-1faa-47de-a57a-6212427fa34c>. 10:07:29 14:07:29.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6bf2ede7-1faa-47de-a57a-6212427fa34c>. 10:07:29 14:07:29.148 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-9ad687a5-2d5b-45ba-be96-d8f32e2ba5b6> 10:07:29 14:07:29.148 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-71527e58-977b-4275-84d6-ddcc21112347> 10:07:29 14:07:29.148 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.149 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.149 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:29 14:07:29.150 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:29 14:07:29.150 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:29 14:07:29.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-6bf2ede7-1faa-47de-a57a-6212427fa34c> 10:07:30 14:07:30.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-df5459f9-7ea8-4e39-8a7e-381a041ab2e9> 10:07:30 14:07:30.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-df5459f9-7ea8-4e39-8a7e-381a041ab2e9>. 10:07:30 14:07:30.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-df5459f9-7ea8-4e39-8a7e-381a041ab2e9>. 10:07:30 14:07:30.280 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.280 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.281 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.281 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:30 14:07:30.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:30 14:07:30.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:30 14:07:30.285 [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. 10:07:30 14:07:30.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:30 14:07:30.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-05-02T14:07:30.288186917Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:07:30 14:07:30.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:30 14:07:30.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:30 14:07:30.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:30 14:07:30.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-06770bc6-f672-4e0d-b3a7-dd576a2a2d8e> 10:07:30 14:07:30.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-06770bc6-f672-4e0d-b3a7-dd576a2a2d8e>. 10:07:30 14:07:30.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-06770bc6-f672-4e0d-b3a7-dd576a2a2d8e>. 10:07:30 14:07:30.307 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.307 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.308 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.308 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:30 14:07:30.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 10:07:30 14:07:30.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:30 14:07:30.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-8e8a37d3-9f96-4164-b322-3b5d21a9f0a4> 10:07:30 14:07:30.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8e8a37d3-9f96-4164-b322-3b5d21a9f0a4>. 10:07:30 14:07:30.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8e8a37d3-9f96-4164-b322-3b5d21a9f0a4>. 10:07:30 14:07:30.340 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.341 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.341 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.342 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:30 14:07:30.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:30.336086325Z, connectivityStatus=null]> 10:07:30 14:07:30.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:30 14:07:30.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:30.336086325Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:07:30 14:07:30.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-df5459f9-7ea8-4e39-8a7e-381a041ab2e9> 10:07:30 14:07:30.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-06770bc6-f672-4e0d-b3a7-dd576a2a2d8e> 10:07:30 14:07:30.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-8e8a37d3-9f96-4164-b322-3b5d21a9f0a4> 10:07:30 14:07:30.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-de29b5a4-e9da-424d-9a56-9efd89ad94d0> 10:07:30 14:07:30.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-de29b5a4-e9da-424d-9a56-9efd89ad94d0>. 10:07:30 14:07:30.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-de29b5a4-e9da-424d-9a56-9efd89ad94d0>. 10:07:30 14:07:30.371 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.372 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.373 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:30 14:07:30.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:30 14:07:30.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:30 14:07:30.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:30 14:07:30.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:30 14:07:30.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:30 14:07:30.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-de29b5a4-e9da-424d-9a56-9efd89ad94d0> 10:07:30 14:07:30.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:30 14:07:30.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 10:07:31 14:07:31.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-3522f9a7-f108-4116-b649-dbbb601d3605> 10:07:31 14:07:31.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-3522f9a7-f108-4116-b649-dbbb601d3605>. 10:07:31 14:07:31.416 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-3522f9a7-f108-4116-b649-dbbb601d3605>. 10:07:31 14:07:31.418 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.419 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:31 14:07:31.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:31 14:07:31.424 [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. 10:07:31 14:07:31.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-e970464b-3939-4c3b-acad-45c071128006_294e7118-51c9-412d-912b-291106754f97> 10:07:31 14:07:31.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e970464b-3939-4c3b-acad-45c071128006>. 10:07:31 14:07:31.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e970464b-3939-4c3b-acad-45c071128006>. 10:07:31 14:07:31.443 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.443 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.444 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.444 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.445 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-3522f9a7-f108-4116-b649-dbbb601d3605> 10:07:31 14:07:31.449 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-e970464b-3939-4c3b-acad-45c071128006> 10:07:31 14:07:31.595 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M5.816S> interval (min=<PT5M>) 10:07:31 14:07:31.595 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:31 14:07:31.595 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.084S> interval (min=<PT5M>) 10:07:31 14:07:31.596 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.112S> interval (min=<PT5M>) 10:07:31 14:07:31.596 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d7776a87-13de-4da8-a545-b8fb0e9b4d64> 10:07:31 14:07:31.596 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.433S> interval (min=<PT5M>) 10:07:31 14:07:31.597 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d7776a87-13de-4da8-a545-b8fb0e9b4d64>. 10:07:31 14:07:31.597 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d7776a87-13de-4da8-a545-b8fb0e9b4d64>. 10:07:31 14:07:31.601 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.579S> interval (min=<PT5M>) 10:07:31 14:07:31.601 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 10:07:31 14:07:31.602 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@484f79a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.602 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.603 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@484f79a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.604 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.605 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.614 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:31 14:07:31.614 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:31 14:07:31.614 [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. 10:07:31 14:07:31.618 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:31 14:07:31.619 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:31 14:07:31.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-738ad1f6-9cc3-4c3d-b46f-4bc87709dd3e> 10:07:31 14:07:31.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-738ad1f6-9cc3-4c3d-b46f-4bc87709dd3e>. 10:07:31 14:07:31.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-738ad1f6-9cc3-4c3d-b46f-4bc87709dd3e>. 10:07:31 14:07:31.638 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.639 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.639 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.640 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-738ad1f6-9cc3-4c3d-b46f-4bc87709dd3e> 10:07:31 14:07:31.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-05f18a6b-d5e5-4af0-a463-4b24f1b1d9e6> 10:07:31 14:07:31.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-05f18a6b-d5e5-4af0-a463-4b24f1b1d9e6>. 10:07:31 14:07:31.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-05f18a6b-d5e5-4af0-a463-4b24f1b1d9e6>. 10:07:31 14:07:31.661 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.661 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.662 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.662 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:31 14:07:31.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:31 14:07:31.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:31 14:07:31.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-773186e0-ef2b-40ea-a810-7f923be93c83> 10:07:31 14:07:31.681 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-773186e0-ef2b-40ea-a810-7f923be93c83>. 10:07:31 14:07:31.681 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-773186e0-ef2b-40ea-a810-7f923be93c83>. 10:07:31 14:07:31.684 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.685 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:31 14:07:31.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:31 14:07:31.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 10:07:31 14:07:31.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 10:07:31 14:07:31.691 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-773186e0-ef2b-40ea-a810-7f923be93c83] in state DISCONNECTING - status: open: disconnecting connection at 2024-05-02T14:07:31.690790380Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-909#-842379826] 10:07:31 14:07:31.704 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-9d7263c8-50d3-4312-9283-75e72c531a73> 10:07:31 14:07:31.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9d7263c8-50d3-4312-9283-75e72c531a73>. 10:07:31 14:07:31.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9d7263c8-50d3-4312-9283-75e72c531a73>. 10:07:31 14:07:31.708 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.708 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.709 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:31 14:07:31.709 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:31 14:07:31.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.714 [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-05-02T14:07:31.714229261Z, connectivityStatus=null]> 10:07:31 14:07:31.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.714 [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-05-02T14:07:31.714229261Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:07:31 14:07:31.714 [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-05-02T14:07:31.714236955Z, connectivityStatus=null]> 10:07:31 14:07:31.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.714 [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-05-02T14:07:31.714236955Z, connectivityStatus=null]. Reconnect was already triggered 10:07:31 14:07:31.714 [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-05-02T14:07:31.714239072Z, connectivityStatus=null]> 10:07:31 14:07:31.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:31.714239072Z, connectivityStatus=null]. Reconnect was already triggered 10:07:31 14:07:31.721 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d7776a87-13de-4da8-a545-b8fb0e9b4d64> 10:07:31 14:07:31.722 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:31 14:07:31.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-05f18a6b-d5e5-4af0-a463-4b24f1b1d9e6> 10:07:31 14:07:31.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-773186e0-ef2b-40ea-a810-7f923be93c83> 10:07:31 14:07:31.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-9d7263c8-50d3-4312-9283-75e72c531a73> 10:07:31 14:07:31.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:31 14:07:31.837 [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-05-02T14:07:31.837249502Z, connectivityStatus=null]> 10:07:31 14:07:31.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:31.837249502Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING' 10:07:31 14:07:31.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:31.837257152Z, connectivityStatus=null]> 10:07:31 14:07:31.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.837 [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-05-02T14:07:31.837257152Z, connectivityStatus=null]. Reconnect was already triggered 10:07:31 14:07:31.837 [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-05-02T14:07:31.837262042Z, connectivityStatus=null]> 10:07:31 14:07:31.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:31 14:07:31.837 [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-05-02T14:07:31.837262042Z, connectivityStatus=null]. Reconnect was already triggered 10:07:32 14:07:32.057 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:32 14:07:32.066 [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-05-02T14:07:32.065921053Z, connectivityStatus=null]> 10:07:32 14:07:32.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:32.065921053Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 10:07:32 14:07:32.066 [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-05-02T14:07:32.065929914Z, connectivityStatus=null]> 10:07:32 14:07:32.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.066 [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-05-02T14:07:32.065929914Z, connectivityStatus=null]. Reconnect was already triggered 10:07:32 14:07:32.066 [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-05-02T14:07:32.065931840Z, connectivityStatus=null]> 10:07:32 14:07:32.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.066 [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-05-02T14:07:32.065931840Z, connectivityStatus=null]. Reconnect was already triggered 10:07:32 14:07:32.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:32 14:07:32.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:32.487688358Z, connectivityStatus=null]> 10:07:32 14:07:32.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:32.487688358Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 10:07:32 14:07:32.488 [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-05-02T14:07:32.487699999Z, connectivityStatus=null]> 10:07:32 14:07:32.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.488 [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-05-02T14:07:32.487699999Z, connectivityStatus=null]. Reconnect was already triggered 10:07:32 14:07:32.488 [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-05-02T14:07:32.487702992Z, connectivityStatus=null]> 10:07:32 14:07:32.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.488 [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-05-02T14:07:32.487702992Z, connectivityStatus=null]. Reconnect was already triggered 10:07:32 14:07:32.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:32 14:07:32.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-19c55087-5228-4797-8f69-2a82368b724c> 10:07:32 14:07:32.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-19c55087-5228-4797-8f69-2a82368b724c>. 10:07:32 14:07:32.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-19c55087-5228-4797-8f69-2a82368b724c>. 10:07:32 14:07:32.930 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:32 14:07:32.930 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:32 14:07:32.931 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:32 14:07:32.931 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:32 14:07:32.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:32 14:07:32.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-19c55087-5228-4797-8f69-2a82368b724c> 10:07:34 14:07:34.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:34 14:07:34.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:34 14:07:34.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:34 14:07:34.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:35 14:07:35.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:35 14:07:35.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:36 14:07:36.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:36 14:07:36.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:36 14:07:36.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:36 14:07:36.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:37 14:07:37.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:37 14:07:37.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:37 14:07:37.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:37 14:07:37.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect 10:07:37 14:07:37.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:37 14:07:37.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-c0fe6256-6807-4d90-9646-053f0385afa1> 10:07:37 14:07:37.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c0fe6256-6807-4d90-9646-053f0385afa1>. 10:07:37 14:07:37.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c0fe6256-6807-4d90-9646-053f0385afa1>. 10:07:37 14:07:37.967 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:37 14:07:37.967 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:37 14:07:37.968 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:37 14:07:37.968 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:37 14:07:37.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:37 14:07:37.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:37 14:07:37.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:37 14:07:37.983 [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. 10:07:37 14:07:37.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-bdfee4cc-a8f9-4e87-bbca-c042083573f2> 10:07:37 14:07:37.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bdfee4cc-a8f9-4e87-bbca-c042083573f2>. 10:07:37 14:07:37.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bdfee4cc-a8f9-4e87-bbca-c042083573f2>. 10:07:37 14:07:37.999 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:38 14:07:37.999 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:38 14:07:38.000 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:38 14:07:38.000 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:38 14:07:38.001 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:38 14:07:38.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:38 14:07:38.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:38 14:07:38.005 [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. 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.005 [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-05-02T14:07:38.005080546Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 10:07:38 14:07:38.005 [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-05-02T14:07:38.005437528Z, connectivityStatus=null]> 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.005 [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-05-02T14:07:38.005437528Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING' 10:07:38 14:07:38.005 [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-05-02T14:07:38.005442329Z, connectivityStatus=null]> 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.005442329Z, connectivityStatus=null]. Reconnect was already triggered 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.005444528Z, connectivityStatus=null]> 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.005444528Z, connectivityStatus=null]. Reconnect was already triggered 10:07:38 14:07:38.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-c0fe6256-6807-4d90-9646-053f0385afa1> 10:07:38 14:07:38.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-bdfee4cc-a8f9-4e87-bbca-c042083573f2> 10:07:38 14:07:38.217 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.217 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:38 14:07:38.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.221154827Z, connectivityStatus=null]> 10:07:38 14:07:38.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.221 [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-05-02T14:07:38.221154827Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 10:07:38 14:07:38.221 [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-05-02T14:07:38.221167509Z, connectivityStatus=null]> 10:07:38 14:07:38.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.221 [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-05-02T14:07:38.221167509Z, connectivityStatus=null]. Reconnect was already triggered 10:07:38 14:07:38.221 [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-05-02T14:07:38.221169764Z, connectivityStatus=null]> 10:07:38 14:07:38.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.221 [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-05-02T14:07:38.221169764Z, connectivityStatus=null]. Reconnect was already triggered 10:07:38 14:07:38.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:38 14:07:38.643 [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-05-02T14:07:38.643545156Z, connectivityStatus=null]> 10:07:38 14:07:38.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.643 [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-05-02T14:07:38.643545156Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 10:07:38 14:07:38.644 [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-05-02T14:07:38.643591806Z, connectivityStatus=null]> 10:07:38 14:07:38.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.644 [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-05-02T14:07:38.643591806Z, connectivityStatus=null]. Reconnect was already triggered 10:07:38 14:07:38.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.643598063Z, connectivityStatus=null]> 10:07:38 14:07:38.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:38 14:07:38.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:38.643598063Z, connectivityStatus=null]. Reconnect was already triggered 10:07:39 14:07:39.057 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.068 [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-05-02T14:07:39.068527643Z, connectivityStatus=null]> 10:07:39 14:07:39.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:39.068527643Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 10:07:39 14:07:39.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-05-02T14:07:39.068538090Z, connectivityStatus=null]> 10:07:39 14:07:39.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.069 [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-05-02T14:07:39.068538090Z, connectivityStatus=null]. Reconnect was already triggered 10:07:39 14:07:39.069 [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-05-02T14:07:39.068540241Z, connectivityStatus=null]> 10:07:39 14:07:39.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.069 [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-05-02T14:07:39.068540241Z, connectivityStatus=null]. Reconnect was already triggered 10:07:39 14:07:39.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d28b6cda-5c2b-497e-ad88-ac9a9f51ef08> 10:07:39 14:07:39.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d28b6cda-5c2b-497e-ad88-ac9a9f51ef08>. 10:07:39 14:07:39.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d28b6cda-5c2b-497e-ad88-ac9a9f51ef08>. 10:07:39 14:07:39.509 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:39 14:07:39.510 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:39 14:07:39.511 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:39 14:07:39.511 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:39 14:07:39.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.515 [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 <unknown> in the client actor. 10:07:39 14:07:39.516 [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-05-02T14:07:39.516825181Z, connectivityStatus=null]> 10:07:39 14:07:39.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.517 [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-05-02T14:07:39.516825181Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING' 10:07:39 14:07:39.517 [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 <failed> in the client actor. 10:07:39 14:07:39.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d28b6cda-5c2b-497e-ad88-ac9a9f51ef08> 10:07:39 14:07:39.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:39 14:07:39.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:39 14:07:39.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 10:07:40 14:07:39.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:40 14:07:39.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:40 14:07:40.018 [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. 10:07:40 14:07:40.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:40 14:07:40.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:40 14:07:40.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:40 14:07:40.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:40 14:07:40.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 10:07:41 14:07:41.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:41 14:07:41.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:41 14:07:41.419 [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 <failed> in the client actor. 10:07:41 14:07:41.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:41 14:07:41.478 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:41 14:07:41.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:41 14:07:41.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:42 14:07:42.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:42 14:07:42.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-d28b6cda-5c2b-497e-ad88-ac9a9f51ef08> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect 10:07:43 14:07:42.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:43 14:07:42.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:43 14:07:42.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:43 14:07:42.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect 10:07:43 14:07:42.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 10:07:43 14:07:43.120 [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 <failed> in the client actor. 10:07:43 14:07:43.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-9cbe45f4-280a-4bce-a2ce-a87856019292> 10:07:43 14:07:43.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9cbe45f4-280a-4bce-a2ce-a87856019292>. 10:07:43 14:07:43.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9cbe45f4-280a-4bce-a2ce-a87856019292>. 10:07:43 14:07:43.138 [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@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:43 14:07:43.138 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:43 14:07:43.139 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df164c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 10:07:43 14:07:43.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 10:07:43 14:07:43.140 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 10:07:43 14:07:43.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 10:07:43 14:07:43.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 10:07:43 14:07:43.143 [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. 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.48 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED> 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 14:07:43.145 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED> 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.145 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 14:07:43.145 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 10:07:43 14:07:43.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 10:07:43 14:07:43.147 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182) 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187) 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:681) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:622) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:399) 10:07:43 at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144) 10:07:43 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:07:43 ... 18 common frames omitted 10:07:43 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:07:43 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:07:43 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:07:43 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:07:43 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:07:43 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:43 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:07:43 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504) 10:07:43 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:43 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:07:43 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 10:07:43 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 10:07:43 at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 10:07:43 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 10:07:43 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 10:07:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 10:07:43 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:07:43 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:07:43 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:07:43 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:07:43 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:07:43 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:07:43 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:07:43 14:07:43.147 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182) 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187) 10:07:43 at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:681) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:622) 10:07:43 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:399) 10:07:43 at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144) 10:07:43 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:07:43 ... 18 common frames omitted 10:07:43 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 10:07:43 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:07:43 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:07:43 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:07:43 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:07:43 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:07:43 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:07:43 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:43 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:07:43 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504) 10:07:43 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:07:43 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:07:43 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 10:07:43 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 10:07:43 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 10:07:43 at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:07:43 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 10:07:43 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 10:07:43 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 10:07:43 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 10:07:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 10:07:43 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:07:43 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:07:43 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:07:43 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:07:43 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:07:43 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:07:43 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:07:43 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:07:43 14:07:43.148 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-9cbe45f4-280a-4bce-a2ce-a87856019292> 10:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest 10:07:43 14:07:43.152 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 10:07:43 14:07:43.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 10:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest 10:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest 10:07:43 [INFO] [05/02/2024 14:07:43.589] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest 10:07:43 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest 10:07:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest 10:07:43 14:07:43.868 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.23 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest 10:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest 10:07:56 14:07:56.106 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:07:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest 10:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest 10:07:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest 10:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest 10:07:56 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest 10:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest 10:07:56 [INFO] [05/02/2024 14:07:56.427] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] [05/02/2024 14:07:56.461] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] [05/02/2024 14:07:56.494] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] [05/02/2024 14:07:56.528] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] [05/02/2024 14:07:56.561] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] [05/02/2024 14:07:56.594] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:07:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest 10:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest 10:07:56 UnmodifiableExternalMessage [headers={correlation-id=8663d846-49fb-4700-8afb-90f57046422c, 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":"8663d846-49fb-4700-8afb-90f57046422c","content-type":"application/json"},"value":{"openedAt":"2024-05-02T14:07:56.772392448Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 10:07:56 testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 2.408146ms 10:07:56 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=eb7fd840-4eca-4ec6-bba1-0d8bd82293cb, content-type=application/json}]]] 10:07:56 testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.452286ms 10:07:56 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=4ab80b73-7fd8-4d13-b209-e31a5236855e}]]] 10:07:56 testPlainJavascriptIncomingMapping Duration: 4.643917ms 10:07:56 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=994a2b5d-62e7-4429-9a85-9d46ae0ffdac}]]] 10:07:56 testPlainJavascriptIncomingMapping Duration: 0.616581ms 10:07:56 testEmptyJavascriptIncomingMapping Duration: 0.079778ms 10:07:57 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=16067528-dff7-4b94-8a79-fa4efd2be2ed}]]] 10:07:57 testWithProtobufJsJavascriptIncomingMapping Duration: 322.012864ms 10:07:57 testEmptyJavascriptOutgoingMapping Duration: 0.391618ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=00a05bc1-3878-48ad-abb8-12ede292dfd0, 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":"00a05bc1-3878-48ad-abb8-12ede292dfd0","content-type":"application/json"},"value":{"deleteAt":"2024-05-02T14:07:57.138258953Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 10:07:57 testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 1.218164ms 10:07:57 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=22362c5a-813a-49c8-b14b-652c98dd64fb}]]] 10:07:57 testBinaryJavascriptIncomingMapping Duration: 0.919185ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=ec4572b3-3b8b-4fb6-b3e7-0bbc48174493, ditto-message-direction=TO, response-required=true, ditto-message-subject=install, content-type=application/vnd.google.protobuf, ditto-message-feature-id=SoftwareState, ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE}, 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 [{}]] 10:07:57 testWithProtobufJsJavascriptOutgoingMapping Duration: 142.57091ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=300e8d11-96ff-43b0-ad00-5b5b5cd54a70, 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 [{}]] 10:07:57 testBinaryJavascriptOutgoingMapping Duration: 1.339392ms 10:07:57 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=fcd32ccc-ce2d-489f-8f96-82b424a68528, content-type=application/json}]]] 10:07:57 testNoopJavascriptIncomingMapping Duration: 0.198017ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=e38e2822-665d-48e4-9539-38fb70d34efb, 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 [{}]] 10:07:57 testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 0.983561ms 10:07:57 {content-type=application/vnd.eclipse.ditto+json, correlation-id=a97824f7-dfc4-4d99-980d-ba63ae522c80, subject={{topic:action-subject}}} 10:07:57 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=a97824f7-dfc4-4d99-980d-ba63ae522c80, subject={{topic:action-subject}}}, 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":"a97824f7-dfc4-4d99-980d-ba63ae522c80","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 [{}]] 10:07:57 testNoopJavascriptOutgoingMapping Duration: 0.150887ms 10:07:57 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=22900190-9156-4943-8db7-834ae73fe3c4}]]] 10:07:57 testPlainJavascriptIncomingMapping Duration: 0.309957ms 10:07:57 HEADERS: ImmutableDittoHeaders [{correlation-id=b140c781-62fe-490f-97a0-6f0985db701f, subject={{topic:action-subject}}, content-type=application/json}] 10:07:57 CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=b140c781-62fe-490f-97a0-6f0985db701f, 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] 10:07:57 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=b140c781-62fe-490f-97a0-6f0985db701f, subject={{topic:action-subject}}, content-type=application/json}]]] 10:07:57 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"b140c781-62fe-490f-97a0-6f0985db701f","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}} 10:07:57 {content-type=application/vnd.eclipse.ditto+json, correlation-id=b140c781-62fe-490f-97a0-6f0985db701f, subject={{topic:action-subject}}} 10:07:57 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=b140c781-62fe-490f-97a0-6f0985db701f, subject={{topic:action-subject}}}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"b140c781-62fe-490f-97a0-6f0985db701f","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 [{}]] 10:07:57 testNoopJavascriptOutgoingMapping Duration: 0.531131ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=81395bec-64c8-42ca-8f96-886d883b6318, 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 [{}]] 10:07:57 testPlainJavascriptOutgoingMapping Duration: 0.798346ms 10:07:57 HEADERS: ImmutableDittoHeaders [{correlation-id=2b40cee4-428b-4728-9a49-2283a7a0c291, subject={{topic:action-subject}}, response-required=false, content-type=application/json}] 10:07:57 CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=2b40cee4-428b-4728-9a49-2283a7a0c291, 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]] 10:07:57 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=2b40cee4-428b-4728-9a49-2283a7a0c291, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]] 10:07:57 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"2b40cee4-428b-4728-9a49-2283a7a0c291","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} 10:07:57 {response-required=false, correlation-id=2b40cee4-428b-4728-9a49-2283a7a0c291, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}} 10:07:57 UnmodifiableExternalMessage [headers={response-required=false, correlation-id=2b40cee4-428b-4728-9a49-2283a7a0c291, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"2b40cee4-428b-4728-9a49-2283a7a0c291","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 [{}]] 10:07:57 testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.611065ms 10:07:57 2572427 10:07:57 bytes length: 3 10:07:57 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=c09f27f3-92a7-4676-ac0f-f4eb2185bd5e}]]] 10:07:57 testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 3.964825ms 10:07:57 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=afbb4c5f-b3f4-425b-9917-1b000f63bf64, content-type=application/json}]]] 10:07:57 testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.160926ms 10:07:57 UnmodifiableExternalMessage [headers={correlation-id=0d1bbedc-465a-45cf-9660-370d138c40d6, 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 [{}]] 10:07:57 testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.805533ms 10:07:57 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest 10:07:57 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest 10:07:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest 10:07:57 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest 10:07:57 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=4f86dcdd-618f-4dbc-bc5d-6b7a9ec4c64c}]]] 10:07:57 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=d31dc15d-9073-4020-bf78-7ea1363f28db}]]] 10:07:57 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=eb212c0c-d9e7-4169-aa12-b4cec8c8446b}]]] 10:07:57 42664720170 10:07:57 bytes length: 5 10:07:57 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 [{content-type=application/octet-stream, correlation-id=a8e1b559-5d22-46d8-9785-7443bc589b98, device_id=jmh-test}]]] 10:07:57 2572427 10:07:57 bytes length: 3 10:07:57 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=89cef680-0e35-434f-adc5-de1b01322fcf}]]] 10:07:57 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=a6746add-45f7-4ca5-84de-e3a3e856f1f2}]]] 10:07:57 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest 10:07:57 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest 10:07:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest 10:07:57 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest 10:07:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest 10:07:57 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest 10:07:57 ensureRecursionGetsAborted aborted after: 0.757372ms 10:07:58 ensureEndlessLoopGetsAborted aborted after: 501.153015ms 10:07:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest 10:07:58 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest 10:07:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest 10:07:58 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest 10:07:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest 10:07:59 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest 10:08:00 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest 10:08:00 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest 10:08:00 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest 10:08:00 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest 10:08:00 14:08:00.251 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute> 10:08:00 14:08:00.297 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing> 10:08:00 14:08:00.377 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute> 10:08:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest 10:08:00 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest 10:08:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest 10:08:00 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest 10:08:00 14:08:00.477 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625. 10:08:00 14:08:00.549 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long. 10:08:00 14:08:00.769 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid! 10:08:00 14:08:00.885 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved. 10:08:01 14:08:01.023 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long. 10:08:01 14:08:01.102 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set. 10:08:01 14:08:01.242 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set. 10:08:01 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest 10:08:01 14:08:01.301 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found. 10:08:01 14:08:01.302 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found. 10:08:01 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest 10:08:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest 10:08:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest 10:08:01 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest 10:08:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest 10:08:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest 10:08:01 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest 10:08:02 [INFO] [05/02/2024 14:08:02.004] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.064] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.097] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.131] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.165] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.200] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.233] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.267] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.300] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.333] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.366] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.406] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.440] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] [05/02/2024 14:08:02.473] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:08:02 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest 10:08:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest 10:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest 10:08:02 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest 10:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest 10:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest 10:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest 10:08:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest 10:08:02 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest 10:08:02 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest 10:08:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest 10:08:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest 10:08:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest 10:08:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest 10:08:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest 10:08:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest 10:08:03 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest 10:08:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest 10:08:03 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest 10:08:03 14:08:03.273 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 10:08:03 14:08:03.379 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-11] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:08:03 14:08:03.458 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-17] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.connectivity.service.enforcement.pre.ModifyToCreateConnectionTransformer,org.eclipse.ditto.edge.service.dispatching.signaltransformer.DefaultNamespaceAppender,org.eclipse.ditto.edge.service.dispatching.signaltransformer.OriginatorSetterSignalTransformer. 10:08:03 14:08:03.769 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 10:08:05 [ERROR] [05/02/2024 14:08:05.310] [Thread-2269] [pekko://ConnectivityRootActorTest/user/$a/persistencePing/singleton/supervised-child] Failed to create TagPidIndex (org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-7-0-ignoreSink#163447263]] terminated abruptly) 10:08:05 [ERROR] [05/02/2024 14:08:05.310] [Thread-2268] [pekko://ConnectivityRootActorTest/user/$a/persistencePing/singleton/supervised-child] Failed to create TagPidIndex (org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-9-0-ignoreSink#1149292259]] terminated abruptly) 10:08:05 com.mongodb.MongoClientException: Shutdown in progress 10:08:05 at com.mongodb.internal.connection.BaseCluster$WaitQueueHandler.run(BaseCluster.java:475) 10:08:05 at java.base/java.lang.Thread.run(Thread.java:833) 10:08:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.050 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest 10:08:05 [INFO] 10:08:05 [INFO] Results: 10:08:05 [INFO] 10:08:05 [WARNING] Tests run: 1702, Failures: 0, Errors: 0, Skipped: 3 10:08:05 [INFO] 10:08:05 [INFO] 10:08:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service --- 10:08:05 [INFO] 10:08:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service --- 10:08:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 10:08:06 [INFO] 10:08:06 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service --- 10:08:06 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:08:06 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:08:06 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:08:06 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:08:06 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:08:06 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:08:06 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:08:06 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:08:06 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:08:06 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:08:06 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:08:06 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:08:06 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:08:06 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:08:06 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:08:06 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:08:06 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:08:06 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:08:06 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:08:06 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:08:06 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar. 10:08:06 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar. 10:08:06 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar. 10:08:06 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar. 10:08:06 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.11.0 in the shaded jar. 10:08:06 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar. 10:08:06 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-codec-http:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar. 10:08:06 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar. 10:08:06 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:08:06 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:08:06 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar. 10:08:06 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. 10:08:06 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar. 10:08:06 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. 10:08:06 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar. 10:08:06 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:08:06 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:08:06 [INFO] Including org.apache.kafka:kafka-clients:jar:3.6.1 in the shaded jar. 10:08:06 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar. 10:08:06 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:08:06 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.5 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:08:06 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar. 10:08:06 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:08:06 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:08:06 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:08:06 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar. 10:08:06 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar. 10:08:06 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar. 10:08:06 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar. 10:08:06 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar. 10:08:06 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar. 10:08:06 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:08:06 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:08:06 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:11 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:16 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:08:16 [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: 10:08:16 [WARNING] - META-INF/NOTICE.md 10:08:16 [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: 10:08:16 [WARNING] - META-INF/LICENSE.txt 10:08:16 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-codec-http-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-classes-epoll-4.1.106.Final.jar, netty-transport-classes-kqueue-4.1.106.Final.jar, netty-transport-native-epoll-4.1.106.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.106.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:08:16 [WARNING] - META-INF/io.netty.versions.properties 10:08:16 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar, proton-j-0.34.1.jar, qpid-jms-client-1.11.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:08:16 [WARNING] - META-INF/LICENSE 10:08:16 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:08:16 [WARNING] - .cache/formatter-maven-cache.properties 10:08:16 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:08:16 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:08:16 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:08:16 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:08:16 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:08:16 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:08:16 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:08:16 [WARNING] jctools-core-2.1.2.jar, netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:08:16 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:08:16 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:08:16 [WARNING] proton-j-0.34.1.jar, qpid-jms-client-1.11.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:08:16 [WARNING] - META-INF/DEPENDENCIES 10:08:16 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:08:16 [WARNING] - META-INF/DISCLAIMER 10:08:16 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-dataformat-msgpack-0.9.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.6.1.jar, kamon-core_2.13-2.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, msgpack-core-0.9.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-codec-http-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-classes-epoll-4.1.106.Final.jar, netty-transport-classes-kqueue-4.1.106.Final.jar, netty-transport-native-epoll-4.1.106.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.106.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-rabbitmq_2.13-7.0.0.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar, phi-accural-failure-detector-0.0.5.jar, proton-j-0.34.1.jar, qpid-jms-client-1.11.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.5.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: 10:08:16 [WARNING] - META-INF/MANIFEST.MF 10:08:16 [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: 10:08:16 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:08:16 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.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: 10:08:16 [WARNING] - META-INF.versions.9.module-info 10:08:16 [WARNING] maven-shade-plugin has detected that some files are 10:08:16 [WARNING] present in two or more JARs. When this happens, only one 10:08:16 [WARNING] single version of the file is copied to the uber jar. 10:08:16 [WARNING] Usually this is not harmful and you can skip these warnings, 10:08:16 [WARNING] otherwise try to manually exclude artifacts based on 10:08:16 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:08:16 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:08:16 [INFO] Attaching shaded artifact. 10:08:16 [INFO] 10:08:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service --- 10:08:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:08:17 [INFO] No previous run data found, generating javadoc. 10:08:24 [WARNING] Javadoc Warnings 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.config; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] package org.eclipse.ditto.connectivity.service.util; 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment 10:08:24 [WARNING] protected final ActorSystem actorSystem; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment 10:08:24 [WARNING] protected final Config config; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment 10:08:24 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment 10:08:24 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment 10:08:24 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment 10:08:24 [WARNING] protected static boolean isError(final Adaptable adaptable) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment 10:08:24 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment 10:08:24 [WARNING] protected static boolean isResponse(final Adaptable adaptable) { 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl"); 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl"); 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) { 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) { 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement, 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement, 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateSourceQoS(final int qos, 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) { 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateTargetQoS(final int qos, 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected static void validateExtraFields(final Target target) { 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for clientConnected 10:08:24 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for data 10:08:24 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @return 10:08:24 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1244: warning: no @param for clientConnected 10:08:24 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors( 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:773: warning: no comment 10:08:24 [WARNING] protected abstract ActorRef getPublisherActor(); 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal, 10:08:24 [WARNING] ^ 10:08:24 [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 10:08:24 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 = 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2201: warning: no comment 10:08:24 [WARNING] public interface ReconnectTimeoutStrategy { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment 10:08:24 [WARNING] protected final UUID actorUuid; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment 10:08:24 [WARNING] protected final ChildActorNanny childActorNanny; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment 10:08:24 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment 10:08:24 [WARNING] protected final ConnectionLogger connectionLogger; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment 10:08:24 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment 10:08:24 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment 10:08:24 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance()); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment 10:08:24 [WARNING] protected BaseClientActor(final Connection connection, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1674: warning: no comment 10:08:24 [WARNING] protected boolean canConnectViaSocket(final Connection connection) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment 10:08:24 [WARNING] protected ConnectivityConfig connectivityConfig() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1206: warning: no comment 10:08:24 [WARNING] protected final SshTunnelState getSshTunnelState() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1904: warning: no comment 10:08:24 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2427: warning: no comment 10:08:24 [WARNING] ACKREGATOR_STARTED, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2428: warning: no comment 10:08:24 [WARNING] ACKREGATOR_STOPPED, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment 10:08:24 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2423: warning: no comment 10:08:24 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment 10:08:24 [WARNING] INIT_COMPLETE, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2424: warning: no comment 10:08:24 [WARNING] RESUBSCRIBE, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2426: warning: no comment 10:08:24 [WARNING] SERVICE_REQUESTS_DONE, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2425: warning: no comment 10:08:24 [WARNING] SERVICE_UNBIND, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2429: warning: no comment 10:08:24 [WARNING] SHUTDOWN_TIMEOUT 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2360: warning: no comment 10:08:24 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2370: warning: no comment 10:08:24 [WARNING] public ConnectionFailure getFailure() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2374: warning: no comment 10:08:24 [WARNING] public boolean isSuccess() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2356: warning: no comment 10:08:24 [WARNING] public static InitializationResult success() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2203: warning: no comment 10:08:24 [WARNING] boolean canReconnect(); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2209: warning: no comment 10:08:24 [WARNING] Duration getNextBackoff(); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2207: warning: no comment 10:08:24 [WARNING] Duration getNextTimeout(); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2205: warning: no comment 10:08:24 [WARNING] void reset(); 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment 10:08:24 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment 10:08:24 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return 10:08:24 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment 10:08:24 [WARNING] protected final ConnectionId connectionId; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment 10:08:24 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment 10:08:24 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment 10:08:24 [WARNING] protected final ConnectionMonitor inboundMonitor; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment 10:08:24 [WARNING] protected final Source source; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment 10:08:24 [WARNING] protected final String sourceAddress; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment 10:08:24 [WARNING] protected BaseConsumerActor(final Connection connection, 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment 10:08:24 [WARNING] protected ResourceStatus getCurrentSourceStatus() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment 10:08:24 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment 10:08:24 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment 10:08:24 [WARNING] protected void resetResourceStatus() { 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment 10:08:24 [WARNING] protected final Connection connection; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment 10:08:24 [WARNING] protected final ConnectionConfig connectionConfig; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment 10:08:24 [WARNING] protected final ExpressionResolver connectionIdResolver; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment 10:08:24 [WARNING] protected final ConnectionLogger connectionLogger; 10:08:24 [WARNING] ^ 10:08:24 [WARNING] 100 warnings 10:08:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 10:08:24 [INFO] 10:08:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service --- 10:08:24 [INFO] Tests are skipped. 10:08:24 [INFO] 10:08:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service --- 10:08:24 [INFO] Tests are skipped. 10:08:24 [INFO] 10:08:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service --- 10:08:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 10:08:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes 10:08:25 [INFO] 10:08:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service --- 10:08:25 [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 10:08:25 [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 10:08:25 [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 10:08:25 [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 10:08:25 [INFO] 10:08:25 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- 10:08:25 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [68/77] 10:08:25 [INFO] from documentation/pom.xml 10:08:25 [INFO] --------------------------------[ pom ]--------------------------------- 10:08:25 [INFO] 10:08:25 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation --- 10:08:25 [INFO] 10:08:25 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation --- 10:08:25 [INFO] 10:08:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- 10:08:25 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/documentation/target/jacoco.exec 10:08:25 [INFO] 10:08:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation --- 10:08:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... 10:08:25 [INFO] 10:08:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation --- 10:08:26 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:08:26 [INFO] 10:08:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation --- 10:08:26 [INFO] Tests are skipped. 10:08:26 [INFO] 10:08:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation --- 10:08:26 [INFO] Tests are skipped. 10:08:26 [INFO] 10:08:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation --- 10:08:26 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:08:26 [INFO] 10:08:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation --- 10:08:26 [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 10:08:26 [INFO] 10:08:26 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- 10:08:26 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [69/77] 10:08:26 [INFO] from gateway/pom.xml 10:08:26 [INFO] --------------------------------[ pom ]--------------------------------- 10:08:26 [INFO] 10:08:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway --- 10:08:26 [INFO] 10:08:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway --- 10:08:26 [INFO] 10:08:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway --- 10: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/gateway/target/jacoco.exec 10:08:26 [INFO] 10:08:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway --- 10:08:26 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:08:26 [INFO] The goal is skip due to packaging 'pom' 10:08:26 [INFO] 10:08:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway --- 10:08:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT... 10:08:26 [INFO] 10:08:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway --- 10:08:26 [INFO] 10:08:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway --- 10:08:26 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:08:26 [INFO] 10:08:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway --- 10:08:26 [INFO] Tests are skipped. 10:08:26 [INFO] 10:08:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway --- 10:08:26 [INFO] Tests are skipped. 10:08:26 [INFO] 10:08:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway --- 10:08:26 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:08:26 [INFO] 10:08:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway --- 10:08:26 [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 10:08:26 [INFO] 10:08:26 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >----------------- 10:08:26 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT [70/77] 10:08:26 [INFO] from gateway/api/pom.xml 10:08:26 [INFO] --------------------------------[ jar ]--------------------------------- 10:08:26 [INFO] 10:08:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api --- 10:08:26 [INFO] 10:08:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api --- 10:08:26 [INFO] 10:08:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api --- 10: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/gateway/api/target/jacoco.exec 10:08:26 [INFO] 10:08:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api --- 10:08:26 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:08:26 [WARNING] 10:08:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:08:26 [WARNING] 10:08:26 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:08:26 [WARNING] 10:08:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:08:26 [INFO] 10:08:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api --- 10:08:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources 10:08:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:08:26 [INFO] 10:08:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api --- 10:08:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT... 10:08:26 [INFO] 10:08:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api --- 10:08:26 [INFO] Changes detected - recompiling the module! :dependency 10:08:26 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 10:08:26 [INFO] 10:08:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api --- 10:08:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources 10:08:26 [INFO] 10:08:26 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api --- 10:08:26 [INFO] Changes detected - recompiling the module! :dependency 10:08:26 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 10:08:26 [INFO] 10:08:26 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api --- 10:08:26 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:08:26 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/surefire-reports 10:08:26 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:08:26 [INFO] 10:08:26 [INFO] ------------------------------------------------------- 10:08:26 [INFO] T E S T S 10:08:26 [INFO] ------------------------------------------------------- 10:08:26 [INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest 10:08:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest 10:08:27 [INFO] 10:08:27 [INFO] Results: 10:08:27 [INFO] 10:08:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 10:08:27 [INFO] 10:08:27 [INFO] 10:08:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api --- 10:08:27 [INFO] 10:08:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api --- 10:08:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 10:08:27 [INFO] 10:08:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api --- 10:08:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:08:27 [INFO] No previous run data found, generating javadoc. 10:08:29 [WARNING] Javadoc Warnings 10:08:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment 10:08:29 [WARNING] package org.eclipse.ditto.gateway.api; 10:08:29 [WARNING] ^ 10:08:29 [WARNING] 1 warning 10:08:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 10:08:29 [INFO] 10:08:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api --- 10:08:29 [INFO] Tests are skipped. 10:08:29 [INFO] 10:08:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api --- 10:08:29 [INFO] Tests are skipped. 10:08:29 [INFO] 10:08:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api --- 10:08:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec 10:08:29 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes 10:08:29 [INFO] 10:08:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api --- 10:08:29 [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 10:08:29 [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 10:08:29 [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 10:08:29 [INFO] 10:08:29 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >------------- 10:08:29 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT [71/77] 10:08:29 [INFO] from internal/utils/http/pom.xml 10:08:29 [INFO] --------------------------------[ jar ]--------------------------------- 10:08:29 [INFO] 10:08:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http --- 10:08:29 [INFO] 10:08:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http --- 10:08:29 [INFO] 10:08:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http --- 10:08: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/internal/utils/http/target/jacoco.exec 10:08:29 [INFO] 10:08:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http --- 10:08:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:08:29 [WARNING] 10:08:29 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:08:29 [WARNING] 10:08:29 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:08:29 [WARNING] 10:08:29 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:08:29 [INFO] 10:08:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http --- 10:08:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources 10:08:29 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:08:29 [INFO] 10:08:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http --- 10:08:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT... 10:08:29 [INFO] 10:08:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http --- 10:08:29 [INFO] Changes detected - recompiling the module! :dependency 10:08:29 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 10:08:29 [INFO] 10:08:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http --- 10:08:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources 10:08:29 [INFO] 10:08:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http --- 10:08:29 [INFO] No sources to compile 10:08:29 [INFO] 10:08:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http --- 10:08:29 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:08:29 [INFO] No tests to run. 10:08:29 [INFO] 10:08:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http --- 10:08:29 [INFO] 10:08:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http --- 10:08:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 10:08:29 [INFO] 10:08:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http --- 10:08:29 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:08:29 [INFO] No previous run data found, generating javadoc. 10:08:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 10:08:30 [INFO] 10:08:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http --- 10:08:30 [INFO] Tests are skipped. 10:08:30 [INFO] 10:08:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http --- 10:08:30 [INFO] Tests are skipped. 10:08:30 [INFO] 10:08:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http --- 10:08:30 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:08:30 [INFO] 10:08:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http --- 10:08:30 [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 10:08:30 [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 10:08:30 [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 10:08:30 [INFO] 10:08:30 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- 10:08:30 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [72/77] 10:08:30 [INFO] from internal/utils/jwt/pom.xml 10:08:30 [INFO] --------------------------------[ jar ]--------------------------------- 10:08:31 [INFO] 10:08:31 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt --- 10:08:31 [INFO] 10:08:31 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt --- 10:08:31 [INFO] 10:08:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt --- 10:08:31 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 10:08:31 [INFO] 10:08:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt --- 10:08:32 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:08:32 [WARNING] 10:08:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:08:32 [WARNING] 10:08:32 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:08:32 [WARNING] 10:08:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:08:32 [INFO] 10:08:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt --- 10:08:32 [INFO] Copying 2 resources from src/main/resources to target/classes 10:08:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:08:32 [INFO] 10:08:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt --- 10:08:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT... 10:08:32 [INFO] 10:08:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt --- 10:08:32 [INFO] Changes detected - recompiling the module! :dependency 10:08:32 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 10:08:32 [INFO] 10:08:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt --- 10:08:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources 10:08:32 [INFO] 10:08:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt --- 10:08:32 [INFO] Changes detected - recompiling the module! :dependency 10:08:32 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 10:08:32 [INFO] 10:08:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt --- 10:08:32 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:08:32 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/surefire-reports 10:08:32 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:08:32 [INFO] 10:08:32 [INFO] ------------------------------------------------------- 10:08:32 [INFO] T E S T S 10:08:32 [INFO] ------------------------------------------------------- 10:08:32 [INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest 10:08:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest 10:08:33 [INFO] 10:08:33 [INFO] Results: 10:08:33 [INFO] 10:08:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 10:08:33 [INFO] 10:08:33 [INFO] 10:08:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt --- 10:08:33 [INFO] 10:08:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt --- 10:08:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 10:08:33 [INFO] 10:08:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt --- 10:08:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:08:33 [INFO] No previous run data found, generating javadoc. 10:08:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 10:08:34 [INFO] 10:08:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt --- 10:08:34 [INFO] Tests are skipped. 10:08:34 [INFO] 10:08:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt --- 10:08:34 [INFO] Tests are skipped. 10:08:34 [INFO] 10:08:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt --- 10:08:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 10:08:34 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes 10:08:34 [INFO] 10:08:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt --- 10:08:34 [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 10:08:34 [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 10:08:34 [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 10:08:34 [INFO] 10:08:34 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- 10:08:34 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [73/77] 10:08:34 [INFO] from gateway/service/pom.xml 10:08:34 [INFO] --------------------------------[ jar ]--------------------------------- 10:08:41 [INFO] 10:08:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service --- 10:08:41 [INFO] 10:08:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service --- 10:08:41 [INFO] 10:08:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service --- 10:08: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 10:08:41 [INFO] 10:08:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service --- 10:08:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:08:41 [WARNING] 10:08:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:08:41 [WARNING] 10:08:41 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:08:41 [WARNING] 10:08:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:08:41 [INFO] 10:08:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service --- 10:08:41 [INFO] Copying 1 resource from src/main/resources to target/classes 10:08:41 [INFO] Copying 5 resources from src/main/resources to target/classes 10:08:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:08:41 [INFO] 10:08:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service --- 10:08:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT... 10:08:41 [INFO] 10:08:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service --- 10:08:41 [INFO] Changes detected - recompiling the module! :dependency 10:08:41 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes 10:08:43 [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. 10:08:43 [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. 10:08:43 [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. 10:08:43 [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. 10:08:43 [INFO] 10:08:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service --- 10:08:43 [INFO] Copying 18 resources from src/test/resources to target/test-classes 10:08:43 [INFO] 10:08:43 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service --- 10:08:43 [INFO] Changes detected - recompiling the module! :dependency 10:08:43 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes 10:08: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. 10:08: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. 10:08: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. 10:08: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. 10:08:44 [INFO] 10:08:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service --- 10:08:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:08:44 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports 10:08:44 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:08:44 [INFO] 10:08:44 [INFO] ------------------------------------------------------- 10:08:44 [INFO] T E S T S 10:08:44 [INFO] ------------------------------------------------------- 10:08:45 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest 10:08:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.189 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest 10:08:51 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest 10:08:51 14:08:51,204 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 10:08:51 14:08:51,206 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - No custom configurators were discovered as a service. 10:08:51 14:08:51,206 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 10:08:51 14:08:51,208 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 10:08:51 14:08:51,211 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 10:08:51 14:08:51,212 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 10:08:51 14:08:51,216 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 4 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 10:08:51 14:08:51,217 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 10:08:51 14:08:51,217 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 10:08:51 14:08:51,218 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 10:08:51 14:08:51,220 |-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] 10:08:51 14:08:51,358 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 10:08:51 14:08:51,624 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_DISABLE_SYSOUT_LOG")] evaluated to false on line 27 10:08:51 14:08:51,639 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_LOGSTASH_SERVER")] evaluated to false on line 51 10:08:51 14:08:51,645 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("DITTO_LOGGING_FILE_APPENDER").equals("true")] evaluated to false on line 68 10:08:51 14:08:51,647 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 10:08:51 14:08:51,647 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:08:51 14:08:51,656 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:08:51 14:08:51,692 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 10:08:51 14:08:51,692 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:08:51 14:08:51,692 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:08:51 14:08:51,692 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stash] 10:08:51 14:08:51,693 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender] 10:08:51 14:08:51,693 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [file] 10:08:51 14:08:51,693 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender] 10:08:51 14:08:51,694 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN 10:08:51 14:08:51,694 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN 10:08:51 14:08:51,694 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN 10:08:51 14:08:51,694 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG 10:08:51 14:08:51,695 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 10:08:51 14:08:51,695 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 10:08:51 14:08:51,695 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 10:08:51 14:08:51,696 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 10:08:51 14:08:51,696 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stash] to Logger[ROOT] 10:08:51 14:08:51,696 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [file] to Logger[ROOT] 10:08:51 14:08:51,696 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@40949efc - End of configuration. 10:08:51 14:08:51,697 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6da75df2 - Registering current configuration as safe fallback point 10:08:51 14:08:51,697 |-INFO in ch.qos.logback.classic.util.ContextInitializer@89331a6 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 480 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 10:08:51 2024-05-02 14:08:51,700 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:08:54 2024-05-02 14:08:54,729 WARN [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-4c876a9][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-4c876a9 - 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-4c876a9, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:34353/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-4c876a9#-634080978, ditto-connection-id=596641ac-3c30-41d5-bb33-336e4bb72855, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:2bb48e9a-4e0c-4349-b4f9-48dd131a8e8b, thing={}, thingPlainJson={}]. 10:08:58 2024-05-02 14:08:58,906 WARN [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-7ce6c75][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-7ce6c75 - Received invalid response. Reason: Entity ID of live response <:57e54c92-df63-4b43-927b-74f5b8532bca> differs from entity ID of command <:a381b318-f389-4b4c-9493-f02c6faa7532>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-7ce6c75, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:34353/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-7ce6c75#955334671, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:57e54c92-df63-4b43-927b-74f5b8532bca, attributePointer=/manufacturer, attributeValue=null]. 10:08:58 2024-05-02 14:08:58,907 WARN [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-7ce6c75][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined. 10:09:03 2024-05-02 14:09:03,187 WARN [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-ae6aff0][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-ae6aff0 - 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-ae6aff0, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:34353/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-ae6aff0#-1863729980, ditto-connection-id=96773f3b-d40b-46c3-a566-0d9d8318b1e6, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:a0ab812d-6a1d-4ab3-b42c-23c27a282658, thing={}, thingPlainJson={}]. 10:09:03 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.24 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest 10:09:03 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest 10:09:03 May 02, 2024 2:09:03 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 10:09:03 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. 10:09:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest 10:09:03 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest 10:09:03 2024-05-02 14:09:03,349 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:03 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest 10:09:03 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest 10:09:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest 10:09:03 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest 10:09:03 2024-05-02 14:09:03,766 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:03 2024-05-02 14:09:03,937 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:03 2024-05-02 14:09:03,954 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 10:09:04 2024-05-02 14:09:04,608 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:04 2024-05-02 14:09:04,705 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:04 2024-05-02 14:09:04,774 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:04 2024-05-02 14:09:04,862 INFO [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-b37f00e][] 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-b37f00e}]]>! 10:09:04 2024-05-02 14:09:04,903 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:04 2024-05-02 14:09:04,970 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,038 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,080 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,140 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,186 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,247 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,286 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,344 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,387 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,444 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,482 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,558 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,593 INFO [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-aef8b05][] 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-aef8b05}]]>! 10:09:05 2024-05-02 14:09:05,653 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,688 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,755 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,794 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:05 2024-05-02 14:09:05,850 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,944 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:05 2024-05-02 14:09:05,975 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:06 2024-05-02 14:09:06,006 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:06 2024-05-02 14:09:06,063 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:06 2024-05-02 14:09:06,088 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:06 2024-05-02 14:09:06,148 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:06 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest 10:09:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest 10:09:06 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:09:07 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest 10:09:07 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest 10:09:07 2024-05-02 14:09:07,243 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:07 2024-05-02 14:09:07,468 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:07 2024-05-02 14:09:07,494 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 10:09:07 2024-05-02 14:09:07,877 WARN [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective - DevOps resource is not secured 10:09:07 2024-05-02 14:09:07,881 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:08 2024-05-02 14:09:07,972 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:08 2024-05-02 14:09:08,077 WARN [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective - DevOps resource is not secured 10:09:08 2024-05-02 14:09:08,078 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest 10:09:08 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest 10:09:08 2024-05-02 14:09:08,204 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:08 2024-05-02 14:09:08,369 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:08 2024-05-02 14:09:08,389 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 10:09:08 2024-05-02 14:09:08,466 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest 10:09:08 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest 10:09:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest 10:09:08 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest 10:09:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest 10:09:09 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest 10:09:09 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest 10:09:09 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest 10:09:09 2024-05-02 14:09:09,345 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:09 2024-05-02 14:09:09,467 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:09 2024-05-02 14:09:09,485 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 10:09:09 2024-05-02 14:09:09,561 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:09 2024-05-02 14:09:09,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:09 2024-05-02 14:09:09,823 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:09 2024-05-02 14:09:09,878 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:09 2024-05-02 14:09:09,965 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:10 2024-05-02 14:09:10,004 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,093 INFO [ThingSearchRouteTest.countThingsShouldAssertBadRequest-dd192ec][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count> 10:09:10 2024-05-02 14:09:10,099 INFO [ThingSearchRouteTest.countThingsShouldAssertBadRequest-dd192ec][] 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-dd192ec}]]>! 10:09:10 2024-05-02 14:09:10,172 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,242 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:10 2024-05-02 14:09:10,283 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,359 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest 10:09:10 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest 10:09:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest 10:09:10 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest 10:09:10 2024-05-02 14:09:10,487 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,582 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,595 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 10:09:10 2024-05-02 14:09:10,678 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:10 2024-05-02 14:09:10,701 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 10:09:10 2024-05-02 14:09:10,872 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:11 2024-05-02 14:09:11,096 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed. 10:09:11 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:11 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:11 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:11 2024-05-02 14:09:11,096 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed. 10:09:11 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:11 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:11 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:11 2024-05-02 14:09:11,146 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:11 2024-05-02 14:09:11,644 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:11 2024-05-02 14:09:11,728 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed. 10:09:11 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:11 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:11 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:11 2024-05-02 14:09:11,728 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed. 10:09:11 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:11 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:11 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:11 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:11 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:11 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:11 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:11 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:11 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:11 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:11 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:11 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:11 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:11 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:11 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:11 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:11 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:11 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:11 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:11 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:11 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:11 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:11 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:11 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:11 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:11 2024-05-02 14:09:11,780 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:11 2024-05-02 14:09:11,923 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,057 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,137 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. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,137 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. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,170 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,274 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,274 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,314 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,393 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,393 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,438 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,513 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,513 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,561 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,638 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,638 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,672 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,814 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:12 2024-05-02 14:09:12,922 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:12 2024-05-02 14:09:12,922 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed. 10:09:12 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:12 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:12 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:12 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:12 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:12 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:12 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:12 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:12 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:12 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:12 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:12 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:12 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:12 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:12 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:12 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:12 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:12 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:12 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:12 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:12 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:12 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:12 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:12 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:12 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:13 2024-05-02 14:09:12,960 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,060 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,170 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,243 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed. 10:09:13 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:13 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:13 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:13 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226) 10:09:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:13 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:13 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:13 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:13 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:13 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:13 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:13 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:13 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:13 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:13 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:13 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:13 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:13 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:13 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:13 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:13 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:13 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:13 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:13 2024-05-02 14:09:13,243 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed. 10:09:13 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 10:09:13 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 10:09:13 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 10:09:13 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 10:09:13 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226) 10:09:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:13 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:13 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:13 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:13 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:13 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:13 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:13 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:13 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:13 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:13 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:13 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:13 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:13 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:13 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:13 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:13 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:13 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:13 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:13 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:13 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:13 [WARN] [05/02/2024 14:09:13.262] [ThingsSseRouteBuilderTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ThingsSseRouteBuilderTest)] Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config 10:09:13 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.834 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest 10:09:13 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest 10:09:13 2024-05-02 14:09:13,320 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,486 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,504 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 10:09:13 2024-05-02 14:09:13,687 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:13 2024-05-02 14:09:13,765 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,813 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:13 2024-05-02 14:09:13,875 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:13 2024-05-02 14:09:13,941 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:13,974 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,039 INFO [ConnectionsRouteTest.testPostConnectionCommandWrongFails-6952904][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/2e9e194b-b873-4a7d-bb91-7e8646c19fa4/command> 10:09:14 2024-05-02 14:09:14,074 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,121 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,174 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,243 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,274 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,342 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,374 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,417 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,473 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,518 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,573 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,617 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,673 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,742 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,772 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,816 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:14 2024-05-02 14:09:14,871 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:14 2024-05-02 14:09:14,914 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 2024-05-02 14:09:14,971 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,015 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 2024-05-02 14:09:15,060 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,104 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 2024-05-02 14:09:15,165 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,222 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 2024-05-02 14:09:15,267 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,315 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 2024-05-02 14:09:15,366 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,413 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:15 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest 10:09:15 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest 10:09:15 2024-05-02 14:09:15,480 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,538 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:09:15 2024-05-02 14:09:15,568 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,579 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 10:09:15 2024-05-02 14:09:15,653 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:15 2024-05-02 14:09:15,664 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 10:09:15 2024-05-02 14:09:15,917 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:15 2024-05-02 14:09:15,930 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,252 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:16 2024-05-02 14:09:16,285 INFO [e77a42d2-f210-441a-ba86-d3bc7d100d33][] 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>. 10:09:16 2024-05-02 14:09:16,288 INFO [e77a42d2-f210-441a-ba86-d3bc7d100d33][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 404 10:09:16 2024-05-02 14:09:16,375 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:16 2024-05-02 14:09:16,446 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,446 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,449 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:16 2024-05-02 14:09:16,546 INFO [3351466f-e011-4a4b-a72b-31ff901f55aa][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 401 10:09:16 2024-05-02 14:09:16,584 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:16 2024-05-02 14:09:16,645 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,645 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,647 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:16 2024-05-02 14:09:16,650 INFO [9a84f96d-da0e-4f42-bd4b-650c7ab9d970][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 401 10:09:16 2024-05-02 14:09:16,682 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:16 2024-05-02 14:09:16,746 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,747 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,788 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:16 2024-05-02 14:09:16,857 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,857 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:16 2024-05-02 14:09:16,860 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:16 2024-05-02 14:09:16,869 INFO [83abbc0e-23f8-4bf6-9255-848c32e8eaf9][] 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]]>. 10:09:16 2024-05-02 14:09:16,877 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:16 2024-05-02 14:09:16,905 INFO [83abbc0e-23f8-4bf6-9255-848c32e8eaf9][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 200 10:09:16 2024-05-02 14:09:16,953 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,002 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,002 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,004 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,006 INFO [29862542-e717-4312-9b08-c65599fca6d6][] 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]]>. 10:09:17 2024-05-02 14:09:17,011 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,015 INFO [29862542-e717-4312-9b08-c65599fca6d6][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/whoami' was: 200 10:09:17 2024-05-02 14:09:17,063 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,120 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,121 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,138 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,140 INFO [fb1cdebe-cf93-4242-a1c7-d3821c1b1b37][] 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]]>. 10:09:17 2024-05-02 14:09:17,143 INFO [fb1cdebe-cf93-4242-a1c7-d3821c1b1b37][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of authorization subjects <101> exceeded the maximum allowed value <100>.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=fb1cdebe-cf93-4242-a1c7-d3821c1b1b37, 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}]]>! 10:09:17 2024-05-02 14:09:17,144 INFO [fb1cdebe-cf93-4242-a1c7-d3821c1b1b37][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 431 10:09:17 2024-05-02 14:09:17,187 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,268 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,268 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,271 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,272 INFO [b33c825e-13ed-4e7b-bc67-60070e9d661e][] 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=b33c825e-13ed-4e7b-bc67-60070e9d661e}]]>! 10:09:17 2024-05-02 14:09:17,300 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,356 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,356 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,358 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,366 INFO [d2e9e94b-19c2-4e3c-906c-8ea5986786ee][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/health' was: 200 10:09:17 2024-05-02 14:09:17,394 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,444 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,444 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,446 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,447 INFO [1516364e-6638-47b3-8de2-5834da961a6f][] 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>. 10:09:17 2024-05-02 14:09:17,447 INFO [1516364e-6638-47b3-8de2-5834da961a6f][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/ws/2' was: 404 10:09:17 2024-05-02 14:09:17,467 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,516 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,516 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,518 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,539 INFO [c40d3f7a-a49c-4a88-aa87-7b53a9154886][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404 10:09:17 2024-05-02 14:09:17,560 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,603 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,603 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,605 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,605 INFO [b21af4c0-6eb7-4b3d-85c4-1de1817de4d3][] 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>. 10:09:17 2024-05-02 14:09:17,606 INFO [b21af4c0-6eb7-4b3d-85c4-1de1817de4d3][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/cluster' was: 404 10:09:17 2024-05-02 14:09:17,645 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,688 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,688 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,690 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,690 INFO [f39204bb-d881-4fe3-891f-29b2dd37ea76][] 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>. 10:09:17 2024-05-02 14:09:17,691 INFO [f39204bb-d881-4fe3-891f-29b2dd37ea76][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 404 10:09:17 2024-05-02 14:09:17,718 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,775 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,775 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,778 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,780 INFO [34686eb7-b328-4554-b366-15a1f04cdbd1][] 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]]>. 10:09:17 2024-05-02 14:09:17,782 INFO [34686eb7-b328-4554-b366-15a1f04cdbd1][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <GatewayDuplicateHeaderException> occurred in gateway root route: <GatewayDuplicateHeaderException [message='<timeout> was provided as header as well as query parameter with divergent values!', errorCode=gateway:duplicate.header.field, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='A request must not contain multiple header fields with the same field name. For more information see RFC 7230 section 3.2.2.', href=https://tools.ietf.org/rfc/rfc7230.txt, dittoHeaders=ImmutableDittoHeaders [{correlation-id=34686eb7-b328-4554-b366-15a1f04cdbd1, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>! 10:09:17 2024-05-02 14:09:17,783 INFO [34686eb7-b328-4554-b366-15a1f04cdbd1][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400 10:09:17 2024-05-02 14:09:17,837 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,877 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,878 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,880 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,881 INFO [fb054f1a-5e24-4746-81c4-360a9fde11c3][] 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]]>. 10:09:17 2024-05-02 14:09:17,884 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,887 INFO [fb054f1a-5e24-4746-81c4-360a9fde11c3][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 200 10:09:17 2024-05-02 14:09:17,911 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:17 2024-05-02 14:09:17,973 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,974 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:17 2024-05-02 14:09:17,976 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:17 2024-05-02 14:09:17,990 INFO [07957e04-6d1f-4a64-871f-6452082e855f][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 200 10:09:18 2024-05-02 14:09:18,013 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,066 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,066 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,068 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,069 INFO [07349197-0823-429d-9f4e-69cd216065db][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/' was: 404 10:09:18 2024-05-02 14:09:18,095 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,154 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,154 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,156 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,158 INFO [323f0996-7a4b-4fee-bdfb-c3511e79840f][] 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]]>. 10:09:18 2024-05-02 14:09:18,161 INFO [323f0996-7a4b-4fee-bdfb-c3511e79840f][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/foo' was: 404 10:09:18 2024-05-02 14:09:18,188 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,239 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,239 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,241 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,241 INFO [ba9221be-86a9-46a0-aa15-775dff5c0923][] 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>. 10:09:18 2024-05-02 14:09:18,242 INFO [ba9221be-86a9-46a0-aa15-775dff5c0923][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 404 10:09:18 2024-05-02 14:09:18,259 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,296 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,296 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,298 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,300 INFO [ce78feb4-1fb0-4e8c-bd16-056e2416db55][] 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]]>. 10:09:18 2024-05-02 14:09:18,309 INFO [ce78feb4-1fb0-4e8c-bd16-056e2416db55][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/ws/2' was: 400 10:09:18 2024-05-02 14:09:18,347 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,388 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,389 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,390 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,392 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,395 INFO [210ad22a-74d8-460d-a751-656b15ede379][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 200 10:09:18 2024-05-02 14:09:18,419 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,471 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,471 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,501 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,551 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,551 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,553 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,555 INFO [ed8bd1df-ee2c-4e79-aa14-e824f39a87a2][] 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]]>. 10:09:18 2024-05-02 14:09:18,560 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,564 INFO [ed8bd1df-ee2c-4e79-aa14-e824f39a87a2][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200 10:09:18 2024-05-02 14:09:18,583 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,647 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,647 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,650 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,651 INFO [c5ff9684-e123-4ad3-a83f-198bb174a95b][] 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]]>. 10:09:18 2024-05-02 14:09:18,657 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <CommandHeaderInvalidException>! 10:09:18 2024-05-02 14:09:18,658 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 [{}]]>! 10:09:18 2024-05-02 14:09:18,658 INFO [c5ff9684-e123-4ad3-a83f-198bb174a95b][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400 10:09:18 2024-05-02 14:09:18,685 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,792 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,792 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,799 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,801 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]]>. 10:09:18 2024-05-02 14:09:18,804 INFO [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of bytes exceeded the maximum allowed value <5,120>!', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}, x-ditto-pre-authenticated=some-issuer:foo, x-correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}]]>! 10:09:18 2024-05-02 14:09:18,842 INFO [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 431 10:09:18 2024-05-02 14:09:18,870 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:18 2024-05-02 14:09:18,906 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,906 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:18 2024-05-02 14:09:18,908 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:18 2024-05-02 14:09:18,909 INFO [84eb0787-998f-4ce5-9460-5e7b569b353f][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/doesNotExist' was: 404 10:09:18 2024-05-02 14:09:18,951 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,005 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,006 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,008 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,009 INFO [0c7c271b-dfbb-422a-9b02-8175530a81ab][] 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>. 10:09:19 2024-05-02 14:09:19,009 INFO [0c7c271b-dfbb-422a-9b02-8175530a81ab][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/health' was: 404 10:09:19 2024-05-02 14:09:19,062 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,152 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,152 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,154 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,156 INFO [fb9fd4be-f73e-4ec1-95ea-e5761f848d96][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 401 10:09:19 2024-05-02 14:09:19,188 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,244 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,244 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,246 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,250 INFO [3a424b00-77a8-442c-b588-f770a4192728][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/health' was: 200 10:09:19 2024-05-02 14:09:19,268 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,301 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,302 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,303 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,305 INFO [dbb538cc-e40c-4fa6-bc2c-ba76faced578][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/doesNotExist' was: 301 10:09:19 2024-05-02 14:09:19,342 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,375 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,375 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,381 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,385 INFO [13ee69f0-0649-47f8-8cb0-00e165316f04][] 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]]>. 10:09:19 2024-05-02 14:09:19,388 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <ThingIdInvalidException>! 10:09:19 2024-05-02 14:09:19,388 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:e1c18917-bf79-43ed-89a3-ada49f913863:d24ae6b6-56a9-45bf-afef-30469b1b417d:9aa28fa0-fff4-48a6-a098-d8baca87876e:034e5085-022b-4c42-b86b-b32ff481e093:c24a207b-9d7f-4608-bb23-e6fb7caa74cd:f94fca5b-ba62-451d-82c5-bad18da5c881:cf8973b0-5269-420a-8feb-7e78f119bf23:3e42a705-2223-4490-a02d-9b6d6cc91c10:40f2f84b-000d-406a-bc18-bef2a2992c5b:04337f1f-4e01-4f5c-a3b0-e71c7158dd5d:0272291a-f9d3-4618-af4a-6f864cd60a43:71eaca3f-8ba6-44ad-82a6-aa481f73c3e2:5d1707b4-b13c-46bd-a386-fff6a6053811:54df6d15-f9cc-47ff-9f6a-41442efd9c27:c32cc963-4f9c-4af5-b2a6-7aa9ddfc8e38:25b862cd-b55f-4873-83d4-9b748873d9b4:943304da-72b0-4b52-ada3-2d01faee1583:95a98689-dc5f-461e-9a6c-4354b7eb9d2b:3f5236d3-98b8-4553-80a2-2f72536636dd:0b1b31c6-e160-43a6-9a87-d5cd57db9a19:a83edafb-c3ac-4d25-b0da-af9ac8dc9d98:477376e2-c82b-40c8-a56c-bc1656ac22aa:bf101772-31c1-4722-a99b-25b145ef9bf0:45fbda75-6e38-4e01-8b01-42f932be2a8e:219be851-1088-4af3-a90c-4ed4a3b4a851:0857a9fe-8e5a-44df-b78d-bf43da08e117:7c970656-0903-458b-9b74-6d9dc2926447:3a456d7a-f97c-4c80-b604-d561c0420a2a:9fccc866-e5d0-40ff-b8c4-aaf685e4b1a4:ea7f3d17-e417-4df4-9243-65e3b12b1774:96e51e7e-434f-43b6-a66b-8d63bc842038:c5cdba0a-3818-4536-aa92-5fec41f08c5d:852cd6f2-9f63-4c72-9413-4df87b5e2cbb:ee19537f-c41c-4d96-863e-c07e24b4e3e8:b9730d58-dee9-46a6-8098-a9b32ce1ac33:7e0ee815-432c-4eef-b7de-bdb65c444c28:51ffcc48-44a5-4b1b-9c2e-0b6c4fd081f2:efe8d3fb-3068-49f0-8ad6-8b1f003effee:06511e97-5900-4c29-bc53-93f3c551beca:087848d7-42e5-45a0-8a90-0e0878f3aabc:e63af60b-cac6-496c-beac-fc636256472a:48821400-9597-4896-a471-d574559c97c7:348f26c0-6a29-455b-a917-6787783ce1a3:776969e9-af53-4b78-a9fb-34dcdebdadd6:350ee9f2-67cc-4cf2-b1a2-8a5de8ed88a3:13cf63de-87e4-4fc9-8f1c-b97f0785692e:9517266b-69c0-4337-92c0-a7152a0bc204:2f8d7557-b8cc-4a2b-888e-cfde13477043:71b6297d-cfee-43d3-a815-83ace29700b3:9f905119-6d29-4059-ad3d-631cca6b09a6:30964480-9ea4-4b44-9ed0-91ee1cb9eb8f:0f75e83a-b290-44c7-830e-6041ce7b36ef:238f8d33-ded5-45c6-bd00-8ffeaa07101b:48c7dcfe-e394-43ec-962b-f267798fc256:48bea6c7-81c4-4464-9ecb-aaf8636b5abf:ae5556ab-6fb5-47d6-8ec7-b9a503a43817:7ddb4199-6345-40ce-8e9a-fcc538380151:3d3220db-84b7-4bfe-8cdc-a48efb29c4d7:438b84e0-d65e-44cc-9492-44caa43a2e43:2c983b19-564d-47df-b672-54e8b87f7269:3440c976-c181-471d-9841-3c2a16be2eb2:0ad32134-fec5-4a0b-96ac-40edc741e56a:66a9ea0c-c842-4e21-8cc7-4302a81d7941:2f72c62a-7e9d-4a67-a132-0746cedb14f3:683c0e44-2612-435c-b02f-6a0bfd109c54:92cd201c-0cf0-4e38-8eca-23b96451a507:45c66317-78c8-4f3f-a862-e4d0f4598f91:da4fbc80-5a92-48e5-ad38-73b76aa8517f:c6f85514-90ea-44c5-9d28-33756d61adb4:e7c2635d-513d-42d1-82e6-0f45c674f021:edb2b84a-7587-43d7-8390-beb03a80460f:85dda43e-5343-497e-85b7-f4115f38a1b0:d6dc8e4c-f47e-411d-99d1-107f7bbb6e88:d4858be3-bafd-481b-9fc6-0a2aab12f822:f119b463-eec7-4b7a-876a-fbc5007d3806:903c9ffa-50a1-44cc-ace6-5315177a7610:54dc20b5-a3fc-4f1f-a6ea-d33d7585c857:5cd5b409-0218-421b-9afc-ed005f7396c6:42b0052d-0fef-4df8-9500-3f1edb2aff30:564ec56f-39e1-4a30-beea-d74065f95302:08387902-bb07-4176-bc08-c74358c850a4:c6129f78-a603-4ed4-a38f-103f59d09960:4b7f9f6b-e3ea-44f8-9ed8-c711e1eb2f78:5674b260-0491-4a64-88d8-8cfe51afd926:e947db3e-6e02-4e26-972e-45fb0f717bd6:3e006c76-8a7b-499e-a9fa-e5d0b71ef0ba:f363b095-66e2-43c5-b6c9-c75de88363c6:5ef1356d-7920-46a9-a90b-fe4870afa0a2:2c7753d6-2f36-4887-87cd-e978bbfd5115:66e1bb18-0bc0-4227-adef-4653ada247f7:54fd438e-5c21-4ad7-a532-d014cb25246e:9f8c8a99-36fa-43e2-a2f3-37aac249472a:f0e51f8a-0a89-468f-92d2-cc96cf7f2737:004dfbee-1cbc-4e82-97c8-6a962146e05d:0c94050c-0b68-4b03-872b-9bbf39a9ace3:e8c8c402-eb45-4666-85e5-ff6834e3ddca:c85fc7f9-be88-4875-a1e3-b13d99a15b6d:939ae665-0341-46f8-9f08-79022cfd94b6:9f39a0d2-1fb2-4bc8-82be-6cd1627acbba:fdf1f1c9-9ee2-41bc-9e29-6aedfd65e692' 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 [{}]]>! 10:09:19 2024-05-02 14:09:19,389 INFO [13ee69f0-0649-47f8-8cb0-00e165316f04][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things/namespace:e1c18917-bf79-43ed-89a3-ada49f913863:d24ae6b6-56a9-45bf-afef-30469b1b417d:9aa28fa0-fff4-48a6-a098-d8baca87876e:034e5085-022b-4c42-b86b-b32ff481e093:c24a207b-9d7f-4608-bb23-e6fb7caa74cd:f94fca5b-ba62-451d-82c5-bad18da5c881:cf8973b0-5269-420a-8feb-7e78f119bf23:3e42a705-2223-4490-a02d-9b6d6cc91c10:40f2f84b-000d-406a-bc18-bef2a2992c5b:04337f1f-4e01-4f5c-a3b0-e71c7158dd5d:0272291a-f9d3-4618-af4a-6f864cd60a43:71eaca3f-8ba6-44ad-82a6-aa481f73c3e2:5d1707b4-b13c-46bd-a386-fff6a6053811:54df6d15-f9cc-47ff-9f6a-41442efd9c27:c32cc963-4f9c-4af5-b2a6-7aa9ddfc8e38:25b862cd-b55f-4873-83d4-9b748873d9b4:943304da-72b0-4b52-ada3-2d01faee1583:95a98689-dc5f-461e-9a6c-4354b7eb9d2b:3f5236d3-98b8-4553-80a2-2f72536636dd:0b1b31c6-e160-43a6-9a87-d5cd57db9a19:a83edafb-c3ac-4d25-b0da-af9ac8dc9d98:477376e2-c82b-40c8-a56c-bc1656ac22aa:bf101772-31c1-4722-a99b-25b145ef9bf0:45fbda75-6e38-4e01-8b01-42f932be2a8e:219be851-1088-4af3-a90c-4ed4a3b4a851:0857a9fe-8e5a-44df-b78d-bf43da08e117:7c970656-0903-458b-9b74-6d9dc2926447:3a456d7a-f97c-4c80-b604-d561c0420a2a:9fccc866-e5d0-40ff-b8c4-aaf685e4b1a4:ea7f3d17-e417-4df4-9243-65e3b12b1774:96e51e7e-434f-43b6-a66b-8d63bc842038:c5cdba0a-3818-4536-aa92-5fec41f08c5d:852cd6f2-9f63-4c72-9413-4df87b5e2cbb:ee19537f-c41c-4d96-863e-c07e24b4e3e8:b9730d58-dee9-46a6-8098-a9b32ce1ac33:7e0ee815-432c-4eef-b7de-bdb65c444c28:51ffcc48-44a5-4b1b-9c2e-0b6c4fd081f2:efe8d3fb-3068-49f0-8ad6-8b1f003effee:06511e97-5900-4c29-bc53-93f3c551beca:087848d7-42e5-45a0-8a90-0e0878f3aabc:e63af60b-cac6-496c-beac-fc636256472a:48821400-9597-4896-a471-d574559c97c7:348f26c0-6a29-455b-a917-6787783ce1a3:776969e9-af53-4b78-a9fb-34dcdebdadd6:350ee9f2-67cc-4cf2-b1a2-8a5de8ed88a3:13cf63de-87e4-4fc9-8f1c-b97f0785692e:9517266b-69c0-4337-92c0-a7152a0bc204:2f8d7557-b8cc-4a2b-888e-cfde13477043:71b6297d-cfee-43d3-a815-83ace29700b3:9f905119-6d29-4059-ad3d-631cca6b09a6:30964480-9ea4-4b44-9ed0-91ee1cb9eb8f:0f75e83a-b290-44c7-830e-6041ce7b36ef:238f8d33-ded5-45c6-bd00-8ffeaa07101b:48c7dcfe-e394-43ec-962b-f267798fc256:48bea6c7-81c4-4464-9ecb-aaf8636b5abf:ae5556ab-6fb5-47d6-8ec7-b9a503a43817:7ddb4199-6345-40ce-8e9a-fcc538380151:3d3220db-84b7-4bfe-8cdc-a48efb29c4d7:438b84e0-d65e-44cc-9492-44caa43a2e43:2c983b19-564d-47df-b672-54e8b87f7269:3440c976-c181-471d-9841-3c2a16be2eb2:0ad32134-fec5-4a0b-96ac-40edc741e56a:66a9ea0c-c842-4e21-8cc7-4302a81d7941:2f72c62a-7e9d-4a67-a132-0746cedb14f3:683c0e44-2612-435c-b02f-6a0bfd109c54:92cd201c-0cf0-4e38-8eca-23b96451a507:45c66317-78c8-4f3f-a862-e4d0f4598f91:da4fbc80-5a92-48e5-ad38-73b76aa8517f:c6f85514-90ea-44c5-9d28-33756d61adb4:e7c2635d-513d-42d1-82e6-0f45c674f021:edb2b84a-7587-43d7-8390-beb03a80460f:85dda43e-5343-497e-85b7-f4115f38a1b0:d6dc8e4c-f47e-411d-99d1-107f7bbb6e88:d4858be3-bafd-481b-9fc6-0a2aab12f822:f119b463-eec7-4b7a-876a-fbc5007d3806:903c9ffa-50a1-44cc-ace6-5315177a7610:54dc20b5-a3fc-4f1f-a6ea-d33d7585c857:5cd5b409-0218-421b-9afc-ed005f7396c6:42b0052d-0fef-4df8-9500-3f1edb2aff30:564ec56f-39e1-4a30-beea-d74065f95302:08387902-bb07-4176-bc08-c74358c850a4:c6129f78-a603-4ed4-a38f-103f59d09960:4b7f9f6b-e3ea-44f8-9ed8-c711e1eb2f78:5674b260-0491-4a64-88d8-8cfe51afd926:e947db3e-6e02-4e26-972e-45fb0f717bd6:3e006c76-8a7b-499e-a9fa-e5d0b71ef0ba:f363b095-66e2-43c5-b6c9-c75de88363c6:5ef1356d-7920-46a9-a90b-fe4870afa0a2:2c7753d6-2f36-4887-87cd-e978bbfd5115:66e1bb18-0bc0-4227-adef-4653ada247f7:54fd438e-5c21-4ad7-a532-d014cb25246e:9f8c8a99-36fa-43e2-a2f3-37aac249472a:f0e51f8a-0a89-468f-92d2-cc96cf7f2737:004dfbee-1cbc-4e82-97c8-6a962146e05d:0c94050c-0b68-4b03-872b-9bbf39a9ace3:e8c8c402-eb45-4666-85e5-ff6834e3ddca:c85fc7f9-be88-4875-a1e3-b13d99a15b6d:939ae665-0341-46f8-9f08-79022cfd94b6:9f39a0d2-1fb2-4bc8-82be-6cd1627acbba:fdf1f1c9-9ee2-41bc-9e29-6aedfd65e692' was: 400 10:09:19 2024-05-02 14:09:19,414 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,466 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,466 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,468 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,469 INFO [32cbc4ce-004d-4e8b-a9eb-706c72052575][] 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]]>. 10:09:19 2024-05-02 14:09:19,472 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,474 INFO [32cbc4ce-004d-4e8b-a9eb-706c72052575][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 200 10:09:19 2024-05-02 14:09:19,495 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,544 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,544 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,545 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,547 INFO [89632e77-fcda-4834-8682-8b868ac273f2][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 200 10:09:19 2024-05-02 14:09:19,567 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,600 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,601 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,602 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,605 INFO [8054f37a-72eb-4de2-ae6a-cb6f0e8d1679][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/cluster' was: 200 10:09:19 2024-05-02 14:09:19,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:19 2024-05-02 14:09:19,672 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,672 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:19 2024-05-02 14:09:19,674 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 10:09:19 2024-05-02 14:09:19,675 INFO [89428e51-6992-4a28-af8a-2de933cc6227][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404 10:09:19 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.248 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest 10:09:19 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest 10:09:19 2024-05-02 14:09:19,808 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}]]>! 10:09:19 [INFO] [05/02/2024 14:09:19.819] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:19 [INFO] [05/02/2024 14:09:19.852] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:19 2024-05-02 14:09:19,891 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <null>! 10:09:19 java.lang.AssertionError: null 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189) 10:09:19 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:19 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:19 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:19 2024-05-02 14:09:19,891 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <null>! 10:09:19 java.lang.AssertionError: null 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189) 10:09:19 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:19 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:19 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:19 [INFO] [05/02/2024 14:09:19.894] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:19 2024-05-02 14:09:19,922 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <DittoJsonException>! 10:09:19 2024-05-02 14:09:19,922 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 [{}]]>! 10:09:19 [INFO] [05/02/2024 14:09:19.924] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:19 2024-05-02 14:09:19,955 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <42>! 10:09:19 java.lang.NumberFormatException: 42 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177) 10:09:19 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:19 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:19 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:19 2024-05-02 14:09:19,955 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <42>! 10:09:19 java.lang.NumberFormatException: 42 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177) 10:09:19 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 10:09:19 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:19 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 10:09:19 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 10:09:19 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:19 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:19 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:19 [INFO] [05/02/2024 14:09:19.957] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:19 [INFO] [05/02/2024 14:09:19.996] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:20 2024-05-02 14:09:20,025 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}]]>! 10:09:20 [INFO] [05/02/2024 14:09:20.027] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:20 2024-05-02 14:09:20,059 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <DittoJsonException>! 10:09:20 2024-05-02 14:09:20,060 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 [{}]]>! 10:09:20 [INFO] [05/02/2024 14:09:20.061] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:20 2024-05-02 14:09:20,093 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>! 10:09:20 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42 10:09:20 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125) 10:09:20 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:20 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:20 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:20 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:20 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:20 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:20 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:20 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:20 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:20 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:20 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:20 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:20 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:20 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:20 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:20 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:20 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:20 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:20 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:20 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:20 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:20 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:20 Caused by: java.lang.NumberFormatException: 42 10:09:20 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124) 10:09:20 ... 36 common frames omitted 10:09:20 2024-05-02 14:09:20,093 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>! 10:09:20 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42 10:09:20 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125) 10:09:20 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:20 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:20 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:20 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:20 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:20 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:20 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:20 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:20 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:20 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:20 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:20 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:20 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:20 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:20 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:20 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:20 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:20 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:20 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:20 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:20 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:20 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:20 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:20 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:20 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:20 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:20 Caused by: java.lang.NumberFormatException: 42 10:09:20 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124) 10:09:20 ... 36 common frames omitted 10:09:20 [INFO] [05/02/2024 14:09:20.094] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest 10:09:20 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest 10:09:20 2024-05-02 14:09:20,123 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,169 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,177 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 10:09:20 2024-05-02 14:09:20,198 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,218 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,265 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,289 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,315 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,359 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,399 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,425 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,460 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,484 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,515 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,556 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,576 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,603 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,644 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,670 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,694 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,721 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,746 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,774 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,807 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,877 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,901 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:20 2024-05-02 14:09:20,940 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:20 2024-05-02 14:09:20,981 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,041 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,066 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,091 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,116 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,161 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,191 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,211 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,251 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,271 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,342 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,366 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,391 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,437 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,462 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,487 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,516 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,554 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,576 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,599 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,663 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,689 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,713 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,750 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,784 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,814 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,859 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,893 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,927 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:21 2024-05-02 14:09:21,952 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:21 2024-05-02 14:09:21,975 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:21,991 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,015 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,051 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,073 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,091 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,113 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,146 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,170 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,190 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,212 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,240 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,264 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,279 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,319 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,369 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,391 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,408 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,446 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,472 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,511 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,545 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,561 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,600 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,622 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,650 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,676 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,700 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,739 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,766 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,792 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,814 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,846 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,865 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,894 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,915 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:22 2024-05-02 14:09:22,954 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:22 2024-05-02 14:09:22,976 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,002 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,027 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,060 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,083 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,122 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,157 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.062 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest 10:09:23 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest 10:09:23 2024-05-02 14:09:23,188 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,237 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,243 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 10:09:23 2024-05-02 14:09:23,278 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,317 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,351 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,381 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,421 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,470 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,493 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,519 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,557 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,579 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,618 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,654 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,682 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,703 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,740 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,763 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,790 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,837 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,860 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,883 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:23 2024-05-02 14:09:23,900 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,959 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:23 2024-05-02 14:09:23,981 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,003 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,025 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,052 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,074 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,092 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,151 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,173 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,191 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,260 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,287 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,310 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,349 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,369 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,391 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest 10:09:24 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest 10:09:24 2024-05-02 14:09:24,414 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,465 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,471 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 10:09:24 2024-05-02 14:09:24,489 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,514 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,550 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,589 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,645 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,670 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,694 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,745 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,770 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,794 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,817 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,854 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,877 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,881 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:24 2024-05-02 14:09:24,907 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:24 2024-05-02 14:09:24,944 INFO [ThingsRouteTest.postThingWithLiveChannelHeader-2a49fb2][] 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-2a49fb2, channel=live}]]>! 10:09:25 2024-05-02 14:09:24,966 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:24,988 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:24,996 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,015 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,050 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,064 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,086 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,089 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,113 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,150 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,172 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,195 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,214 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,246 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,263 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,285 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,302 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,324 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,351 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,373 INFO [ThingsRouteTest.postThingWithLiveChannelQueryParameter-8699059][] 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-8699059}]]>! 10:09:25 2024-05-02 14:09:25,390 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,412 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,414 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,449 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,470 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 2024-05-02 14:09:25,490 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,513 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <ThingIdInvalidException>! 10:09:25 2024-05-02 14:09:25,513 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 [{}]]>! 10:09:25 2024-05-02 14:09:25,546 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,568 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 10:09:25 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest 10:09:25 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest 10:09:25 2024-05-02 14:09:25,589 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,638 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,646 WARN [][] o.a.p.c.Cluster Cluster(pekko://9e0bc798-49c2-4d69-b8a5-4885ab7c51f5) - 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 10:09:25 2024-05-02 14:09:25,671 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,678 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 10:09:25 2024-05-02 14:09:25,746 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,788 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,846 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 2024-05-02 14:09:25,885 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest 10:09:25 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest 10:09:26 2024-05-02 14:09:25,982 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,059 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,065 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 10:09:26 2024-05-02 14:09:26,098 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,167 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,205 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,254 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,292 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,342 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 2024-05-02 14:09:26,381 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest 10:09:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest 10:09:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest 10:09:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest 10:09:26 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest 10:09:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest 10:09:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest 10:09:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest 10:09:26 2024-05-02 14:09:26,685 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl> 10:09:26 [INFO] [05/02/2024 14:09:26.704] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:26 [INFO] [05/02/2024 14:09:26.796] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:26 2024-05-02 14:09:26,873 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl> 10:09:26 [INFO] [05/02/2024 14:09:26.874] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:26 [INFO] [05/02/2024 14:09:26.953] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:26 [INFO] [05/02/2024 14:09:26.991] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 [INFO] [05/02/2024 14:09:27.044] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 2024-05-02 14:09:27,082 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl> 10:09:27 [INFO] [05/02/2024 14:09:27.084] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest 10:09:27 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest 10:09:27 2024-05-02 14:09:27,105 WARN [][] k.c.HttpPropagation$Settings - W3C TraceContext propagation should be used only with identifier-scheme = double 10:09:27 2024-05-02 14:09:27,105 WARN [][] k.c.HttpPropagation$Settings - W3C TraceContext propagation should be used only with identifier-scheme = double 10:09:27 2024-05-02 14:09:27,113 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 10:09:27 2024-05-02 14:09:27,178 WARN [][] k.m.ModuleRegistry - Failed to create instance of module [Process Metrics] 10:09:27 java.lang.NoClassDefFoundError: oshi/SystemInfo 10:09:27 at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65) 10:09:27 at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39) 10:09:27 at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171) 10:09:27 at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124) 10:09:27 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 10:09:27 at scala.Option.fold(Option.scala:263) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120) 10:09:27 at scala.collection.immutable.List.foreach(List.scala:333) 10:09:27 at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120) 10:09:27 at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99) 10:09:27 at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98) 10:09:27 at kamon.Kamon$.loadModules(Kamon.scala:19) 10:09:27 at kamon.Init.init(Init.scala:69) 10:09:27 at kamon.Init.init$(Init.scala:60) 10:09:27 at kamon.Kamon$.init(Kamon.scala:19) 10:09:27 at kamon.Kamon.init(Kamon.scala) 10:09:27 at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50) 10:09:27 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) 10:09:27 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:09:27 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:27 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:27 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo 10:09:27 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) 10:09:27 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) 10:09:27 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) 10:09:27 ... 31 common frames omitted 10:09:27 2024-05-02 14:09:27,182 INFO [][] k.o.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter 10:09:27 2024-05-02 14:09:27,184 INFO [][] k.o.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter 10:09:27 2024-05-02 14:09:27,247 INFO [][] k.o.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 10:09:27 2024-05-02 14:09:27,738 INFO [][] k.p.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics 10:09:27 2024-05-02 14:09:27,747 WARN [][] k.m.ModuleRegistry - Failed to create instance of module [Host Metrics] 10:09:27 java.lang.NoClassDefFoundError: oshi/SystemInfo 10:09:27 at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82) 10:09:27 at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45) 10:09:27 at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243) 10:09:27 at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124) 10:09:27 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 10:09:27 at scala.Option.fold(Option.scala:263) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127) 10:09:27 at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120) 10:09:27 at scala.collection.immutable.List.foreach(List.scala:333) 10:09:27 at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120) 10:09:27 at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99) 10:09:27 at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98) 10:09:27 at kamon.Kamon$.loadModules(Kamon.scala:19) 10:09:27 at kamon.Init.init(Init.scala:69) 10:09:27 at kamon.Init.init$(Init.scala:60) 10:09:27 at kamon.Kamon$.init(Kamon.scala:19) 10:09:27 at kamon.Kamon.init(Kamon.scala) 10:09:27 at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50) 10:09:27 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) 10:09:27 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:09:27 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:27 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:27 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:27 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:27 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo 10:09:27 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) 10:09:27 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) 10:09:27 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) 10:09:27 ... 31 common frames omitted 10:09:27 2024-05-02 14:09:27,755 INFO [][] kamon.Init - 10:09:27 _ 10:09:27 | | 10:09:27 | | ____ _ _ __ ___ ___ _ __ 10:09:27 | |/ / _ | _ ` _ \ / _ \| _ \ 10:09:27 | < (_| | | | | | | (_) | | | | 10:09:27 |_|\_\__,_|_| |_| |_|\___/|_| |_| 10:09:27 ===================================== 10:09:27 Initializing Kamon Telemetry v2.7.0 / Kanela not found 10:09:27 10:09:27 2024-05-02 14:09:27,760 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>. 10:09:27 [INFO] [05/02/2024 14:09:27.812] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 [INFO] [05/02/2024 14:09:27.821] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 [INFO] [05/02/2024 14:09:27.889] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:27 [INFO] [05/02/2024 14:09:27.896] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:28 [ERROR] [05/02/2024 14:09:28.311] [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. 10:09:28 java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 10:09:28 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 10:09:28 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 10:09:28 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 10:09:28 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 10:09:28 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 10:09:28 at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131) 10:09:28 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:28 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:28 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:28 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:28 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:28 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:28 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:28 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:28 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:28 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:28 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 10:09:28 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:28 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:28 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:28 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:28 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:28 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:28 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:28 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:28 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:28 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:28 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:28 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 10:09:28 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 10:09:28 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:28 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:28 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:28 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:28 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:28 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:28 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:28 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:28 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:28 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:28 10:09:28 [INFO] [05/02/2024 14:09:28.313] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:28 [INFO] [05/02/2024 14:09:28.321] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:28 [INFO] [05/02/2024 14:09:28.418] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:28 [INFO] [05/02/2024 14:09:28.437] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.356 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest 10:09:28 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest 10:09:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest 10:09:28 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest 10:09:28 2024-05-02 14:09:28,650 INFO [][] k.o.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter 10:09:28 May 02, 2024 2:09:28 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 10:09:28 SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled 10:09:28 java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@6396db2f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9] 10:09:28 at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) 10:09:28 at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 10:09:28 at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) 10:09:28 at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721) 10:09:28 at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21) 10:09:28 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:09:28 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:09:28 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:09:28 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:09:28 at scala.concurrent.Promise.complete(Promise.scala:57) 10:09:28 at scala.concurrent.Promise.complete$(Promise.scala:56) 10:09:28 at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104) 10:09:28 at scala.concurrent.Promise.failure(Promise.scala:109) 10:09:28 at scala.concurrent.Promise.failure$(Promise.scala:109) 10:09:28 at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104) 10:09:28 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 10:09:28 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 10:09:28 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 10:09:28 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 10:09:28 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:09:28 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:09:28 at java.base/java.lang.Thread.run(Thread.java:833) 10:09:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest 10:09:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest 10:09:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest 10:09:29 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.480 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest 10:09:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest 10:09:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest 10:09:29 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest 10:09:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest 10:09:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest 10:09:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest 10:09:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest 10:09:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest 10:09:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest 10:09:30 [INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest 10:09:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest 10:09:31 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest 10:09:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest 10:09:31 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest 10:09:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest 10:09:31 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest 10:09:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest 10:09:31 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest 10:09:31 2024-05-02 14:09:31,349 INFO [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 10:09:31 2024-05-02 14:09:31,375 WARN [][] o.e.d.i.u.c.r.SecretFromPathReader - Failed to read secret at path </run/secrets/devops_password>! 10:09:31 2024-05-02 14:09:31,376 WARN [][] o.e.d.i.u.c.r.SecretFromPathReader - Failed to read secret at path </run/secrets/status_password>! 10:09:31 2024-05-02 14:09:31,455 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:31 2024-05-02 14:09:31,466 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:38987] with UID [9031606019197029204] 10:09:31 2024-05-02 14:09:31,467 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:38987] - Starting up, Pekko version [1.0.2] ... 10:09:31 2024-05-02 14:09:31,470 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:38987] - Registered cluster JMX MBean [pekko:type=Cluster] 10:09:31 2024-05-02 14:09:31,470 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:38987] - Started up successfully 10:09:31 2024-05-02 14:09:31,491 INFO [][] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:09:31 2024-05-02 14:09:31,491 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:38987] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining 10:09:31 2024-05-02 14:09:31,654 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. 10:09:31 2024-05-02 14:09:31,869 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:31 2024-05-02 14:09:31,869 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 10:09:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest 10:09:32 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest 10:09:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest 10:09:32 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest 10:09:32 2024-05-02 14:09:32,519 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:09:32 2024-05-02 14:09:32,542 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.861 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest 10:09:34 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest 10:09:34 2024-05-02 14:09:34,385 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:09:34 2024-05-02 14:09:34,400 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 2024-05-02 14:09:34,484 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 2024-05-02 14:09:34,557 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 2024-05-02 14:09:34,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 2024-05-02 14:09:34,786 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:34 2024-05-02 14:09:34,836 WARN [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.165567202S> is more than the maximum <PT2400H>. Keeping session open indefinitely. 10:09:34 2024-05-02 14:09:34,950 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,019 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,097 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,182 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,360 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,449 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,508 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,693 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 2024-05-02 14:09:35,758 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:35 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.423 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest 10:09:35 [INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest 10:09:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest 10:09:35 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest 10:09:38 2024-05-02 14:09:38,662 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <ExpiredJwtException> with message: <JWT expired 10661 milliseconds ago at 2024-05-02T14:09:28.000Z. Current time: 2024-05-02T14:09:38.661Z. Allowed clock skew: 10000 milliseconds.> 10:09:38 2024-05-02 14:09:38,664 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <UnsupportedJwtException> with message: <Unsecured JWSs (those with an 'alg' (Algorithm) header value of 'none') are disallowed by default as mandated by https://www.rfc-editor.org/rfc/rfc7518.html#section-3.6. If you wish to allow them to be parsed, call the JwtParserBuilder.unsecured() method, but please read the security considerations covered in that method's JavaDoc before doing so. Header: {kid=pFXsMxGhnXJgzg9aO9xYUTYegCP4XsnuGhQEeQaAQrI, alg=none}> 10:09:38 2024-05-02 14:09:38,667 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <PrematureJwtException> with message: <JWT early by 29334 milliseconds before 2024-05-02T14:10:08.000Z. Current time: 2024-05-02T14:09:38.666Z. Allowed clock skew: 10000 milliseconds.> 10:09:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.829 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest 10:09:38 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest 10:09:38 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest 10:09:38 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest 10:09:38 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest 10:09:38 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest 10:09:38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest 10:09:38 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest 10:09:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest 10:09:38 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest 10:09:39 2024-05-02 14:09:38,979 INFO [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 2024-05-02 14:09:39,200 INFO [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 2024-05-02 14:09:39,204 INFO [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 2024-05-02 14:09:39,208 INFO [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest 10:09:39 2024-05-02 14:09:39,236 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest 10:09:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest 10:09:39 2024-05-02 14:09:39,278 INFO [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 2024-05-02 14:09:39,284 INFO [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 10:09:39 [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 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest 10:09:39 [INFO] [05/02/2024 14:09:39.473] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 2024-05-02 14:09:39,558 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."}>. 10:09:39 May 02, 2024 2:09:39 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:09:39 WARNING: Exception thrown during asynchronous load 10:09:39 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 [{}]] 10:09:39 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195) 10:09:39 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94) 10:09:39 at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688) 10:09:39 at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83) 10:09:39 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174) 10:09:39 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 10:09:39 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174) 10:09:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:39 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:39 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:39 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:39 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:39 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:39 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:39 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:39 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:39 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:39 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:39 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:39 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:39 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:39 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:39 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:39 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:39 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:39 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:39 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:39 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 [{}]] 10:09:39 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126) 10:09:39 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111) 10:09:39 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235) 10:09:39 ... 51 more 10:09:39 10:09:39 2024-05-02 14:09:39,562 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."}>. 10:09:39 May 02, 2024 2:09:39 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:09:39 WARNING: Exception thrown during asynchronous load 10:09:39 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 [{}]] 10:09:39 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195) 10:09:39 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94) 10:09:39 at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688) 10:09:39 at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686) 10:09:39 at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92) 10:09:39 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83) 10:09:39 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183) 10:09:39 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 10:09:39 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183) 10:09:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:09:39 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:09:39 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:09:39 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:09:39 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:09:39 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:09:39 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:09:39 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:09:39 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 10:09:39 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:09:39 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:09:39 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:09:39 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:09:39 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:09:39 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:09:39 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:09:39 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:09:39 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:09:39 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:09:39 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 10:09:39 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 10:09:39 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 10:09:39 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:09:39 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:09:39 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:09:39 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 [{}]] 10:09:39 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126) 10:09:39 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111) 10:09:39 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235) 10:09:39 ... 51 more 10:09:39 10:09:39 [INFO] [05/02/2024 14:09:39.564] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 [INFO] [05/02/2024 14:09:39.648] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 2024-05-02 14:09:39,674 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> 10:09:39 org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field! 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339) 10:09:39 at java.base/java.util.Optional.orElseThrow(Optional.java:403) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:09:39 at java.base/java.lang.Thread.run(Thread.java:833) 10:09:39 May 02, 2024 2:09:39 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 10:09:39 WARNING: Exception thrown during asynchronous load 10:09:39 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 [{}]] 10:09:39 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:09:39 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 10:09:39 at java.base/java.lang.Thread.run(Thread.java:833) 10:09:39 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 [{}]] 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87) 10:09:39 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198) 10:09:39 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) 10:09:39 ... 5 more 10:09:39 Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field! 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339) 10:09:39 at java.base/java.util.Optional.orElseThrow(Optional.java:403) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318) 10:09:39 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294) 10:09:39 ... 7 more 10:09:39 10:09:39 [INFO] [05/02/2024 14:09:39.676] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 [INFO] [05/02/2024 14:09:39.755] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 [INFO] [05/02/2024 14:09:39.785] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:09:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest 10:09:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest 10:09:39 2024-05-02 14:09:39,845 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]]>. 10:09:39 2024-05-02 14:09:39,846 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]]>. 10:09:39 2024-05-02 14:09:39,852 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]]>. 10:09:39 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest 10:09:39 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest 10:09:40 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest 10:09:40 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest 10:09:40 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest 10:09:40 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest 10:09:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest 10:09:40 [INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest 10:09:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest 10:09:40 [INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest 10:09:40 2024-05-02 14:09:40,347 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:09:40 2024-05-02 14:09:40,356 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 10:09:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.378 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest 10:09:45 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest 10:09:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest 10:09:45 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest 10:09:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest 10:09:46 [INFO] 10:09:46 [INFO] Results: 10:09:46 [INFO] 10:09:46 [INFO] Tests run: 630, Failures: 0, Errors: 0, Skipped: 0 10:09:46 [INFO] 10:09:46 [INFO] 10:09:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service --- 10:09:46 [INFO] 10:09:46 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service --- 10:09:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 10:09:46 [INFO] 10:09:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service --- 10:09:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:09:46 [INFO] No previous run data found, generating javadoc. 10:09:51 [WARNING] Javadoc Warnings 10:09:51 [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 10:09:51 [WARNING] * <p> 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.starter; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.streaming; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.util.config; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected final int connectionsRetrieveLimit; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected final Duration defaultTimeout; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected final ActorRef edgeCommandForwarder; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected RetrieveConnections initialCommand; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass()); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected final ActorRef sender; 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected void handleTimeout() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected void stop() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor, 10:09:51 [WARNING] ^ 10:09:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:701: warning: no comment 10:09:51 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request, 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData( 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected Route handlePerRequest(final RequestContext ctx, 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command, 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public AuthorizationContext getConnectionAuthContext() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public String getConnectionCorrelationId() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() { 10:09:51 [WARNING] ^ 10:09:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:113: warning: no comment 10:09:51 [WARNING] public Optional<KillSwitch> getKillSwitch() { 10:09:51 [WARNING] ^ 10:09:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:109: warning: no comment 10:09:51 [WARNING] public List<String> getNamespaces() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Optional<Instant> getSessionExpirationTime() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public String getType() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] IDS_ONLY("ids-only"), 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] enum RequestType { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] API, 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] SSE 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] WS, 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] Route authenticateDevOps(final String realm, final Route inner); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public final class DevopsAuthenticationDirectiveFactory { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DevopsAuthenticationDirective devops() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance( 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DevopsAuthenticationDirective status() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] BASIC("basic"); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] OAUTH2("oauth2"), 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> { 10:09:51 [WARNING] ^ 10:09:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment 10:09:51 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] ENABLED("enabled", true), 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] EXPECTED("expected", 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute); 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public final class HttpUtils { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public interface JwkException { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public JwtValidator getJwtValidator() { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> { 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs( 10:09:51 [WARNING] ^ 10:09:51 [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 10:09:51 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) { 10:09:51 [WARNING] ^ 10:09:51 [WARNING] 100 warnings 10:09:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 10:09:51 [INFO] 10:09:51 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service --- 10:09:51 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.5.0 in the shaded jar. 10:09:51 [INFO] Including io.cloudevents:cloudevents-core:jar:2.5.0 in the shaded jar. 10:09:51 [INFO] Including io.cloudevents:cloudevents-api:jar:2.5.0 in the shaded jar. 10:09:51 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.12.5 in the shaded jar. 10:09:51 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.12.5 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:09:51 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:09:51 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:09:51 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:09:51 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:09:51 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:09:51 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:09:51 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:09:51 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:09:51 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:09:51 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:09:51 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:09:51 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:09:51 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:09:51 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:09:51 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:09:51 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:09:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:09:51 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:09:51 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:09:51 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:09:51 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:09:51 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:09:51 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:09:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:09:51 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:09:51 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:09:51 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:09:51 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:09:51 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:09:51 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:09:51 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:09:51 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:09:51 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:09:51 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:09:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:09:58 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:09:58 [WARNING] - META-INF.versions.9.module-info 10:09:58 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:09:58 [WARNING] - META-INF/DISCLAIMER 10:09:58 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, cloudevents-api-2.5.0.jar, cloudevents-core-2.5.0.jar, cloudevents-http-basic-2.5.0.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.12.5.jar, jjwt-impl-0.12.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:09:58 [WARNING] - META-INF/MANIFEST.MF 10:09:58 [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: 10:09:58 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:09:58 [WARNING] - META-INF/NOTICE.md 10:09:58 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:09:58 [WARNING] - META-INF/LICENSE.txt 10:09:58 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:09:58 [WARNING] - META-INF/LICENSE 10:09:58 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:09:58 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:09:58 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:09:58 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:09:58 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:09:58 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:09:58 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:09:58 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:09:58 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:09:58 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:09:58 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:09:58 [WARNING] - META-INF/io.netty.versions.properties 10:09:58 [WARNING] maven-shade-plugin has detected that some files are 10:09:58 [WARNING] present in two or more JARs. When this happens, only one 10:09:58 [WARNING] single version of the file is copied to the uber jar. 10:09:58 [WARNING] Usually this is not harmful and you can skip these warnings, 10:09:58 [WARNING] otherwise try to manually exclude artifacts based on 10:09:58 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:09:58 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:09:58 [INFO] Attaching shaded artifact. 10:09:58 [INFO] 10:09:58 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service --- 10:09:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 10:09:58 [INFO] 10:09:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service --- 10:09:58 [INFO] Tests are skipped. 10:09:58 [INFO] 10:09:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service --- 10:09:58 [INFO] Tests are skipped. 10:09:58 [INFO] 10:09:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service --- 10:09:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec 10:09:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes 10:09:59 [INFO] 10:09:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service --- 10:09:59 [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 10:09:59 [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 10:09:59 [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 10:09:59 [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 10:09:59 [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 10:09:59 [INFO] 10:09:59 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- 10:09:59 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [74/77] 10:09:59 [INFO] from policies/service/pom.xml 10:09:59 [INFO] --------------------------------[ jar ]--------------------------------- 10:10:00 [INFO] 10:10:00 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-service --- 10:10:00 [INFO] 10:10:00 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-service --- 10:10:00 [INFO] 10:10:00 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service --- 10:10:00 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:10:00 [INFO] 10:10:00 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service --- 10:10:00 [INFO] Assigning port '45561' to property 'random-pekko-tcp-port' 10:10:00 [INFO] 10:10:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service --- 10:10:00 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 10:10:00 [INFO] 10:10:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service --- 10:10:00 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:10:00 [WARNING] 10:10:00 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:10:00 [WARNING] 10:10:00 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:10:00 [WARNING] 10:10:00 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:10:00 [INFO] 10:10:00 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service --- 10:10:00 [INFO] Copying 1 resource from src/main/resources to target/classes 10:10:00 [INFO] Copying 5 resources from src/main/resources to target/classes 10:10:00 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:10:00 [INFO] 10:10:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service --- 10:10:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT... 10:10:00 [INFO] 10:10:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service --- 10:10:00 [INFO] Changes detected - recompiling the module! :dependency 10:10:00 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes 10:10:01 [INFO] 10:10:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service --- 10:10:01 [INFO] Copying 8 resources from src/test/resources to target/test-classes 10:10:01 [INFO] 10:10:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service --- 10:10:01 [INFO] Changes detected - recompiling the module! :dependency 10:10:01 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes 10:10:03 [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. 10:10:03 [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. 10:10:03 [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. 10:10:03 [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. 10:10:03 [INFO] 10:10:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service --- 10:10:03 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:10:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/surefire-reports 10:10:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:10:03 [INFO] 10:10:03 [INFO] ------------------------------------------------------- 10:10:03 [INFO] T E S T S 10:10:03 [INFO] ------------------------------------------------------- 10:10:04 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest 10:10:04 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:10:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest 10:10:06 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest 10:10:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest 10:10:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest 10:10:07 [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.PolicyImportsModifiedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest 10:10:07 [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.ResourceModifiedStrategyModifyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest 10:10:07 [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.ResourceDeletedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest 10:10:07 [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.SubjectCreatedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest 10:10:07 [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.ResourceModifiedStrategyCreateTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest 10:10:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest 10:10:07 [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 10:10:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest 10:10:12 [INFO] [05/02/2024 14:10:12.381] [main] [CoordinatedShutdown(pekko://TopLevelPolicyActionCommandStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:12 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.826 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest 10:10:12 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest 10:10:12 [INFO] [05/02/2024 14:10:12.577] [main] [CoordinatedShutdown(pekko://CreatePolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest 10:10:12 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest 10:10:12 [INFO] [05/02/2024 14:10:12.700] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest 10:10:12 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest 10:10:12 [INFO] [05/02/2024 14:10:12.798] [main] [CoordinatedShutdown(pekko://PolicyConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:12 [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 10:10:12 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest 10:10:12 [INFO] [05/02/2024 14:10:12.904] [main] [CoordinatedShutdown(pekko://ModifyPolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest 10:10:12 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest 10:10:13 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest 10:10:13 [INFO] [05/02/2024 14:10:13.167] [main] [CoordinatedShutdown(pekko://ModifySubjectsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest 10:10:13 [INFO] [05/02/2024 14:10:13.262] [main] [CoordinatedShutdown(pekko://ModifySubjectStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest 10:10:13 [INFO] [05/02/2024 14:10:13.673] [main] [CoordinatedShutdown(pekko://DeactivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest 10:10:13 [INFO] [05/02/2024 14:10:13.769] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntriesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest 10:10:13 [INFO] [05/02/2024 14:10:13.861] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntryStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest 10:10:13 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest 10:10:14 [INFO] [05/02/2024 14:10:14.316] [main] [CoordinatedShutdown(pekko://ActivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:14 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest 10:10:14 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest 10:10:14 [INFO] [05/02/2024 14:10:14.405] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest 10:10:14 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest 10:10:14 [INFO] [05/02/2024 14:10:14.488] [main] [CoordinatedShutdown(pekko://DeletePolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest 10:10:14 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest 10:10:14 [INFO] [05/02/2024 14:10:14.600] [main] [CoordinatedShutdown(pekko://SubjectExpiryAdjustmentTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:10:14 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest 10:10:14 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest 10:10:14 14:10:14.879 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:19 14:10:19.184 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<true> 10:10:19 14:10:19.261 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:22 14:10:22.869 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<false> 10:10:22 14:10:22.893 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:26 14:10:26.595 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:30 14:10:30.154 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<false> shouldAnnounce=<true> inGracePeriod=<false> 10:10:30 14:10:30.278 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:31 14:10:31.909 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:35 14:10:35.002 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:35 14:10:35.069 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-05-02T14:11:05.046085205Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 10:10:35 14:10:35.094 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:37 14:10:37.147 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:37 14:10:37.226 [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. 10:10:37 14:10:37.348 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:37 14:10:37.529 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:37 14:10:37.743 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:41 14:10:41.428 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:45 14:10:45.128 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:48 14:10:48.817 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:52 14:10:52.398 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:55 14:10:55.981 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:10:59 14:10:59.560 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:03 14:11:03.129 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:06 14:11:06.718 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:08 14:11:08.288 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:12 14:11:12.792 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:15 14:11:15.880 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:19 14:11:18.950 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:20 14:11:20.029 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:22 14:11:22.585 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-05-02T14:11:23.061761033Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 10:11:22 14:11:22.613 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:26 14:11:26.172 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<false> 10:11:26 14:11:26.192 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:26 14:11:26.360 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:26 14:11:26.442 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:29 14:11:29.521 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:33 14:11:33.753 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:37 14:11:37.308 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<true> 10:11:37 14:11:37.328 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:37 14:11:37.417 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:37 14:11:37.587 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:42 14:11:42.755 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:42 14:11:42.824 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:45 14:11:45.407 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:45 14:11:45.476 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:45 14:11:45.540 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-05-02T14:11:55.506250944Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=9500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 10:11:45 14:11:45.555 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:45 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.11 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest 10:11:45 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest 10:11:45 [INFO] [05/02/2024 14:11:45.764] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:11:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest 10:11:45 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest 10:11:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest 10:11:45 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest 10:11:45 [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 10:11:45 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest 10:11:45 14:11:45.794 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:11:46 14:11:46.062 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:46 14:11:46.294 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:11:46 14:11:46.338 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stashed received message during startup of supervised PersistenceActor: <CreatePolicy> 10:11:46 14:11:46.339 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting persistence actor for entity with ID <test.ns:myPolicy405431045>. 10:11:46 14:11:46.356 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting enforcer actor for entity with ID <test.ns:myPolicy405431045>. 10:11:46 14:11:46.364 [INFO ] o.a.p.p.Persistence - Auto-starting journal plugin `pekko-contrib-mongodb-persistence-policies-journal` 10:11:46 14:11:46.397 [INFO ] o.a.p.p.Persistence - Auto-starting snapshot store `pekko-contrib-mongodb-persistence-policies-snapshots` 10:11:46 14:11:46.466 [INFO ] o.a.p.a.ActorSystemImpl - Using storage org.apache.pekko.persistence.inmemory.extension.StorageExtensionImpl 10:11:46 14:11:46.593 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Now watching enforcer child: <Actor[pekko://PekkoTestSystem/system/testProbe-42/test.ns:myPolicy405431045/en#-40649806]> 10:11:47 14:11:47.049 [INFO ] o.a.p.c.s.ShardRegion - policy: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min] 10:11:47 14:11:47.054 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:createPolicy> with outcome 'success' 10:11:47 14:11:47.056 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received enforcedSignal from enforcerChild, forwarding to target actor: CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy405431045, 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]}]] 10:11:47 14:11:47.085 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H> 10:11:47 14:11:47.088 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Handling by strategy: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy405431045, 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]}]]> 10:11:47 14:11:47.089 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers with currentETagValue <null> on command <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy405431045, 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]}]]>. 10:11:47 14:11:47.090 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers succeeded. 10:11:47 14:11:47.090 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Applying command in <CreatePolicyStrategy>: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy405431045, 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]}]]> 10:11:47 14:11:47.091 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Created new Policy with ID <test.ns:myPolicy405431045>. 10:11:47 14:11:47.096 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Persisting Event <policies.events:policyCreated>. 10:11:47 14:11:47.268 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActor - Successfully persisted Event <policies.events:policyCreated> w/ rev: <1>. 10:11:47 14:11:47.270 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received CommandResponse from target actor, telling enforcerChild to apply response filtering: CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy405431045, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy405431045, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-05-02T14:11:47.091298525Z, created=2024-05-02T14:11:47.091298525Z, 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]}]] 10:11:47 14:11:47.271 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Sending response: <CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy405431045, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy405431045, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-05-02T14:11:47.091298525Z, created=2024-05-02T14:11:47.091298525Z, 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> 10:11:47 14:11:47.293 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H> 10:11:47 14:11:47.295 [DEBUG] o.e.d.p.s.p.a.a.PolicyAnnouncementManager - OnPolicyModified policy=<ImmutablePolicy [policyId=test.ns:myPolicy405431045, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-05-02T14:11:47.091298525Z, created=2024-05-02T14:11:47.091298525Z, 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=<[]> 10:11:47 14:11:47.374 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Waiting for <1> ops and <0> sudo ops before stopping 10:11:47 14:11:47.383 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:retrievePolicy> with outcome 'failed' and headers: <ImmutableDittoHeaders [{}]> 10:11:47 14:11:47.384 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException as response from enforcerChild: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy405431045' 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 [{}]] 10:11:47 14:11:47.385 [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:myPolicy405431045' 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 [{}]] 10:11:47 14:11:47.385 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stopping after waiting for ongoing ops. 10:11:47 14:11:47.386 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Stopping PersistenceActor for entity with ID <test.ns:myPolicy405431045>. 10:11:47 14:11:47.388 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. 10:11:47 14:11:47.388 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. 10:11:47 14:11:47.390 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remoting shut down. 10:11:47 14:11:47.419 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:47 14:11:47.473 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:11:47 14:11:47.505 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:47 14:11:47.584 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:11:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest 10:11:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest 10:11:47 14:11:47.608 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:11:47 14:11:47.639 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:53 14:11:53.398 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:11:55 14:11:55.628 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:04 14:12:04.748 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.37 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest 10:12:07 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest 10:12:07 14:12:07.979 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:12:08 14:12:07.994 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:08 14:12:08.082 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:08 14:12:08.149 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActorTest - Sleeping 2500 ms to avoid 10s border for subject expiry test 10:12:20 14:12:20.552 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:20 14:12:20.636 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:30 14:12:30.540 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:30 14:12:30.619 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:40 14:12:40.538 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:40 [ERROR] [05/02/2024 14:12:40.616] [PekkoTestSystem-pekko.actor.default-dispatcher-18] [pekko://PekkoTestSystem/system/testProbe-70/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1279627093, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2049797889]] 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#1495433412]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2049797889]] 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#1495433412]].) 10:12:40 14:12:40.651 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:40 14:12:40.744 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy282364233, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1491677510]] 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#-506935071]].) 10:12:40 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1491677510]] 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#-506935071]]. 10:12:40 14:12:40.759 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:40 14:12:40.840 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-420984438, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1474975124]] 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#953322702]].) 10:12:40 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1474975124]] 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#953322702]]. 10:12:40 14:12:40.858 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:40 14:12:40.942 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.032 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.108 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1038915554, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-704591905]] 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#992584165]].) 10:12:41 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-704591905]] 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#992584165]]. 10:12:41 14:12:41.129 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.196 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-2074510887, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2133398413]] 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#1473646162]].) 10:12:41 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2133398413]] 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#1473646162]]. 10:12:41 14:12:41.208 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.307 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.396 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 [ERROR] [05/02/2024 14:12:41.464] [PekkoTestSystem-pekko.actor.default-dispatcher-18] [pekko://PekkoTestSystem/system/testProbe-88/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-399933664, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1282368782]] 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#-2079701740]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1282368782]] 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#-2079701740]].) 10:12:41 14:12:41.475 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.674 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.740 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1860951750, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2002483822]] 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#-1141110240]].) 10:12:41 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2002483822]] 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#-1141110240]]. 10:12:41 14:12:41.753 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.817 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy957869822, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#640403171]] 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#-49472477]].) 10:12:41 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#640403171]] 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#-49472477]]. 10:12:41 14:12:41.839 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:41 14:12:41.903 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1616705843, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1737227878]] 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#1561104532]].) 10:12:41 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1737227878]] 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#1561104532]]. 10:12:41 14:12:41.918 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:45 14:12:45.008 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:45 14:12:45.198 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:45 14:12:45.378 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:45 14:12:45.468 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.238 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.317 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.396 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.504 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.582 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:12:52 14:12:52.646 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy2102744986, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1535197761]] 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#1816596108]].) 10:12:52 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1535197761]] 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#1816596108]]. 10:12:52 14:12:52.661 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:00 14:13:00.554 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:00 14:13:00.733 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:00 14:13:00.796 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1358102413, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1268923952]] 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#1167998972]].) 10:13:00 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1268923952]] 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#1167998972]]. 10:13:00 14:13:00.812 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:00 14:13:00.891 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:00 14:13:00.969 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.06 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest 10:13:01 [INFO] Running org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest 10:13:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest 10:13:01 [INFO] Running org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest 10:13:01 14:13:01.142 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:13:01 14:13:01.157 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.211 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.277 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.328 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.367 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.418 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.457 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.508 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.547 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.598 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.637 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.691 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.725 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.774 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.814 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.861 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:01 14:13:01.893 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:01 14:13:01.941 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:01.985 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.039 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.075 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.125 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.164 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.212 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.242 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.290 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.332 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.382 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.424 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.469 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.502 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.551 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.591 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.627 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.660 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.713 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.750 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.801 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:02 14:13:02.840 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:02 14:13:02.888 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:02.930 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:02.980 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.018 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.056 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.087 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.124 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.155 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.203 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.234 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.282 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.323 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.370 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 14:13:03.401 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.449 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:13:03 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.329 s -- in org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest 10:13:03 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest 10:13:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest 10:13:03 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest 10:13:03 14:13:03.488 [INFO ] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 10:13:03 14:13:03.546 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 10:13:03 14:13:03.552 [INFO ] o.a.p.r.a.ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://PoliciesRootActorTest@127.0.0.1:38621] with UID [8899406373774213279] 10:13:03 14:13:03.554 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] - Starting up, Pekko version [1.0.2] ... 10:13:03 14:13:03.555 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] - Registered cluster JMX MBean [pekko:type=Cluster] 10:13:03 14:13:03.556 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] - Started up successfully 10:13:03 14:13:03.571 [INFO ] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:13:03 14:13:03.571 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining 10:13:03 14:13:03.599 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] - Node [pekko://PoliciesRootActorTest@127.0.0.1:38621] is JOINING itself (with roles [policies, policy-announcement-aware, blocked-namespaces-aware, dc-default], version [0-SNAPSHOT]) and forming new cluster 10:13:03 14:13:03.892 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:03 java.net.ConnectException: Connection refused 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:03 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:03 ... 1 common frames omitted 10:13:03 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:03 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:03 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:03 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 10:13:03 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:03 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:03 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:03 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:03 14:13:03.892 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:03 java.net.ConnectException: Connection refused 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:03 ... 7 common frames omitted 10:13:03 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:03 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:03 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:03 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:03 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:03 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:03 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:03 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:03 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:03 14:13:03.895 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:03 14:13:03.895 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:04 14:13:03.956 [INFO ] p.c.p.m.d.ScalaMongoDriver - Applying configuration-specific overrides for driver 10:13:04 14:13:04.014 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:04 java.net.ConnectException: Connection refused 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:04 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:04 ... 1 common frames omitted 10:13:04 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:04 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:04 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:04 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 10:13:04 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:04 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:04 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:04 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:04 14:13:04.014 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:04 14:13:04.051 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:04 java.net.ConnectException: Connection refused 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:04 ... 7 common frames omitted 10:13:04 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:04 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:04 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:04 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:04 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:04 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:04 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:04 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:04 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:04 14:13:04.051 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:04 14:13:04.471 [INFO ] o.m.d.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]}. Waiting for 30000 ms before timing out 10:13:04 14:13:04.471 [INFO ] o.m.d.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]}. Waiting for 30000 ms before timing out 10:13:05 14:13:05.274 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:05 java.net.ConnectException: Connection refused 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:05 ... 7 common frames omitted 10:13:05 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:05 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:05 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:05 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:05 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:05 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:05 14:13:05.274 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:05 java.net.ConnectException: Connection refused 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:05 ... 7 common frames omitted 10:13:05 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:05 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:05 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:05 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:05 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:05 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:05 14:13:05.275 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:05 14:13:05.275 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:05 14:13:05.279 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:05 java.net.ConnectException: Connection refused 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:05 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:05 ... 1 common frames omitted 10:13:05 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:05 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:05 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:05 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 10:13:05 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:05 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:05 14:13:05.280 [INFO ] o.m.d.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]}. Waiting for 30000 ms before timing out 10:13:05 14:13:05.280 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:05 14:13:05.281 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:05 java.net.ConnectException: Connection refused 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:05 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:05 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:05 ... 1 common frames omitted 10:13:05 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:05 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:05 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:05 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 10:13:05 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:05 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:05 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:05 14:13:05.281 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, transportSettings=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@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, 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} 10:13:05 14:13:05.282 [INFO ] o.m.d.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]}. Waiting for 30000 ms before timing out 10:13:06 [ERROR] [05/02/2024 14:13:06.392] [Thread-320] [pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child] Failed to create TagPidIndex (org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://PoliciesRootActorTest/system/Materializers/StreamSupervisor-463/flow-7-0-ignoreSink#-1338991215]] terminated abruptly) 10:13:06 [ERROR] [05/02/2024 14:13:06.392] [Thread-319] [pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child] Failed to create TagPidIndex (org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://PoliciesRootActorTest/system/Materializers/StreamSupervisor-463/flow-13-0-ignoreSink#624923802]] terminated abruptly) 10:13:06 14:13:06.401 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 10:13:06 java.net.ConnectException: Connection refused 10:13:06 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 10:13:06 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 10:13:06 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 10:13:06 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 10:13:06 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 10:13:06 ... 1 common frames omitted 10:13:06 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 10:13:06 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:128) 10:13:06 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 10:13:06 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 10:13:06 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 10:13:06 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 10:13:06 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 10:13:06 at java.base/java.lang.Thread.run(Thread.java:833) 10:13:06 14:13:06.401 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams|scala", "version": "4.11.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86|Scala/version 2.13.12"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider(), IterableCodecProvider(org.bson.codecs.BsonTypeClassMap@5b21f933,None)]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@2e660fb1, com.mongodb.Jep395RecordCodecProvider@e6a6d42, com.mongodb.KotlinCodecProvider@5b634cb9]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, 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} 10:13:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.917 s -- in org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest 10:13:06 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest 10:13:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest 10:13:06 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest 10:13:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest 10:13:06 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest 10:13:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest 10:13:06 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest 10:13:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest 10:13:07 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest 10:13:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest 10:13:08 [INFO] 10:13:08 [INFO] Results: 10:13:08 [INFO] 10:13:08 [INFO] Tests run: 305, Failures: 0, Errors: 0, Skipped: 0 10:13:08 [INFO] 10:13:08 [INFO] 10:13:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service --- 10:13:08 [INFO] 10:13:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service --- 10:13:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 10:13:08 [INFO] 10:13:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service --- 10:13:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:13:08 [INFO] No previous run data found, generating javadoc. 10:13:11 [WARNING] Javadoc Warnings 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.common.config; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.enforcement; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer; 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES = 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) { 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) { 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] public DefaultSubjectIdFromActionResolver() { 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] public final class PoliciesPlaceholders { 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() { 10:13:11 [WARNING] ^ 10:13:11 [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> 10:13:11 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse( 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver", 10:13:11 [WARNING] ^ 10:13:11 [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 10:13:11 [WARNING] public static final String ACTOR_NAME = "policyOps"; 10:13:11 [WARNING] ^ 10:13:11 [WARNING] 18 warnings 10:13:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 10:13:11 [INFO] 10:13:11 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service --- 10:13:11 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:13:11 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:13:11 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:13:11 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:13:11 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:13:11 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:13:11 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:13:11 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:13:11 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:13:11 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:13:11 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:13:11 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:13:11 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:13:11 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:13:11 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:13:11 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:13:11 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:13:11 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:13:11 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:13:11 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:13:11 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:13:11 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:13:11 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:13:11 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:13:11 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:13:11 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:13:11 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:13:11 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:13:11 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:13:11 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:13:11 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:13:11 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:13:11 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:13:11 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:13:11 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:11 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:13 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:13 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:13 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:13 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:13 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:14 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:13:18 [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: 10:13:18 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:13:18 [WARNING] - META-INF/NOTICE.md 10:13:18 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:13:18 [WARNING] - META-INF/MANIFEST.MF 10:13:18 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:13:18 [WARNING] - META-INF.versions.9.module-info 10:13:18 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:13:18 [WARNING] - META-INF/DISCLAIMER 10:13:18 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:13:18 [WARNING] - META-INF/LICENSE.txt 10:13:18 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:13:18 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:13:18 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:13:18 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:13:18 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:13:18 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:13:18 [WARNING] - META-INF/io.netty.versions.properties 10:13:18 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:13:18 [WARNING] - META-INF/LICENSE 10:13:18 [WARNING] maven-shade-plugin has detected that some files are 10:13:18 [WARNING] present in two or more JARs. When this happens, only one 10:13:18 [WARNING] single version of the file is copied to the uber jar. 10:13:18 [WARNING] Usually this is not harmful and you can skip these warnings, 10:13:18 [WARNING] otherwise try to manually exclude artifacts based on 10:13:18 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:13:18 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:13:18 [INFO] Attaching shaded artifact. 10:13:18 [INFO] 10:13:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service --- 10:13:18 [INFO] Tests are skipped. 10:13:18 [INFO] 10:13:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service --- 10:13:18 [INFO] Tests are skipped. 10:13:18 [INFO] 10:13:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service --- 10:13:18 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 10:13:18 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes 10:13:18 [INFO] 10:13:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service --- 10:13:18 [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 10:13:18 [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 10:13:18 [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 10:13:18 [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 10:13:18 [INFO] 10:13:18 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >--------------- 10:13:18 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT [75/77] 10:13:18 [INFO] from wot/integration/pom.xml 10:13:18 [INFO] --------------------------------[ jar ]--------------------------------- 10:13:18 [INFO] 10:13:18 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-integration --- 10:13:18 [INFO] 10:13:18 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-integration --- 10:13:18 [INFO] 10:13:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration --- 10:13: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/wot/integration/target/jacoco.exec 10:13:18 [INFO] 10:13:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration --- 10:13:18 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:13:18 [WARNING] 10:13:18 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:13:18 [WARNING] 10:13:18 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:13:18 [WARNING] 10:13:18 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:13:18 [INFO] 10:13:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration --- 10:13:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources 10:13:18 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:13:18 [INFO] 10:13:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration --- 10:13:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT... 10:13:18 [INFO] 10:13:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration --- 10:13:18 [INFO] Changes detected - recompiling the module! :dependency 10:13:18 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 10:13:18 [INFO] 10:13:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration --- 10:13:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources 10:13:18 [INFO] 10:13:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration --- 10:13:18 [INFO] No sources to compile 10:13:18 [INFO] 10:13:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration --- 10:13:18 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:13:18 [INFO] No tests to run. 10:13:18 [INFO] 10:13:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration --- 10:13:18 [INFO] 10:13:18 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration --- 10:13:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 10:13:18 [INFO] 10:13:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration --- 10:13:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:13:18 [INFO] No previous run data found, generating javadoc. 10:13:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 10:13:20 [INFO] 10:13:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration --- 10:13:20 [INFO] Tests are skipped. 10:13:20 [INFO] 10:13:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration --- 10:13:20 [INFO] Tests are skipped. 10:13:20 [INFO] 10:13:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration --- 10:13:20 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:13:20 [INFO] 10:13:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration --- 10:13:20 [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 10:13:20 [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 10:13:20 [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 10:13:20 [INFO] 10:13:20 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- 10:13:20 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [76/77] 10:13:20 [INFO] from things/service/pom.xml 10:13:20 [INFO] --------------------------------[ jar ]--------------------------------- 10:13:20 [INFO] 10:13:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-service --- 10:13:20 [INFO] 10:13:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-service --- 10:13:20 [INFO] 10:13:20 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service --- 10:13:20 [INFO] Assigning port '37779' to property 'random-pekko-tcp-port' 10:13:20 [INFO] 10:13:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service --- 10:13: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/things/service/target/jacoco.exec 10:13:20 [INFO] 10:13:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service --- 10:13:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:13:20 [WARNING] 10:13:20 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:13:20 [WARNING] 10:13:20 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:13:20 [WARNING] 10:13:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:13:20 [INFO] 10:13:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service --- 10:13:20 [INFO] Copying 1 resource from src/main/resources to target/classes 10:13:20 [INFO] Copying 5 resources from src/main/resources to target/classes 10:13:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:13:20 [INFO] 10:13:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service --- 10:13:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT... 10:13:20 [INFO] 10:13:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service --- 10:13:20 [INFO] Changes detected - recompiling the module! :dependency 10:13:20 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes 10:13:22 [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. 10:13:22 [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. 10:13:22 [INFO] 10:13:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service --- 10:13:22 [INFO] Copying 5 resources from src/test/resources to target/test-classes 10:13:22 [INFO] 10:13:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service --- 10:13:22 [INFO] Changes detected - recompiling the module! :dependency 10:13:22 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes 10:13:24 [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. 10:13:24 [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. 10:13:24 [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. 10:13:24 [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. 10:13:24 [INFO] 10:13:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service --- 10:13:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:13:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/service/target/surefire-reports 10:13:24 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 10:13:24 [INFO] 10:13:24 [INFO] ------------------------------------------------------- 10:13:24 [INFO] T E S T S 10:13:24 [INFO] ------------------------------------------------------- 10:13:25 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest 10:13:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest 10:13:26 [INFO] Running org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest 10:13:26 14:13:26,446 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 10:13:26 14:13:26,448 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - No custom configurators were discovered as a service. 10:13:26 14:13:26,448 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 10:13:26 14:13:26,449 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 10:13:26 14:13:26,453 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 10:13:26 14:13:26,453 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 10:13:26 14:13:26,458 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 10:13:26 14:13:26,458 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 10:13:26 14:13:26,459 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 10:13:26 14:13:26,461 |-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] 10:13:26 14:13:26,571 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack 10:13:26 14:13:26,581 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7d4d8579 - Setting level of jul logger [org.junit] to null 10:13:26 14:13:26,582 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7d4d8579 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework 10:13:26 14:13:26,582 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Starting LoggerContextListener 10:13:26 14:13:26,583 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE] 10:13:26 14:13:26,583 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:13:26 14:13:26,588 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:13:26 14:13:26,620 |-ERROR in ch.qos.logback.classic.pattern.LoggerConverter@159424e2 - failed to parse integer string [20‚] java.lang.NumberFormatException: For input string: "20‚" 10:13:26 at java.lang.NumberFormatException: For input string: "20‚" 10:13:26 at at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) 10:13:26 at at java.base/java.lang.Integer.parseInt(Integer.java:668) 10:13:26 at at java.base/java.lang.Integer.parseInt(Integer.java:786) 10:13:26 at at ch.qos.logback.classic.pattern.NamedConverter.start(NamedConverter.java:92) 10:13:26 at at ch.qos.logback.core.pattern.ConverterUtil.startConverters(ConverterUtil.java:37) 10:13:26 at at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:90) 10:13:26 at at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28) 10:13:26 at at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandleComplex(ImplicitModelHandler.java:208) 10:13:26 at at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandle(ImplicitModelHandler.java:186) 10:13:26 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:257) 10:13:26 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253) 10:13:26 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253) 10:13:26 at at ch.qos.logback.core.model.processor.DefaultProcessor.traversalLoop(DefaultProcessor.java:90) 10:13:26 at at ch.qos.logback.core.model.processor.DefaultProcessor.process(DefaultProcessor.java:106) 10:13:26 at at ch.qos.logback.core.joran.GenericXMLConfigurator.processModel(GenericXMLConfigurator.java:208) 10:13:26 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:170) 10:13:26 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:122) 10:13:26 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:65) 10:13:26 at at ch.qos.logback.classic.util.DefaultJoranConfigurator.configureByResource(DefaultJoranConfigurator.java:68) 10:13:26 at at ch.qos.logback.classic.util.DefaultJoranConfigurator.configure(DefaultJoranConfigurator.java:35) 10:13:26 at at ch.qos.logback.classic.util.ContextInitializer.invokeConfigure(ContextInitializer.java:128) 10:13:26 at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:103) 10:13:26 at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:66) 10:13:26 at at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:52) 10:13:26 at at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:41) 10:13:26 at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:196) 10:13:26 at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183) 10:13:26 at at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486) 10:13:26 at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472) 10:13:26 at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421) 10:13:26 at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447) 10:13:26 at at org.eclipse.ditto.internal.utils.pekko.logging.DittoLoggerFactory.getThreadSafeLogger(DittoLoggerFactory.java:95) 10:13:26 at at org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded.<clinit>(AbstractEnforcementReloaded.java:36) 10:13:26 at at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.lambda$rejectByPolicy$0(MergeThingCommandEnforcementTest.java:121) 10:13:26 at at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 10:13:26 at at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 10:13:26 at at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.rejectByPolicy(MergeThingCommandEnforcementTest.java:120) 10:13:26 at at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:13:26 at at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:13:26 at at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:13:26 at at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:13:26 at at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 10:13:26 at at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 10:13:26 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 10:13:26 at at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) 10:13:26 at at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) 10:13:26 at at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94) 10:13:26 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) 10:13:26 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 10:13:26 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 10:13:26 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 10:13:26 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 10:13:26 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 10:13:26 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) 10:13:26 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 10:13:26 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 10:13:26 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:226) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:204) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:142) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.lambda$execute$2(TestTemplateTestDescriptor.java:110) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 10:13:26 at at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:13:26 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 10:13:26 at at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 10:13:26 at at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:13:26 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 10:13:26 at at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:13:26 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:13:26 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 10:13:26 at at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 10:13:26 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 10:13:26 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 10:13:26 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:110) 10:13:26 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:44) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 10:13:26 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 10:13:26 at at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 10:13:26 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 10:13:26 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 10:13:26 at at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 10:13:26 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 10:13:26 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 10:13:26 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 10:13:26 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 10:13:26 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) 10:13:26 at at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 10:13:26 at at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) 10:13:26 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) 10:13:26 at at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) 10:13:26 at at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) 10:13:26 at at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) 10:13:26 at at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) 10:13:26 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) 10:13:26 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) 10:13:26 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) 10:13:26 at at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:13:26 at at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:13:26 at at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:13:26 at at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:13:26 14:13:26,621 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 10:13:26 14:13:26,621 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7d4d8579 - Propagating INFO level on Logger[org.eclipse.ditto] onto the JUL framework 10:13:26 14:13:26,621 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 10:13:26 14:13:26,621 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7d4d8579 - Propagating WARN level on Logger[ROOT] onto the JUL framework 10:13:26 14:13:26,622 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT] 10:13:26 14:13:26,622 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4e245739 - End of configuration. 10:13:26 14:13:26,623 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5d66e944 - Registering current configuration as safe fallback point 10:13:26 14:13:26,623 |-INFO in ch.qos.logback.classic.util.ContextInitializer@f171912 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 164 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 10:13:26 10:13:27 [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 s -- in org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest 10:13:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest 10:13:27 [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.AttributesDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest 10:13:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest 10:13:27 [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.FeatureDefinitionModifiedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest 10:13:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest 10:13:27 [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.FeaturesDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest 10:13:27 [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.FeatureDesiredPropertiesModifiedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest 10:13:27 [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.AttributesCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest 10:13:27 [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.ThingDefinitionModifiedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest 10:13:27 [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 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest 10:13:27 [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.FeaturesCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest 10:13:27 [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.FeaturePropertiesDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest 10:13:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest 10:13:27 [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.FeaturePropertyCreatedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest 10:13:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest 10:13:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest 10:13:30 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:13:32 [INFO] [05/02/2024 14:13:32.294] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.405 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest 10:13:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest 10:13:32 [INFO] [05/02/2024 14:13:32.747] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest 10:13:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest 10:13:32 [INFO] [05/02/2024 14:13:32.944] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest 10:13:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest 10:13:33 [INFO] [05/02/2024 14:13:33.076] [main] [CoordinatedShutdown(pekko://RetrieveAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest 10:13:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest 10:13:33 [INFO] [05/02/2024 14:13:33.237] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest 10:13:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest 10:13:33 [INFO] [05/02/2024 14:13:33.359] [main] [CoordinatedShutdown(pekko://DeleteThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest 10:13:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest 10:13:35 [INFO] [05/02/2024 14:13:35.105] [main] [CoordinatedShutdown(pekko://RetrieveFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest 10:13:35 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest 10:13:35 [INFO] [05/02/2024 14:13:35.881] [main] [CoordinatedShutdown(pekko://RetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:35 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest 10:13:35 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest 10:13:35 [INFO] [05/02/2024 14:13:35.984] [main] [CoordinatedShutdown(pekko://ModifyThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:35 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest 10:13:35 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest 10:13:36 [INFO] [05/02/2024 14:13:36.082] [main] [CoordinatedShutdown(pekko://ModifyFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest 10:13:36 [INFO] [05/02/2024 14:13:36.178] [main] [CoordinatedShutdown(pekko://DeleteFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest 10:13:36 [INFO] [05/02/2024 14:13:36.277] [main] [CoordinatedShutdown(pekko://ModifyAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest 10:13:36 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest 10:13:36 [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 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest 10:13:36 [INFO] [05/02/2024 14:13:36.805] [main] [CoordinatedShutdown(pekko://RetrieveThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest 10:13:36 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest 10:13:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest 10:13:37 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest 10:13:37 [INFO] [05/02/2024 14:13:37.774] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest 10:13:37 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest 10:13:37 [INFO] [05/02/2024 14:13:37.893] [main] [CoordinatedShutdown(pekko://MergeThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest 10:13:37 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest 10:13:38 [INFO] [05/02/2024 14:13:37.988] [main] [CoordinatedShutdown(pekko://DeleteFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest 10:13:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest 10:13:38 [INFO] [05/02/2024 14:13:38.169] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest 10:13:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest 10:13:38 [INFO] [05/02/2024 14:13:38.292] [main] [CoordinatedShutdown(pekko://DeleteAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:38 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest 10:13:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest 10:13:39 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.253] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.323] [main] [CoordinatedShutdown(pekko://DeleteAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.401] [main] [CoordinatedShutdown(pekko://ModifyPolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.485] [main] [CoordinatedShutdown(pekko://RetrievePolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.555] [main] [CoordinatedShutdown(pekko://ThingConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.615] [main] [CoordinatedShutdown(pekko://DeleteFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest 10:13:39 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.766] [main] [CoordinatedShutdown(pekko://SudoRetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [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 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest 10:13:39 [INFO] [05/02/2024 14:13:39.848] [main] [CoordinatedShutdown(pekko://ModifyAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest 10:13:39 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.192] [main] [CoordinatedShutdown(pekko://ModifyFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.552] [main] [CoordinatedShutdown(pekko://ModifyFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.606] [main] [CoordinatedShutdown(pekko://DeleteThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.694] [main] [CoordinatedShutdown(pekko://RetrieveAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.796] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.870] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest 10:13:40 [INFO] [05/02/2024 14:13:40.947] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest 10:13:40 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest 10:13:41 [INFO] [05/02/2024 14:13:41.009] [main] [CoordinatedShutdown(pekko://RetrieveFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest 10:13:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest 10:13:41 [INFO] [05/02/2024 14:13:41.484] [main] [CoordinatedShutdown(pekko://ModifyThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:41 [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.ModifyThingStrategyTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest 10:13:41 [INFO] [05/02/2024 14:13:41.562] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest 10:13:41 [INFO] [05/02/2024 14:13:41.649] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest 10:13:41 [INFO] [05/02/2024 14:13:41.710] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:13:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest 10:13:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest 10:13:41 2024-05-02 14:13:41,738 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:13:41 2024-05-02 14:13:41,759 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldNotBeDeletedOnThingRetrieveAndActorFail() 10:13:42 2024-05-02 14:13:42,889 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:13:43 2024-05-02 14:13:43,553 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843>. 10:13:43 java.lang.RuntimeException: Failed to create PersistenceActor 10:13:43 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 10:13:43 ... 20 common frames omitted 10:13:43 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:13:43 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 10:13:43 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 10:13:43 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:13:43 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:13:43 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:13:43 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 10:13:43 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 10:13:43 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:13:43 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:13:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:13:43 ... 10 common frames omitted 10:13:43 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 10:13:43 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:13:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:13:43 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:13:43 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:13:43 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:13:43 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:13:43 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:13:43 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:13:43 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:13:43 2024-05-02 14:13:43,556 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor 10:13:43 java.lang.RuntimeException: Failed to create PersistenceActor 10:13:43 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 10:13:43 ... 20 common frames omitted 10:13:43 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:13:43 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 10:13:43 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 10:13:43 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:13:43 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:13:43 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:13:43 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 10:13:43 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 10:13:43 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:13:43 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:13:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:13:43 ... 10 common frames omitted 10:13:43 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 10:13:43 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:13:43 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:13:43 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:13:43 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:13:43 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:13:43 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:13:43 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:13:43 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:13:43 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:13:43 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:13:43 2024-05-02 14:13:43,575 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843> terminated abnormally. 10:13:43 2024-05-02 14:13:43,589 WARN [sudoRetrieveThingFromThingEnforcerActor-388cb865-898a-4320-a5a0-44e1d39aca92] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843, selectedFields=/policyId, useOriginalSchemaVersion=false]> 10:13:43 2024-05-02 14:13:43,591 INFO [9f255a7b-11cb-4e47-a0d0-1b5a6a1b222f] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=9f255a7b-11cb-4e47-a0d0-1b5a6a1b222f}]> 10:13:43 2024-05-02 14:13:43,593 INFO [9f255a7b-11cb-4e47-a0d0-1b5a6a1b222f] 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:thingId0db64363-0dc6-4b0f-bd40-abdb2c4d0843' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=9f255a7b-11cb-4e47-a0d0-1b5a6a1b222f}]] 10:13:43 2024-05-02 14:13:43,743 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeaturesMetadata() 10:13:44 2024-05-02 14:13:44,448 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:13:44 2024-05-02 14:13:44,465 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>. 10:13:44 2024-05-02 14:13:44,487 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeader() 10:13:44 2024-05-02 14:13:44,639 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:13:44 2024-05-02 14:13:44,650 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:13:44 2024-05-02 14:13:44,696 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenNotExplicitlySpecifiedV2() 10:13:44 2024-05-02 14:13:44,823 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:13:44 2024-05-02 14:13:44,846 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:13:44 2024-05-02 14:13:44,863 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttribute() 10:13:44 2024-05-02 14:13:44,991 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:13:45 2024-05-02 14:13:45,000 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeSoThatThingGetsTooLarge() 10:14:07 2024-05-02 14:14:07,165 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,188 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeMetadata() 10:14:07 2024-05-02 14:14:07,310 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,316 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>. 10:14:07 2024-05-02 14:14:07,344 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyWithLiveChannelCondition() 10:14:07 2024-05-02 14:14:07,439 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,458 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttributesMetadataWithDeleteMetadataHeader() 10:14:07 2024-05-02 14:14:07,553 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,558 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:07 2024-05-02 14:14:07,571 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureMetadataWithGetMetadataHeader() 10:14:07 2024-05-02 14:14:07,684 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,693 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteThingV2() 10:14:07 2024-05-02 14:14:07,786 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:07 2024-05-02 14:14:07,787 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId5a58623d-7720-4654-829a-e8fa385d86ca>. 10:14:07 2024-05-02 14:14:07,790 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:07 2024-05-02 14:14:07,806 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyAndAttributeMetadataWithGetMetadataWildcardHeader() 10:14:07 2024-05-02 14:14:07,937 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:08 2024-05-02 14:14:07,953 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveLeafMetadataWithGetMetadataWildcardHeader() 10:14:08 2024-05-02 14:14:08,046 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:08 2024-05-02 14:14:08,052 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:08 2024-05-02 14:14:08,067 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedIfPersistenceActorTerminates() 10:14:08 2024-05-02 14:14:08,139 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:08 2024-05-02 14:14:08,164 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 10:14:08 2024-05-02 14:14:08,167 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:08 2024-05-02 14:14:08,172 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:08 2024-05-02 14:14:08,198 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:08 2024-05-02 14:14:08,209 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:08 2024-05-02 14:14:08,240 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId20a5f413-d29d-495e-9d54-dfc49eb2c19d> terminated abnormally. 10:14:08 2024-05-02 14:14:08,743 WARN [sudoRetrieveThingFromThingEnforcerActor-220babc2-fe9c-45a1-9d6b-a35fcfa18201] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId20a5f413-d29d-495e-9d54-dfc49eb2c19d>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId20a5f413-d29d-495e-9d54-dfc49eb2c19d, selectedFields=/policyId, useOriginalSchemaVersion=false]> 10:14:08 2024-05-02 14:14:08,743 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"]}}]> 10:14:08 2024-05-02 14:14:08,744 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:thingId20a5f413-d29d-495e-9d54-dfc49eb2c19d' 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"]}}]] 10:14:08 2024-05-02 14:14:08,760 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithoutPreviousCreate() 10:14:08 2024-05-02 14:14:08,853 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttribute() 10:14:08 2024-05-02 14:14:08,950 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:08 2024-05-02 14:14:08,954 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>. 10:14:09 2024-05-02 14:14:08,967 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToModifyFeaturePropertyAndReceiveCorrectErrorCode() 10:14:09 2024-05-02 14:14:09,051 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:09 2024-05-02 14:14:09,059 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedAndPolicyIsDeletedIfPersistenceActorFails() 10:14:09 2024-05-02 14:14:09,139 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:09 2024-05-02 14:14:09,144 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe>. 10:14:09 java.lang.RuntimeException: Failed to create PersistenceActor 10:14:09 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 10:14:09 ... 20 common frames omitted 10:14:09 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:14:09 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 10:14:09 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 10:14:09 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:14:09 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:14:09 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:14:09 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 10:14:09 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 10:14:09 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:14:09 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:14:09 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:14:09 ... 10 common frames omitted 10:14:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 10:14:09 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:14:09 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:14:09 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:14:09 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:14:09 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:14:09 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:14:09 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:14:09 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:14:09 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:14:09 2024-05-02 14:14:09,145 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor 10:14:09 java.lang.RuntimeException: Failed to create PersistenceActor 10:14:09 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 10:14:09 ... 20 common frames omitted 10:14:09 Wrapped by: java.lang.reflect.InvocationTargetException: null 10:14:09 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 10:14:09 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 10:14:09 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 10:14:09 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 10:14:09 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 10:14:09 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 10:14:09 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 10:14:09 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 10:14:09 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 10:14:09 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 10:14:09 ... 10 common frames omitted 10:14:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 10:14:09 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 10:14:09 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 10:14:09 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 10:14:09 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:14:09 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:14:09 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:14:09 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:14:09 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:14:09 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:14:09 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:14:09 2024-05-02 14:14:09,145 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe> terminated abnormally. 10:14:09 2024-05-02 14:14:09,153 INFO [23d3bb62-0440-4d78-8bf5-73734d4f80ad] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 10:14:09 2024-05-02 14:14:09,154 INFO [23d3bb62-0440-4d78-8bf5-73734d4f80ad] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:09 2024-05-02 14:14:09,155 INFO [23d3bb62-0440-4d78-8bf5-73734d4f80ad] 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. 10:14:09 2024-05-02 14:14:09,163 WARN [23d3bb62-0440-4d78-8bf5-73734d4f80ad] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=23d3bb62-0440-4d78-8bf5-73734d4f80ad}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe, 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:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=23d3bb62-0440-4d78-8bf5-73734d4f80ad, ditto-read-subjects=["test:allowedId"]}]], responseFuture=java.util.concurrent.CompletableFuture@16130a06[Not completed, 1 dependents]] 10:14:09 2024-05-02 14:14:09,170 INFO [23d3bb62-0440-4d78-8bf5-73734d4f80ad] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=23d3bb62-0440-4d78-8bf5-73734d4f80ad, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]> 10:14:09 2024-05-02 14:14:09,170 INFO [23d3bb62-0440-4d78-8bf5-73734d4f80ad] 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:thingId9c0c7b6e-758f-4814-8935-82a2857c25fe' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=23d3bb62-0440-4d78-8bf5-73734d4f80ad, ditto-read-subjects=["test:allowedId"]}]] 10:14:09 2024-05-02 14:14:09,281 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingWhichWasNotYetCreated() 10:14:09 2024-05-02 14:14:09,375 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2AndUpdateWithV2AndChangedPolicyId() 10:14:09 2024-05-02 14:14:09,461 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:09 2024-05-02 14:14:09,465 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:09 2024-05-02 14:14:09,478 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAndRecreateThingWithMinimumData() 10:14:09 2024-05-02 14:14:09,580 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:09 2024-05-02 14:14:09,581 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId8d493281-3772-4a15-9a53-42063e73a121>. 10:14:09 2024-05-02 14:14:09,583 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:09 2024-05-02 14:14:09,587 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>. 10:14:09 2024-05-02 14:14:09,600 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#shutdownOnCommand() 10:14:09 2024-05-02 14:14:09,681 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:09 2024-05-02 14:14:09,695 INFO [] org.eclipse.ditto.base.service.actors.ShutdownBehaviour - Shutting down <Actor[pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdb3af2be0-d2f8-432a-af97-6d11c28ca432#904923083]> due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=org.eclipse.ditto]]>. 10:14:09 2024-05-02 14:14:09,703 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureReturnsExpected() 10:14:09 2024-05-02 14:14:09,797 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:09 2024-05-02 14:14:09,805 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatures() 10:14:09 2024-05-02 14:14:09,902 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:09 2024-05-02 14:14:09,905 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>. 10:14:09 2024-05-02 14:14:09,918 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterCreation() 10:14:10 2024-05-02 14:14:10,003 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:10 2024-05-02 14:14:10,011 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturesMetadataWithGetMetadataHeader() 10:14:10 2024-05-02 14:14:10,098 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:10 2024-05-02 14:14:10,113 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributes() 10:14:10 2024-05-02 14:14:10,197 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:10 2024-05-02 14:14:10,200 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>. 10:14:10 2024-05-02 14:14:10,214 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToCreateThingWithDifferentThingId() 10:14:10 2024-05-02 14:14:10,306 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldBeDeletedOnThingCreateAndErrorResponse() 10:14:10 2024-05-02 14:14:10,389 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:10 2024-05-02 14:14:10,500 INFO [8599ba54-6ea8-4c7d-93e7-2359a780b422] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 10:14:10 2024-05-02 14:14:10,501 INFO [8599ba54-6ea8-4c7d-93e7-2359a780b422] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:10 2024-05-02 14:14:10,503 WARN [8599ba54-6ea8-4c7d-93e7-2359a780b422] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8599ba54-6ea8-4c7d-93e7-2359a780b422, ditto-read-subjects=["test:allowedId"]}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingIdcdd005c6-6a65-4f92-955d-7a263b97e58c, policyId=org.eclipse.ditto:policyId, definition=null, attributes={"attrKey":"attrVal"}, features=ImmutableFeatures [features=[ImmutableFeature [featureId=featureId, definition=ImmutableFeatureDefinition [identifierList=[ns:name:version]], properties={"featurePropertyKey":"featurePropertyValue"}, desiredProperties=null]]], lifecycle=ACTIVE, revision=1, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null], response=ThingUnavailableException [message='Error in target persistent actor', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8599ba54-6ea8-4c7d-93e7-2359a780b422}]], responseFuture=java.util.concurrent.CompletableFuture@2a53bc61[Not completed]] 10:14:10 2024-05-02 14:14:10,504 INFO [8599ba54-6ea8-4c7d-93e7-2359a780b422] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8599ba54-6ea8-4c7d-93e7-2359a780b422, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]> 10:14:10 2024-05-02 14:14:10,506 INFO [8599ba54-6ea8-4c7d-93e7-2359a780b422] 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. 10:14:10 2024-05-02 14:14:10,506 INFO [8599ba54-6ea8-4c7d-93e7-2359a780b422] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='Error in target persistent actor', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8599ba54-6ea8-4c7d-93e7-2359a780b422}]] 10:14:10 2024-05-02 14:14:10,617 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenExplicitlySpecifiedV2() 10:14:10 2024-05-02 14:14:10,696 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:10 2024-05-02 14:14:10,700 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:10 2024-05-02 14:14:10,708 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterModification() 10:14:10 2024-05-02 14:14:10,808 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:10 2024-05-02 14:14:10,813 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:10 2024-05-02 14:14:10,837 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2WithMissingPolicyIdThrowsPolicyIdMissingException() 10:14:10 2024-05-02 14:14:10,929 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectness() 10:14:11 2024-05-02 14:14:11,008 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,013 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,022 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingAfterDeletion() 10:14:11 2024-05-02 14:14:11,118 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,119 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId08300cc2-ae68-4d7c-867b-9e8c2ef74fa4>. 10:14:11 2024-05-02 14:14:11,121 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,145 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttribute() 10:14:11 2024-05-02 14:14:11,223 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,226 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,237 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteMetadataForDeleteAttributeCommand() 10:14:11 2024-05-02 14:14:11,315 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,318 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,337 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributesMetadata() 10:14:11 2024-05-02 14:14:11,415 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,419 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,428 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingV2() 10:14:11 2024-05-02 14:14:11,505 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,519 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#testRemovalOfEmptyMetadataAfterDeletion() 10:14:11 2024-05-02 14:14:11,600 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,605 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:11 2024-05-02 14:14:11,609 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>. 10:14:11 2024-05-02 14:14:11,620 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingCreated() 10:14:11 2024-05-02 14:14:11,710 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:11 2024-05-02 14:14:11,888 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdbe92833a-3e2d-470c-8857-d71053813fc2> was recovered. 10:14:12 2024-05-02 14:14:11,953 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingsWithoutThingIdOfActor() 10:14:12 2024-05-02 14:14:12,043 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,043 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] 10:14:12 2024-05-02 14:14:12,155 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttributesWithGetMetadataHeader() 10:14:12 2024-05-02 14:14:12,238 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,247 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatureMetadata() 10:14:12 2024-05-02 14:14:12,325 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,340 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featureModified> w/ rev: <2>. 10:14:12 2024-05-02 14:14:12,347 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#responsesDuringInitializationAreSentWithDittoHeaders() 10:14:12 2024-05-02 14:14:12,447 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingDeleted() 10:14:12 2024-05-02 14:14:12,523 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,524 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId81d04d8f-0521-44e6-970c-2c9b489530c7>. 10:14:12 2024-05-02 14:14:12,526 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:12 2024-05-02 14:14:12,647 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeaderForMergeCommand() 10:14:12 2024-05-02 14:14:12,724 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,728 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>. 10:14:12 2024-05-02 14:14:12,747 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteExistingMetadataWithMergeCommand() 10:14:12 2024-05-02 14:14:12,824 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,827 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>. 10:14:12 2024-05-02 14:14:12,838 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#multipleMetadataHeadersResultsInException() 10:14:12 2024-05-02 14:14:12,915 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:12 2024-05-02 14:14:12,929 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithWildcardInMetadata() 10:14:13 2024-05-02 14:14:13,008 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:13 2024-05-02 14:14:13,012 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:13 2024-05-02 14:14:13,020 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectnessAfterRecovery() 10:14:13 2024-05-02 14:14:13,100 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:13 2024-05-02 14:14:13,103 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:13 2024-05-02 14:14:13,209 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdddfef3a5-5f78-45fc-8816-fe9f1894b571> was recovered. 10:14:13 2024-05-02 14:14:13,321 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterRecovery() 10:14:13 2024-05-02 14:14:13,397 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:13 2024-05-02 14:14:13,504 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId56cbb536-eb37-49e4-a446-4f0b7461a6c4> was recovered. 10:14:13 2024-05-02 14:14:13,612 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingV2() 10:14:13 2024-05-02 14:14:13,688 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:13 2024-05-02 14:14:13,702 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingV2() 10:14:13 2024-05-02 14:14:13,777 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:13 2024-05-02 14:14:13,780 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:13 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.08 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest 10:14:13 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest 10:14:16 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s -- in org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest 10:14:16 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest 10:14:16 2024-05-02 14:14:16,542 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:16 2024-05-02 14:14:16,547 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#thingInArbitraryStateIsSnapshotCorrectly() 10:14:16 2024-05-02 14:14:16,651 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told CreateThing, expecting CreateThingResponse ... 10:14:16 2024-05-02 14:14:16,655 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:16 2024-05-02 14:14:16,655 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots are empty. .. 10:14:17 2024-05-02 14:14:17,677 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told ModifyThing, expecting ModifyThingResponse. .. 10:14:17 2024-05-02 14:14:17,681 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:17 2024-05-02 14:14:17,683 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots contain Thing.. 10:14:18 2024-05-02 14:14:18,696 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse ... 10:14:18 2024-05-02 14:14:18,698 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Restarting ThingPersistenceActor ... 10:14:18 2024-05-02 14:14:18,698 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting ThingPersistenceActor to be terminated ... 10:14:18 2024-05-02 14:14:18,698 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Recreating ThingPersistenceActor ... 10:14:18 2024-05-02 14:14:18,800 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse.. 10:14:18 2024-05-02 14:14:18,803 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId786919e2-2a09-4bfa-9f5b-5dda06903490> was recovered. 10:14:18 2024-05-02 14:14:18,817 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#deletedThingIsSnapshotWithCorrectDataAndCanBeRecreated() 10:14:18 2024-05-02 14:14:18,900 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:19 2024-05-02 14:14:19,906 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdf74289ed-3958-49ae-96f2-1aa867f2ee7c>. 10:14:19 2024-05-02 14:14:19,909 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:21 2024-05-02 14:14:21,024 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>. 10:14:22 2024-05-02 14:14:22,049 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#actorCannotBeStartedWithNegativeSnapshotThreshold() 10:14:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.578 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest 10:14:22 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest 10:14:22 2024-05-02 14:14:22,120 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:22 2024-05-02 14:14:22,126 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#testDeletedThingIsCleanedUpCorrectly() 10:14:22 2024-05-02 14:14:22,213 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:23 2024-05-02 14:14:23,220 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdddf6edda-0c28-4838-91b9-38e8b2b7ed0f>. 10:14:23 2024-05-02 14:14:23,223 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 10:14:24 2024-05-02 14:14:24,230 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingIdddf6edda-0c28-4838-91b9-38e8b2b7ed0f', deleting snapshots to sequence number 1 and events to 1. 10:14:24 2024-05-02 14:14:24,235 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingIdddf6edda-0c28-4838-91b9-38e8b2b7ed0f' completed. 10:14:25 2024-05-02 14:14:25,257 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#cleanupDeletesUntilButExcludingLatestSnapshot() 10:14:25 2024-05-02 14:14:25,339 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 10:14:26 2024-05-02 14:14:26,350 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 10:14:27 2024-05-02 14:14:27,362 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>. 10:14:28 2024-05-02 14:14:28,375 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <4>. 10:14:29 2024-05-02 14:14:29,390 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <5>. 10:14:30 2024-05-02 14:14:30,406 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <6>. 10:14:31 2024-05-02 14:14:31,425 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <7>. 10:14:32 2024-05-02 14:14:32,447 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <8>. 10:14:33 2024-05-02 14:14:33,467 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <9>. 10:14:34 2024-05-02 14:14:34,487 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <10>. 10:14:35 2024-05-02 14:14:35,509 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <11>. 10:14:36 2024-05-02 14:14:36,530 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId59f57f1d-c973-4cb1-b679-8fa5b7057ce4', deleting snapshots to sequence number 9 and events to 10. 10:14:36 2024-05-02 14:14:36,532 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId59f57f1d-c973-4cb1-b679-8fa5b7057ce4' completed. 10:14:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.43 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest 10:14:37 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest 10:14:38 [INFO] [05/02/2024 14:14:38.249] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:14:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest 10:14:38 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest 10:14:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest 10:14:38 [INFO] Running org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest 10:14:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest 10:14:38 [INFO] Running org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest 10:14:38 2024-05-02 14:14:38,563 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:38 2024-05-02 14:14:38,673 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:38 2024-05-02 14:14:38,716 INFO [9569885f-d04e-4f68-8120-a183bf850bb0] 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]] 10:14:38 2024-05-02 14:14:38,717 INFO [9569885f-d04e-4f68-8120-a183bf850bb0] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=9569885f-d04e-4f68-8120-a183bf850bb0}]> 10:14:38 2024-05-02 14:14:38,719 INFO [9569885f-d04e-4f68-8120-a183bf850bb0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: MessageSendNotAllowedException [message='You are not allowed to send messages for the Thing with id 'thing:id'!', errorCode=messages:send.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=9569885f-d04e-4f68-8120-a183bf850bb0}]] 10:14:38 2024-05-02 14:14:38,798 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:38 2024-05-02 14:14:38,824 INFO [0a418723-2bf8-4bb2-8a7d-92d82f042475] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 10:14:38 2024-05-02 14:14:38,828 INFO [0a418723-2bf8-4bb2-8a7d-92d82f042475] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 10:14:38 2024-05-02 14:14:38,834 INFO [0a418723-2bf8-4bb2-8a7d-92d82f042475] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 10:14:38 2024-05-02 14:14:38,835 INFO [0a418723-2bf8-4bb2-8a7d-92d82f042475_ad3af8e2-a309-4612-b83a-887bddd1d133] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 10:14:38 2024-05-02 14:14:38,917 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:38 2024-05-02 14:14:38,942 INFO [4c3a5467-3892-4232-b3d7-cbe5fceb8336] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 10:14:38 2024-05-02 14:14:38,943 INFO [4c3a5467-3892-4232-b3d7-cbe5fceb8336] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 10:14:39 2024-05-02 14:14:39,026 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,052 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:39 2024-05-02 14:14:39,053 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:39 2024-05-02 14:14:39,064 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,066 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] 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#-1549379062], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:39 2024-05-02 14:14:39,068 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 10:14:39 2024-05-02 14:14:39,070 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=08f8cc22-3e43-4e21-8ae9-df4ea3af0313, 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> 10:14:39 2024-05-02 14:14:39,073 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af0313] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,076 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:39 2024-05-02 14:14:39,076 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:39 2024-05-02 14:14:39,079 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,080 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] 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#1503915400], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:39 2024-05-02 14:14:39,080 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=08f8cc22-3e43-4e21-8ae9-df4ea3af03132, 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> 10:14:39 2024-05-02 14:14:39,080 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 10:14:39 2024-05-02 14:14:39,082 INFO [08f8cc22-3e43-4e21-8ae9-df4ea3af03132] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,182 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,207 INFO [a5b5b660-2a60-4b59-b88d-d8f832b33080] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:featureMessage> with outcome 'success' 10:14:39 2024-05-02 14:14:39,208 INFO [a5b5b660-2a60-4b59-b88d-d8f832b33080] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:featureMessage> 10:14:39 2024-05-02 14:14:39,285 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,310 INFO [3eb12107-e5c6-40b9-b79a-2461196638bc] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=3eb12107-e5c6-40b9-b79a-2461196638bc, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]> 10:14:39 2024-05-02 14:14:39,311 INFO [3eb12107-e5c6-40b9-b79a-2461196638bc] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'success' 10:14:39 2024-05-02 14:14:39,313 INFO [3eb12107-e5c6-40b9-b79a-2461196638bc] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <Publish> sent via tell) 10:14:39 2024-05-02 14:14:39,314 INFO [f1bcf4db-8df7-4db2-b8a0-e0c57741a79b] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=f1bcf4db-8df7-4db2-b8a0-e0c57741a79b, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/xyz, attributeValue="abc"]> 10:14:39 2024-05-02 14:14:39,315 INFO [f1bcf4db-8df7-4db2-b8a0-e0c57741a79b] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=f1bcf4db-8df7-4db2-b8a0-e0c57741a79b, response-required=false}]> 10:14:39 2024-05-02 14:14:39,316 INFO [f1bcf4db-8df7-4db2-b8a0-e0c57741a79b] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=f1bcf4db-8df7-4db2-b8a0-e0c57741a79b, response-required=false}]] 10:14:39 2024-05-02 14:14:39,393 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,431 INFO [4aecdd05-46a9-4a36-b82e-cfdc811266eb] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=4aecdd05-46a9-4a36-b82e-cfdc811266eb}]> 10:14:39 2024-05-02 14:14:39,432 INFO [4aecdd05-46a9-4a36-b82e-cfdc811266eb] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=4aecdd05-46a9-4a36-b82e-cfdc811266eb}]] 10:14:39 2024-05-02 14:14:39,434 INFO [e90a1194-3d4e-49b3-8425-90c61cac8b58] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=e90a1194-3d4e-49b3-8425-90c61cac8b58}]> 10:14:39 2024-05-02 14:14:39,436 INFO [e90a1194-3d4e-49b3-8425-90c61cac8b58] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: FeatureNotModifiableException [message='The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required).', errorCode=things:feature.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of the Thing and the ID of your requested Feature was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=e90a1194-3d4e-49b3-8425-90c61cac8b58}]] 10:14:39 2024-05-02 14:14:39,536 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,570 INFO [652d3df6-fea2-4d99-bfaf-9319faeda020] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=652d3df6-fea2-4d99-bfaf-9319faeda020, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]> 10:14:39 2024-05-02 14:14:39,571 INFO [652d3df6-fea2-4d99-bfaf-9319faeda020] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=652d3df6-fea2-4d99-bfaf-9319faeda020, response-required=false}]> 10:14:39 2024-05-02 14:14:39,572 INFO [652d3df6-fea2-4d99-bfaf-9319faeda020] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=652d3df6-fea2-4d99-bfaf-9319faeda020, response-required=false}]] 10:14:39 2024-05-02 14:14:39,691 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,715 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:39 2024-05-02 14:14:39,716 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:39 2024-05-02 14:14:39,719 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,720 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] 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#1376129626], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:39 2024-05-02 14:14:39,720 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=e1240779-a14f-4f21-9078-7aa731eb3c99, 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> 10:14:39 2024-05-02 14:14:39,721 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 10:14:39 2024-05-02 14:14:39,723 INFO [e1240779-a14f-4f21-9078-7aa731eb3c99] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:39 2024-05-02 14:14:39,805 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,831 INFO [3e08eb8a-e362-43d4-bb82-c008b9c919f3] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:modifyFeature> 10:14:39 2024-05-02 14:14:39,832 INFO [3e08eb8a-e362-43d4-bb82-c008b9c919f3] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 10:14:39 2024-05-02 14:14:39,833 INFO [3e08eb8a-e362-43d4-bb82-c008b9c919f3] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <things.commands:modifyFeature> 10:14:39 2024-05-02 14:14:39,835 INFO [05fcb048-65e0-4b2d-a2c7-a07011de802d] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:39 2024-05-02 14:14:39,836 INFO [05fcb048-65e0-4b2d-a2c7-a07011de802d] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:39 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s -- in org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest 10:14:39 [INFO] Running org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest 10:14:39 2024-05-02 14:14:39,856 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:39 2024-05-02 14:14:39,926 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:39 2024-05-02 14:14:39,950 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}]> 10:14:39 2024-05-02 14:14:39,951 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}]] 10:14:40 2024-05-02 14:14:40,232 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,256 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}]> 10:14:40 2024-05-02 14:14:40,257 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}]] 10:14:40 2024-05-02 14:14:40,259 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}]> 10:14:40 2024-05-02 14:14:40,260 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}]] 10:14:40 2024-05-02 14:14:40,343 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,367 INFO [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 10:14:40 2024-05-02 14:14:40,368 INFO [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:40 2024-05-02 14:14:40,452 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,477 INFO [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 10:14:40 2024-05-02 14:14:40,490 INFO [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:40 2024-05-02 14:14:40,584 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,611 INFO [rejectModifyWithConditionAndNoReadPermissionForAttributes] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectModifyWithConditionAndNoReadPermissionForAttributes, condition=eq(attributes/testAttr,"testString")}]> 10:14:40 2024-05-02 14:14:40,784 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,808 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}]> 10:14:40 2024-05-02 14:14:40,809 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}]] 10:14:40 2024-05-02 14:14:40,892 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:40 2024-05-02 14:14:40,918 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}]> 10:14:40 2024-05-02 14:14:40,919 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}]] 10:14:41 2024-05-02 14:14:41,003 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,029 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,033 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:41 2024-05-02 14:14:41,037 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, condition=exists(features/revokedFeature)}]> 10:14:41 2024-05-02 14:14:41,041 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, live-channel-condition=exists(features/revokedFeature), channel=live}]> 10:14:41 2024-05-02 14:14:41,122 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,151 INFO [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 10:14:41 2024-05-02 14:14:41,152 INFO [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,232 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,256 INFO [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 10:14:41 2024-05-02 14:14:41,261 INFO [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,264 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:41 2024-05-02 14:14:41,342 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,367 INFO [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 10:14:41 2024-05-02 14:14:41,367 INFO [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,454 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,478 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. 10:14:41 2024-05-02 14:14:41,479 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.' 10:14:41 2024-05-02 14:14:41,479 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}]> 10:14:41 2024-05-02 14:14:41,480 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}]] 10:14:41 2024-05-02 14:14:41,561 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,586 INFO [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:id> 10:14:41 2024-05-02 14:14:41,586 INFO [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,670 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,694 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}]> 10:14:41 2024-05-02 14:14:41,695 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}]] 10:14:41 2024-05-02 14:14:41,769 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,794 INFO [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 10:14:41 2024-05-02 14:14:41,795 INFO [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:41 2024-05-02 14:14:41,882 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:41 2024-05-02 14:14:41,906 INFO [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <empty:policy> 10:14:41 2024-05-02 14:14:41,908 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}]> 10:14:41 2024-05-02 14:14:41,909 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}]] 10:14:42 2024-05-02 14:14:41,990 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,015 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}]> 10:14:42 2024-05-02 14:14:42,015 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}]] 10:14:42 2024-05-02 14:14:42,099 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,125 INFO [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, live-channel-condition=exists(thingId)}]> 10:14:42 2024-05-02 14:14:42,125 INFO [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: LiveChannelConditionNotAllowedException [message='The specified 'live-channel-condition' is only allowed to be used for retrieving API calls.', errorCode=things:live.channelcondition.notallowed, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='For modifying API calls the 'live-channel-condition' cannot be used, please remove the condition.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, live-channel-condition=exists(thingId), ditto-read-subjects=["google:subject"]}]] 10:14:42 2024-05-02 14:14:42,302 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,327 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 10:14:42 2024-05-02 14:14:42,328 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:42 2024-05-02 14:14:42,332 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:42 2024-05-02 14:14:42,334 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:42 2024-05-02 14:14:42,337 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyPolicyId> with outcome 'success' 10:14:42 2024-05-02 14:14:42,341 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyAttribute> with outcome 'success' 10:14:42 2024-05-02 14:14:42,344 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveAttribute> with outcome 'success' 10:14:42 2024-05-02 14:14:42,346 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveAttribute> 10:14:42 2024-05-02 14:14:42,437 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,464 INFO [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, condition=eq(attributes//testAttr,"testString")}]> 10:14:42 2024-05-02 14:14:42,464 INFO [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionInvalidException [message='The specified condition 'attributes//testAttr' is invalid.', errorCode=things:condition.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Consecutive slashes in JSON pointers are not supported.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, condition=eq(attributes//testAttr,"testString")}]] 10:14:42 2024-05-02 14:14:42,638 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,662 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}]> 10:14:42 2024-05-02 14:14:42,662 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}]] 10:14:42 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.014 s -- in org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest 10:14:42 [INFO] Running org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest 10:14:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest 10:14:42 [INFO] Running org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest 10:14:42 2024-05-02 14:14:42,876 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:42 2024-05-02 14:14:42,945 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:42 2024-05-02 14:14:42,971 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,055 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,079 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:90bf9d37-113a-4b6a-a7ae-112ad101042c> due to: <PolicyConflictException: The Policy with ID 'thing:90bf9d37-113a-4b6a-a7ae-112ad101042c' already exists>. The CreateThing command which would have created a Policy for the Thing with ID <thing:90bf9d37-113a-4b6a-a7ae-112ad101042c> is therefore not handled. 10:14:43 2024-05-02 14:14:43,079 INFO [] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:90bf9d37-113a-4b6a-a7ae-112ad101042c> - ThingNotCreatableException: The Thing with ID 'thing:90bf9d37-113a-4b6a-a7ae-112ad101042c' could not be created because creation of its implicit Policy ID 'thing:90bf9d37-113a-4b6a-a7ae-112ad101042c' failed. 10:14:43 2024-05-02 14:14:43,079 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}]> 10:14:43 2024-05-02 14:14:43,080 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:90bf9d37-113a-4b6a-a7ae-112ad101042c' could not be created because creation of its implicit Policy ID 'thing:90bf9d37-113a-4b6a-a7ae-112ad101042c' 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}]] 10:14:43 2024-05-02 14:14:43,165 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,195 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,208 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:f697c9e8-bb22-46d4-97f0-480606fc5d70> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:f697c9e8-bb22-46d4-97f0-480606fc5d70' 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 [{}]] 10:14:43 2024-05-02 14:14:43,210 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:43 2024-05-02 14:14:43,299 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,324 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:ad787ec0-80c1-41f6-9704-927110d860ca> 10:14:43 2024-05-02 14:14:43,325 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,410 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,435 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,436 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Encountered ask timeout from target actor: thing timeout 10:14:43 2024-05-02 14:14:43,437 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received nothing when enforcing signal and forwarding to target actor - this should not happen. 10:14:43 2024-05-02 14:14:43,437 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:8fa6cb3e-be13-4a1e-ac21-d0241893beb3, selectedFields=/_policy,/thingId, snapshotRevision=-1]> 10:14:43 2024-05-02 14:14:43,439 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,442 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:36ddf948-3940-4649-bfca-12056c4c724f> for thing <thing:id>: org.apache.pekko.pattern.AskTimeoutException: policy timeout 10:14:43 2024-05-02 14:14:43,443 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:43 2024-05-02 14:14:43,527 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,552 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,554 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:79050ba5-a769-40e2-ac91-4369762ba3e4' 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 [{}]] 10:14:43 2024-05-02 14:14:43,556 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,559 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:4a1626d3-15ad-4bb4-a7b7-2977cae8a959> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:4a1626d3-15ad-4bb4-a7b7-2977cae8a959' 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 [{}]] 10:14:43 2024-05-02 14:14:43,560 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:43 2024-05-02 14:14:43,644 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,668 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,674 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:43 2024-05-02 14:14:43,754 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,779 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,862 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:43 2024-05-02 14:14:43,887 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:de05e839-5f0e-4038-a2b3-0347978d71bb> 10:14:43 2024-05-02 14:14:43,888 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:43 2024-05-02 14:14:43,972 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:43,997 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:25629a2e-fd90-461a-8ad4-9abd0126824e> 10:14:44 2024-05-02 14:14:43,998 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 10:14:44 2024-05-02 14:14:43,999 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:ada1ecf1-c4c6-4b87-9efd-a1f43eb69e7b, policyId=policy:25629a2e-fd90-461a-8ad4-9abd0126824e, definition=null, attributes=null, features=null, lifecycle=null, revision=1, modified=null, created=null, metadata=null], initialPolicy={"policyId":"policy:25629a2e-fd90-461a-8ad4-9abd0126824e","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:ada1ecf1-c4c6-4b87-9efd-a1f43eb69e7b' 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@1336065c[Not completed, 1 dependents]] 10:14:44 2024-05-02 14:14:44,000 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <policy:25629a2e-fd90-461a-8ad4-9abd0126824e> 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:25629a2e-fd90-461a-8ad4-9abd0126824e]> 10:14:44 2024-05-02 14:14:44,000 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:ada1ecf1-c4c6-4b87-9efd-a1f43eb69e7b' 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 [{}]] 10:14:44 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 s -- in org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest 10:14:44 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest 10:14:44 2024-05-02 14:14:44,014 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:44 2024-05-02 14:14:44,082 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,108 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,128 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse> 10:14:44 2024-05-02 14:14:44,128 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#-1437424840], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:44 2024-05-02 14:14:44,128 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true> 10:14:44 2024-05-02 14:14:44,129 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell) 10:14:44 2024-05-02 14:14:44,129 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!> 10:14:44 2024-05-02 14:14:44,130 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]] 10:14:44 2024-05-02 14:14:44,213 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,238 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,243 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:44 2024-05-02 14:14:44,243 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#-523100422], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:44 2024-05-02 14:14:44,243 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=matchLiveChannelCondition, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}, thingPlainJson={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}]>, valid=<true> 10:14:44 2024-05-02 14:14:44,244 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 10:14:44 2024-05-02 14:14:44,246 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:44 2024-05-02 14:14:44,322 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,348 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:44 2024-05-02 14:14:44,348 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,352 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse> 10:14:44 2024-05-02 14:14:44,353 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#-2064178246], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 10:14:44 2024-05-02 14:14:44,353 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true> 10:14:44 2024-05-02 14:14:44,353 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell) 10:14:44 2024-05-02 14:14:44,354 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!> 10:14:44 2024-05-02 14:14:44,354 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]] 10:14:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest 10:14:44 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest 10:14:44 2024-05-02 14:14:44,364 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 10:14:44 2024-05-02 14:14:44,434 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,460 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,464 INFO [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-399#2107673619, 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#2107673619}]]]>, valid=<false> 10:14:44 2024-05-02 14:14:44,546 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,572 INFO [liveChannelConditionMismatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,574 INFO [liveChannelConditionMismatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 10:14:44 2024-05-02 14:14:44,653 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,678 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:44 2024-05-02 14:14:44,678 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,704 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:44 2024-05-02 14:14:44,779 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,804 INFO [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,833 INFO [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:44 2024-05-02 14:14:44,928 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:44 2024-05-02 14:14:44,954 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:44 2024-05-02 14:14:44,956 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=matchLiveChannelCondition, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}, thingPlainJson={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}]>, valid=<true> 10:14:44 2024-05-02 14:14:44,959 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 10:14:45 2024-05-02 14:14:45,037 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:45 2024-05-02 14:14:45,062 INFO [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:45 2024-05-02 14:14:45,089 INFO [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: CommandTimeoutException [message='The Command reached the specified timeout of 1ms.', errorCode=command.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the command timeout.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelTimeoutWithoutTwinFallback, live-channel-condition=exists(thingId), timeout=1ms, ditto-originator=dummy:subject, channel=live, live-channel-condition-matched=true, response-required=false}]] 10:14:45 2024-05-02 14:14:45,167 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:45 2024-05-02 14:14:45,191 INFO [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]> 10:14:45 2024-05-02 14:14:45,192 INFO [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]] 10:14:45 2024-05-02 14:14:45,266 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 10:14:45 2024-05-02 14:14:45,291 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 10:14:45 2024-05-02 14:14:45,291 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 10:14:45 2024-05-02 14:14:45,293 INFO [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-434#-238756187, 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#-238756187}]]]>, valid=<false> 10:14:45 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest 10:14:45 [INFO] Running org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest 10:14:45 2024-05-02 14:14:45,465 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 10:14:45 2024-05-02 14:14:45,578 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 [{}]]] 10:14:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.710 s -- in org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest 10:14:46 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest 10:14:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest 10:14:46 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest 10:14:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest 10:14:46 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest 10:14:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest 10:14:46 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsRootActorTest 10:14:46 2024-05-02 14:14:46,169 INFO [] org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 10:14:46 2024-05-02 14:14:46,269 INFO [] org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:14:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.329 s -- in org.eclipse.ditto.things.service.starter.ThingsRootActorTest 10:14:48 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest 10:14:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest 10:14:48 [INFO] Running org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest 10:14:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s -- in org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest 10:14:48 [INFO] Running org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest 10:14:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest 10:14:49 [INFO] 10:14:49 [INFO] Results: 10:14:49 [INFO] 10:14:49 [INFO] Tests run: 603, Failures: 0, Errors: 0, Skipped: 0 10:14:49 [INFO] 10:14:49 [INFO] 10:14:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service --- 10:14:49 [INFO] 10:14:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service --- 10:14:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 10:14:49 [INFO] 10:14:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service --- 10:14:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:14:49 [INFO] No previous run data found, generating javadoc. 10:14:52 [WARNING] Javadoc Warnings 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.aggregation; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.common.config; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.enforcement; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.persistence.actors; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer; 10:14:52 [WARNING] ^ 10:14:52 [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> 10:14:52 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal, 10:14:52 [WARNING] ^ 10:14:52 [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> 10:14:52 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public final class ThingConditionValidator { 10:14:52 [WARNING] ^ 10:14:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment 10:14:52 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) { 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) { 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ThingId thingId, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) { 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static final String ACTOR_NAME = "thingOps"; 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:14:52 [WARNING] ^ 10:14:52 [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 10:14:52 [WARNING] private final int capacity; 10:14:52 [WARNING] ^ 10:14:52 [WARNING] 38 warnings 10:14:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 10:14:52 [INFO] 10:14:52 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service --- 10:14:52 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:14:52 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:14:52 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:14:52 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:14:52 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:14:52 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:14:52 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:14:52 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:14:52 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:14:52 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:14:52 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:14:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:14:52 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:14:52 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:14:52 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:14:52 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:14:52 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:14:52 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:14:52 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:14:52 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:14:52 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:14:52 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:14:52 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:14:52 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:14:52 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:14:52 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:14:52 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:14:52 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:14:52 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:14:52 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:14:52 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:14:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:14:59 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:14:59 [WARNING] - META-INF.versions.9.module-info 10:14:59 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:14:59 [WARNING] - META-INF/DISCLAIMER 10:14:59 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:14:59 [WARNING] - META-INF/LICENSE.txt 10:14:59 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:14:59 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:14:59 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:14: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-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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:14:59 [WARNING] - META-INF/LICENSE 10:14:59 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:14:59 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:14:59 [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: 10:14:59 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:14:59 [WARNING] - META-INF/NOTICE.md 10:14: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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:14:59 [WARNING] - META-INF/MANIFEST.MF 10:14:59 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:14:59 [WARNING] - META-INF/io.netty.versions.properties 10:14:59 [WARNING] maven-shade-plugin has detected that some files are 10:14:59 [WARNING] present in two or more JARs. When this happens, only one 10:14:59 [WARNING] single version of the file is copied to the uber jar. 10:14:59 [WARNING] Usually this is not harmful and you can skip these warnings, 10:14:59 [WARNING] otherwise try to manually exclude artifacts based on 10:14:59 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:14:59 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:14:59 [INFO] Attaching shaded artifact. 10:14:59 [INFO] 10:14:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service --- 10:14:59 [INFO] Tests are skipped. 10:14:59 [INFO] 10:14:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service --- 10:14:59 [INFO] Tests are skipped. 10:14:59 [INFO] 10:14:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service --- 10:14:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 10:14:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes 10:14:59 [INFO] 10:14:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service --- 10:14:59 [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 10:14:59 [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 10:14:59 [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 10:14:59 [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 10:14:59 [INFO] 10:14:59 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- 10:14:59 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [77/77] 10:14:59 [INFO] from thingsearch/service/pom.xml 10:14:59 [INFO] --------------------------------[ jar ]--------------------------------- 10:15:00 [INFO] 10:15:00 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-service --- 10:15:00 [INFO] 10:15:00 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-service --- 10:15:00 [INFO] 10:15:00 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service --- 10:15:00 [INFO] Assigning port '35709' to property 'random-pekko-tcp-port' 10:15:00 [INFO] 10:15:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service --- 10:15:00 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec 10:15:00 [INFO] 10:15:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service --- 10:15:00 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:15:00 [WARNING] 10:15:00 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 10:15:00 [WARNING] 10:15:00 [WARNING] licenseMerges will be overridden by licenseMergesFile. 10:15:00 [WARNING] 10:15:00 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 10:15:00 [INFO] 10:15:00 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service --- 10:15:00 [INFO] Copying 1 resource from src/main/resources to target/classes 10:15:00 [INFO] Copying 5 resources from src/main/resources to target/classes 10:15:00 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 10:15:00 [INFO] 10:15:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service --- 10:15:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT... 10:15:00 [INFO] 10:15:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service --- 10:15:00 [INFO] Changes detected - recompiling the module! :dependency 10:15:00 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes 10:15:01 [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. 10:15:01 [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. 10:15:01 [INFO] 10:15:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service --- 10:15:01 [INFO] Copying 20 resources from src/test/resources to target/test-classes 10:15:01 [INFO] 10:15:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service --- 10:15:01 [INFO] Changes detected - recompiling the module! :dependency 10:15:01 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes 10:15:02 [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. 10:15:02 [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. 10:15:02 [INFO] 10:15:02 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service --- 10:15:02 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:15:02 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/surefire-reports 10:15:02 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 10:15:02 [INFO] 10:15:02 [INFO] ------------------------------------------------------- 10:15:02 [INFO] T E S T S 10:15:02 [INFO] ------------------------------------------------------- 10:15:03 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest 10:15:07 14:15:06,954 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 10:15:07 14:15:06,956 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - No custom configurators were discovered as a service. 10:15:07 14:15:06,956 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 10:15:07 14:15:06,957 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 10:15:07 14:15:06,959 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 10:15:07 14:15:06,959 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 10:15:07 14:15:06,964 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 3 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 10:15:07 14:15:06,964 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 10:15:07 14:15:06,965 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 10:15:07 14:15:06,965 |-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] 10:15:07 14:15:07,088 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 10:15:07 14:15:07,100 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 10:15:07 14:15:07,100 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:15:07 14:15:07,111 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:15:07 14:15:07,144 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 10:15:07 14:15:07,144 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 10:15:07 14:15:07,144 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 10:15:07 14:15:07,147 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 10:15:07 14:15:07,147 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN 10:15:07 14:15:07,148 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.stream.Materializer] to ERROR 10:15:07 14:15:07,148 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto.internal.utils] to WARN 10:15:07 14:15:07,148 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 10:15:07 14:15:07,148 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 10:15:07 14:15:07,149 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 10:15:07 14:15:07,149 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@bb160fb - End of configuration. 10:15:07 14:15:07,151 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@21ebf9be - Registering current configuration as safe fallback point 10:15:07 14:15:07,151 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7925e772 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 186 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 10:15:07 2024-05-02 14:15:07,798 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. 10:15:07 2024-05-02 14:15:07,801 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. 10:15:07 2024-05-02 14:15:07,801 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. 10:15:07 2024-05-02 14:15:07,801 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. 10:15:07 2024-05-02 14:15:07,803 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. 10:15:07 2024-05-02 14:15:07,803 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. 10:15:07 2024-05-02 14:15:07,804 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. 10:15:07 2024-05-02 14:15:07,804 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. 10:15:07 2024-05-02 14:15:07,804 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. 10:15:07 2024-05-02 14:15:07,804 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. 10:15:08 2024-05-02 14:15:08,226 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-05-02T14:15:07.166800017Z, 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-05-02T14:15:08.166800017Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id], ThingCreated [type=things.events:thingCreated, timestamp=2024-05-02T14:15:03.166800017Z, 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-05-02T14:15:04.166800017Z, 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-05-02T14:15:05.166800017Z, 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-05-02T14:15:06.166800017Z, 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-05-02T14:15:03.166800017Z","_modified":"2024-05-02T14:15:06.166800017Z"}> 10:15:12 2024-05-02 14:15:12,421 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. 10:15:12 2024-05-02 14:15:12,421 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. 10:15:12 2024-05-02 14:15:12,421 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. 10:15:12 2024-05-02 14:15:12,422 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. 10:15:12 2024-05-02 14:15:12,422 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. 10:15:12 2024-05-02 14:15:12,422 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 2024-05-02 14:15:12,542 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. 10:15:12 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.703 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest 10:15:12 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest 10:15:13 [INFO] [05/02/2024 14:15:13.003] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:13 [INFO] [05/02/2024 14:15:13.105] [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 10:15:13 [INFO] [05/02/2024 14:15:13.107] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:13 [INFO] [05/02/2024 14:15:13.215] [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] 10:15:13 [INFO] [05/02/2024 14:15:13.217] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:13 [INFO] [05/02/2024 14:15:13.314] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] NotAcknowledged: UnexpectedError[stacktrace=com.mongodb.MongoSocketReadException: Gee, database is down. Whatever shall I do? 10:15:13 at org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest.unexpectedMongoSocketReadException(BulkWriteResultAckFlowTest.java:110) 10:15:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10:15:13 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 10:15:13 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:15:13 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 10:15:13 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 10:15:13 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 10:15:13 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 10:15:13 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 10:15:13 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 10:15:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:15:13 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 10:15:13 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 10:15:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 10:15:13 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 10:15:13 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 10:15:13 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 10:15:13 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 10:15:13 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 10:15:13 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 10:15:13 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 10:15:13 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 10:15:13 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 10:15:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 10:15:13 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 10:15:13 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 10:15:13 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 10:15:13 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 10:15:13 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 10:15:13 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 10:15:13 Caused by: java.lang.IllegalMonitorStateException: Unsupported resolution 10:15:13 ... 30 more 10:15:13 ] - correlation: correlation 10:15:13 [INFO] [05/02/2024 14:15:13.316] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:13 [INFO] [05/02/2024 14:15:13.427] [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 10:15:13 [INFO] [05/02/2024 14:15:13.429] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest 10:15:13 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest 10:15:14 [INFO] [05/02/2024 14:15:14.287] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.845 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest 10:15:14 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest 10:15:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest 10:15:14 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest 10:15:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest 10:15:14 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest 10:15:14 [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 10:15:14 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest 10:15:15 [INFO] [05/02/2024 14:15:15.079] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest 10:15:15 [INFO] [05/02/2024 14:15:15.210] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:15 [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 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest 10:15:15 [INFO] [05/02/2024 14:15:15.303] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest 10:15:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest 10:15:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest 10:15:15 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest 10:15:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest 10:15:15 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest 10:15:16 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 10:15:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest 10:15:16 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest 10:15:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest 10:15:16 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest 10:15:17 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest 10:15:17 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest 10:15:17 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest 10:15:17 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest 10:15:18 [INFO] [05/02/2024 14:15:17.940] [ThingUpdaterTest_recoverLastWriteModel-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_recoverLastWriteModel/system/testProbe-81/thing%3Aid] Shutting down due to <DELETE> during <READY> 10:15:18 [INFO] [05/02/2024 14:15:18.051] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_recoverLastWriteModel)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:18 [INFO] [05/02/2024 14:15:18.188] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Got policy update <thing:id> at revision <1>. Previous known policy is <null>. 10:15:18 [INFO] [05/02/2024 14:15:18.249] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_policyIdChangeTriggersSync)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:18 [WARN] [05/02/2024 14:15:18.258] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Shut down during <PERSISTING> 10:15:19 [INFO] [05/02/2024 14:15:19.392] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:19 [INFO] [05/02/2024 14:15:19.511] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-8] [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]> 10:15:19 [INFO] [05/02/2024 14:15:19.549] [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>. 10:15:19 [WARN] [05/02/2024 14:15:19.549] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Shut down during <PERSISTING> 10:15:24 [INFO] [05/02/2024 14:15:24.553] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_initialUpdateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:24 [INFO] [05/02/2024 14:15:24.708] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down due to <DELETE> during <PERSISTING> 10:15:24 [INFO] [05/02/2024 14:15:24.711] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down after completing persistence operation 10:15:24 [WARN] [05/02/2024 14:15:24.711] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shut down during <PERSISTING> 10:15:24 [INFO] [05/02/2024 14:15:24.814] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_combineUpdatesFrom2Events)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:24 [INFO] [05/02/2024 14:15:24.885] [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]> 10:15:24 [INFO] [05/02/2024 14:15:24.913] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_forceUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:24 [WARN] [05/02/2024 14:15:24.916] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-4] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-99/thing%3Aid] Shut down during <PERSISTING> 10:15:25 [ERROR] [05/02/2024 14:15:24.988] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}] 10:15:25 [INFO] [05/02/2024 14:15:25.012] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:25 [WARN] [05/02/2024 14:15:25.015] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Shut down during <PERSISTING> 10:15:25 [INFO] [05/02/2024 14:15:25.151] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:25 [WARN] [05/02/2024 14:15:25.154] [ThingUpdaterTest_updateFromEventAfterSkippedUpdate-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate/system/testProbe-105/thing%3Aid] Shut down during <PERSISTING> 10:15:25 [INFO] [05/02/2024 14:15:25.240] [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> 10:15:25 [INFO] [pekkoDeadLetter][05/02/2024 14:15:25.245] [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#-1608996017] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1#-1608996017] 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'. 10:15:25 [INFO] [05/02/2024 14:15:25.268] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [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> 10:15:25 [WARN] [05/02/2024 14:15:25.270] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Shut down during <PERSISTING> 10:15:25 [INFO] [pekkoDeadLetter][05/02/2024 14:15:25.270] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Message [org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdater$Result] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#1251958734] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#1251958734] 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'. 10:15:25 [INFO] [05/02/2024 14:15:25.298] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [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> 10:15:25 [WARN] [05/02/2024 14:15:25.299] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Shut down during <PERSISTING> 10:15:25 [INFO] [pekkoDeadLetter][05/02/2024 14:15:25.299] [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#-273701967] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4#-273701967] 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'. 10:15:25 [INFO] [05/02/2024 14:15:25.332] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-10] [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> 10:15:25 [WARN] [05/02/2024 14:15:25.332] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-10] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A5] Shut down during <RETRYING> 10:15:25 [INFO] [05/02/2024 14:15:25.334] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:28 [INFO] [05/02/2024 14:15:28.409] [ThingUpdaterTest_shutdownOnThingDeletedCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand/system/testProbe-113/thing%3Aid] Shutting down due to <DELETE> during <READY> 10:15:28 [INFO] [05/02/2024 14:15:28.411] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:28 [ERROR] [05/02/2024 14:15:28.471] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}] 10:15:28 [INFO] [05/02/2024 14:15:28.475] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:28 [WARN] [05/02/2024 14:15:28.477] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Shut down during <PERSISTING> 10:15:29 [INFO] [05/02/2024 14:15:29.534] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:34 [INFO] [05/02/2024 14:15:34.654] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:35 [INFO] [05/02/2024 14:15:34.716] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-8] [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]> 10:15:35 [INFO] [05/02/2024 14:15:34.742] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_triggerUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:35 [WARN] [05/02/2024 14:15:34.744] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-127/thing%3Aid] Shut down during <PERSISTING> 10:15:35 [INFO] [05/02/2024 14:15:34.829] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:35 [WARN] [05/02/2024 14:15:34.831] [ThingUpdaterTest_updateFromEvent-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_updateFromEvent/system/testProbe-130/thing%3Aid] Shut down during <PERSISTING> 10:15:35 [INFO] [05/02/2024 14:15:35.907] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:35 [INFO] [05/02/2024 14:15:35.965] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-5] [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> 10:15:35 [INFO] [pekkoDeadLetter][05/02/2024 14:15:35.966] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-7] [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#482940897] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#482940897] 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'. 10:15:35 [INFO] [05/02/2024 14:15:35.967] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:36 [INFO] [05/02/2024 14:15:36.184] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_stashEventsDuringPersistence)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:36 [WARN] [05/02/2024 14:15:36.186] [ThingUpdaterTest_stashEventsDuringPersistence-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_stashEventsDuringPersistence/system/testProbe-139/thing%3Aid] Shut down during <PERSISTING> 10:15:36 [INFO] [05/02/2024 14:15:36.250] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-8] [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> 10:15:36 [INFO] [pekkoDeadLetter][05/02/2024 14:15:36.251] [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#426209963] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#426209963] 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'. 10:15:36 [INFO] [05/02/2024 14:15:36.251] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:36 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.80 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest 10:15:36 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest 10:15:37 [ERROR] [05/02/2024 14:15:37.815] [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.) 10:15:39 2024-05-02 14:15:39,502 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> 10:15:39 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:39 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:39 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:39 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:39 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:39 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:39 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:39 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:39 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:39 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:39 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:39 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:39 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:39 2024-05-02 14:15:39,502 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> 10:15:39 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:39 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:39 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:39 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:39 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:39 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:39 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:39 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:39 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:39 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:39 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:39 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:39 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:39 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:39 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:39 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:39 [ERROR] [05/02/2024 14:15:39.910] [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.) 10:15:40 2024-05-02 14:15:40,026 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> 10:15:40 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:40 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:40 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:40 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:40 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:40 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:40 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:40 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:40 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:40 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:40 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:40 2024-05-02 14:15:40,026 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> 10:15:40 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:40 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:40 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:40 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:40 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:40 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:40 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:40 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:40 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:40 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:40 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:40 2024-05-02 14:15:40,552 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> 10:15:40 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:40 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:40 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:40 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:40 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:40 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:40 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:40 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:40 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:40 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:40 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:40 2024-05-02 14:15:40,552 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> 10:15:40 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:40 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:40 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:40 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:40 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:40 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:40 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:40 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:40 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:40 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:40 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:40 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:40 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:40 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:40 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:40 [ERROR] [05/02/2024 14:15:40.956] [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.) 10:15:41 2024-05-02 14:15:41,619 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> 10:15:41 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:41 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:41 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:41 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:41 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:41 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:41 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:41 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:41 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:41 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:41 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:41 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:41 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:41 2024-05-02 14:15:41,619 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> 10:15:41 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:41 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:41 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:41 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:41 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:41 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:41 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:41 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:41 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:41 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:41 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:41 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:41 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:41 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:41 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:41 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:42 [ERROR] [05/02/2024 14:15:42.002] [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.) 10:15:42 2024-05-02 14:15:42,754 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> 10:15:42 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:42 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:42 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:42 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:42 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:42 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:42 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:42 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:42 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:42 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:42 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:42 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:42 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:42 2024-05-02 14:15:42,754 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> 10:15:42 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 10:15:42 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 10:15:42 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2413) 10:15:42 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 10:15:42 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 10:15:42 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 10:15:42 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 10:15:42 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 10:15:42 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 10:15:42 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 10:15:42 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 10:15:42 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 10:15:42 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 10:15:42 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:42 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:42 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:43 [ERROR] [05/02/2024 14:15:43.051] [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.) 10:15:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.806 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest 10:15:43 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest 10:15:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.264 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest 10:15:49 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest 10:15:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest 10:15:49 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest 10:15:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest 10:15:49 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest 10:15:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest 10:15:49 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest 10:15:50 2024-05-02 14:15:50,010 INFO [] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:15:50 2024-05-02 14:15:50,274 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:15:50 2024-05-02 14:15:50,369 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 10:15:51 2024-05-02 14:15:51,449 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 10:15:52 [ERROR] [05/02/2024 14:15:52.548] [SearchRootActorTest-pekko.actor.default-dispatcher-14] [MongoThingsSearchPersistence] Index-Initialization failed: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-14-0-ignoreSink#637813227]] terminated abruptly 10:15:52 java.util.concurrent.CompletionException: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-14-0-ignoreSink#637813227]] terminated abruptly 10:15:52 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:15:52 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:15:52 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:15:52 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:15:52 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:15:52 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:15:52 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:15:52 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 10:15:52 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10.onUpstreamFailure(GraphStages.scala:445) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.tryAbort(ActorGraphInterpreter.scala:701) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1(ActorGraphInterpreter.scala:859) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1$adapted(ActorGraphInterpreter.scala:859) 10:15:52 at scala.collection.immutable.Set$Set1.foreach(Set.scala:177) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.postStop(ActorGraphInterpreter.scala:859) 10:15:52 at org.apache.pekko.actor.Actor.aroundPostStop(Actor.scala:566) 10:15:52 at org.apache.pekko.actor.Actor.aroundPostStop$(Actor.scala:566) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPostStop(ActorGraphInterpreter.scala:729) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.finishTerminate(FaultHandling.scala:254) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.terminate(FaultHandling.scala:210) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.terminate$(FaultHandling.scala:180) 10:15:52 at org.apache.pekko.actor.ActorCell.terminate(ActorCell.scala:420) 10:15:52 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:529) 10:15:52 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:15:52 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:15:52 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:15:52 at kamon.instrumentation.executor.ExecutorInstrumentation$InstrumentedForkJoinPool$TimingRunnable.run(ExecutorInstrumentation.scala:698) 10:15:52 at org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57) 10:15:52 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:52 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:52 Caused by: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-14-0-ignoreSink#637813227]] terminated abruptly 10:15:52 10:15:52 [ERROR] [05/02/2024 14:15:52.548] [SearchRootActorTest-pekko.actor.default-dispatcher-13] [MongoThingsSearchPersistence] Index-Initialization failed: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#-1063823583]] terminated abruptly 10:15:52 java.util.concurrent.CompletionException: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#-1063823583]] terminated abruptly 10:15:52 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 10:15:52 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 10:15:52 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 10:15:52 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 10:15:52 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 10:15:52 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 10:15:52 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 10:15:52 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 10:15:52 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 10:15:52 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 10:15:52 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10.onUpstreamFailure(GraphStages.scala:445) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 10:15:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.tryAbort(ActorGraphInterpreter.scala:701) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1(ActorGraphInterpreter.scala:859) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1$adapted(ActorGraphInterpreter.scala:859) 10:15:52 at scala.collection.immutable.Set$Set1.foreach(Set.scala:177) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.postStop(ActorGraphInterpreter.scala:859) 10:15:52 at org.apache.pekko.actor.Actor.aroundPostStop(Actor.scala:566) 10:15:52 at org.apache.pekko.actor.Actor.aroundPostStop$(Actor.scala:566) 10:15:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPostStop(ActorGraphInterpreter.scala:729) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.finishTerminate(FaultHandling.scala:254) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.terminate(FaultHandling.scala:210) 10:15:52 at org.apache.pekko.actor.dungeon.FaultHandling.terminate$(FaultHandling.scala:180) 10:15:52 at org.apache.pekko.actor.ActorCell.terminate(ActorCell.scala:420) 10:15:52 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:529) 10:15:52 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 10:15:52 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 10:15:52 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 10:15:52 at kamon.instrumentation.executor.ExecutorInstrumentation$InstrumentedForkJoinPool$TimingRunnable.run(ExecutorInstrumentation.scala:698) 10:15:52 at org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57) 10:15:52 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 10:15:52 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 10:15:52 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 10:15:52 Caused by: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#-1063823583]] terminated abruptly 10:15:52 10:15:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.666 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest 10:15:52 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest 10:15:52 [INFO] [05/02/2024 14:15:52.677] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:52 [INFO] [05/02/2024 14:15:52.778] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:52 [INFO] [05/02/2024 14:15:52.950] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:52 [INFO] [05/02/2024 14:15:52.991] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:53 2024-05-02 14:15:53,024 INFO [] o.e.d.t.s.s.a.ThingsSearchCursor - Failed to decode cursor: class java.util.zip.DataFormatException 'invalid block type' due to null 10:15:53 [INFO] [05/02/2024 14:15:53.026] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 10:15:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest 10:15:53 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest 10:15:53 2024-05-02 14:15:53,156 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:15:53 [INFO] [05/02/2024 14:15:53.158] [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#-1282948270]))> 10:15:53 [INFO] [05/02/2024 14:15:53.176] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing CountThings command with namespaces <Optional.empty> and filter: <Optional.empty> 10:15:53 [INFO] [05/02/2024 14:15:53.191] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 10:15:53 [INFO] [05/02/2024 14:15:53.191] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 10:15:53 [INFO] [05/02/2024 14:15:53.294] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 10:15:53 [INFO] [05/02/2024 14:15:53.295] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing SudoCountThings command with filter: <Optional.empty> and namespaces: <Optional.empty> 10:15:53 [INFO] [05/02/2024 14:15:53.296] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 10:15:53 [INFO] [05/02/2024 14:15:53.296] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 10:15:53 [INFO] [05/02/2024 14:15:53.396] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 10:15:53 [INFO] [05/02/2024 14:15:53.399] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 10:15:53 [INFO] [05/02/2024 14:15:53.399] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 10:15:53 [INFO] [05/02/2024 14:15:53.399] [SearchActorTest_waitForQueries-pekko.actor.default-dispatcher-6] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing QueryThings command with namespaces <Optional.empty> and filter: <Optional.empty> 10:15:53 [INFO] [05/02/2024 14:15:53.500] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 10:15:53 2024-05-02 14:15:53,545 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 10:15:53 [INFO] [05/02/2024 14:15:53.546] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-7] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#1050246275]))> 10:15:53 [INFO] [05/02/2024 14:15:53.546] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-7] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_UNBIND: unsubscribing from pubsub for thingsSearch 10:15:53 [INFO] [05/02/2024 14:15:53.547] [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#1050246275])): unsubscribing from pubsub completed successful for thingsSearch 10:15:53 [INFO] [05/02/2024 14:15:53.548] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-7] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 10:15:53 [INFO] [05/02/2024 14:15:53.548] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-7] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: no ongoing requests 10:15:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest 10:15:53 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest 10:15:53 2024-05-02 14:15:53,585 INFO [] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 10:15:53 2024-05-02 14:15:53,774 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 10:15:53 2024-05-02 14:15:53,780 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 10:15:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.351 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest 10:15:54 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest 10:15:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest 10:15:54 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest 10:15:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest 10:15:55 [INFO] Running org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest 10:15:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest 10:15:55 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest 10:15:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest 10:15:55 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest 10:15:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest 10:15:55 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest 10:15:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest 10:15:56 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest 10:15:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest 10:15:56 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest 10:15:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest 10:15:56 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest 10:15:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest 10:15:56 [INFO] Running org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest 10:15:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest 10:15:56 [INFO] 10:15:56 [INFO] Results: 10:15:56 [INFO] 10:15:56 [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0 10:15:56 [INFO] 10:15:56 [INFO] 10:15:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service --- 10:15:56 [INFO] 10:15:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service --- 10:15:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 10:15:56 [INFO] 10:15:56 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service --- 10:15:56 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:15:56 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:15:56 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:15:56 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:15:56 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:15:56 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:15:56 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:15:56 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:15:56 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:15:56 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:15:56 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:15:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:15:56 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:15:56 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:15:56 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:15:56 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:15:56 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:15:56 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:15:56 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:15:56 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:15:56 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:15:56 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:15:56 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:15:56 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:15:56 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:15:56 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:15:56 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:15:56 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:15:56 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:15:56 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:15:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:15:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:01 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:16:03 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:16:03 [WARNING] - META-INF/LICENSE 10:16:03 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:16:03 [WARNING] - META-INF.versions.9.module-info 10:16:03 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:16:03 [WARNING] - META-INF/DISCLAIMER 10:16:03 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:16:03 [WARNING] - META-INF/LICENSE.txt 10:16:03 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:16:03 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:16:03 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:16:03 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:16:03 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:16:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:16:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:16:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:16:03 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:16:03 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:16:03 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:16:03 [WARNING] - META-INF/io.netty.versions.properties 10:16:03 [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: 10:16:03 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:16:03 [WARNING] - META-INF/NOTICE.md 10:16:03 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:16:03 [WARNING] - META-INF/MANIFEST.MF 10:16:03 [WARNING] maven-shade-plugin has detected that some files are 10:16:03 [WARNING] present in two or more JARs. When this happens, only one 10:16:03 [WARNING] single version of the file is copied to the uber jar. 10:16:03 [WARNING] Usually this is not harmful and you can skip these warnings, 10:16:03 [WARNING] otherwise try to manually exclude artifacts based on 10:16:03 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:16:03 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:16:03 [INFO] Attaching shaded artifact. 10:16:03 [INFO] 10:16:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service --- 10:16:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:16:05 [INFO] No previous run data found, generating javadoc. 10:16:09 [WARNING] Javadoc Warnings 10:16:09 [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 10:16:09 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config; 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public final Bson visitSimple(final String fieldName) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] Duration getIdleTimeout(); 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] CONSISTENCY_ERROR, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] INCORRECT_PATCH, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] OK 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] UNACKNOWLEDGED, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] WRITE_ERROR, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade( 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public String getCustomMetricName() { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query); 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] Optional<String> getMongoHintsByNamespace(); 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields(); 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] default T eval(final JsonValue value) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static final String FAKE_DOT = "~2"; 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static Metadata of(final ThingId thingId, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) { 10:16:09 [WARNING] ^ 10:16:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment 10:16:09 [WARNING] public static String mapSortKey(final String... values) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] protected final ActorSystem actorSystem; 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] protected final int maxWireVersion; 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps, 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) { 10:16:09 [WARNING] ^ 10:16:09 [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 10:16:09 [WARNING] public static WriteResultAndErrors failure(final Throwable error) { 10:16:09 [WARNING] ^ 10:16:09 [WARNING] 44 warnings 10:16:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 10:16:09 [INFO] 10:16:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service --- 10:16:09 [INFO] Tests are skipped. 10:16:09 [INFO] 10:16:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service --- 10:16:09 [INFO] Tests are skipped. 10:16:09 [INFO] 10:16:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service --- 10:16:09 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec 10:16:09 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes 10:16:10 [INFO] 10:16:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service --- 10:16: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 10:16: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 10:16: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 10:16: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 10:16:10 [INFO] ------------------------------------------------------------------------ 10:16:10 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: 10:16:10 [INFO] 10:16:10 [INFO] Eclipse Ditto ...................................... SUCCESS [ 9.157 s] 10:16:10 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 0.644 s] 10:16:10 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.082 s] 10:16:10 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.293 s] 10:16:10 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 7.732 s] 10:16:10 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 19.534 s] 10:16:10 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.234 s] 10:16:10 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 22.065 s] 10:16:10 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 6.602 s] 10:16:10 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.030 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.028 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 11.374 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 18.297 s] 10:16:10 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [ 4.061 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 15.374 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.038 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 4.036 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 39.401 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 13.482 s] 10:16:10 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 4.588 s] 10:16:10 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.026 s] 10:16:10 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 28.560 s] 10:16:10 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 0.026 s] 10:16:10 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 24.098 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 23.641 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [ 1.510 s] 10:16:10 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [ 6.833 s] 10:16:10 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 19.683 s] 10:16:10 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.025 s] 10:16:10 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 14.714 s] 10:16:10 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.065 s] 10:16:10 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 8.051 s] 10:16:10 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.024 s] 10:16:10 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 6.984 s] 10:16:10 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 17.472 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [ 8.474 s] 10:16:10 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 5.406 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 6.048 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:08 min] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 6.798 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 3.272 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 19.070 s] 10:16:10 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 7.340 s] 10:16:10 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 12.737 s] 10:16:10 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.022 s] 10:16:10 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 4.553 s] 10:16:10 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [ 0.039 s] 10:16:10 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 7.843 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 52.688 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 8.975 s] 10:16:10 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 14.728 s] 10:16:10 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.035 s] 10:16:10 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 4.331 s] 10:16:10 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 13.708 s] 10:16:10 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 9.726 s] 10:16:10 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 6.301 s] 10:16:10 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [ 0.033 s] 10:16:10 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 28.014 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 41.222 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 2.918 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 20.212 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 6.492 s] 10:16:10 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 8.686 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 8.728 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [ 1.463 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [ 1.774 s] 10:16:10 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [05:59 min] 10:16:10 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.383 s] 10:16:10 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.021 s] 10:16:10 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [ 2.924 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [ 1.465 s] 10:16:10 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 3.851 s] 10:16:10 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:25 min] 10:16:10 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [03:18 min] 10:16:10 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [ 2.448 s] 10:16:10 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [01:39 min] 10:16:10 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [01:10 min] 10:16:10 [INFO] ------------------------------------------------------------------------ 10:16:10 [INFO] BUILD SUCCESS 10:16:10 [INFO] ------------------------------------------------------------------------ 10:16:10 [INFO] Total time: 27:40 min 10:16:10 [INFO] Finished at: 2024-05-02T14:16:10Z 10:16:10 [INFO] ------------------------------------------------------------------------ 10:16:10 [ditto-ci] $ /bin/sh -xe /tmp/jenkins110669809146070137.sh 10:16:10 + rm -rf ditto_all_dependencies 10:16:10 + find ./ -type d -name dependencies -exec cp -a '{}' target/ditto_all_dependencies ';' 10:16:10 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors deploy -PsignArtifactsEclipse,publishToEclipseMavenRepo -DcreateJavadoc=true -DskipTests=true -DskipITs=true 10:16:11 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 10:16:11 Maven home: /opt/tools/apache-maven/latest 10:16:11 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 10:16:11 Default locale: en_US, platform encoding: UTF-8 10:16:11 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 10:16:12 [INFO] Error stacktraces are turned on. 10:16:12 [INFO] Scanning for projects... 10:16:13 [WARNING] 10:16:13 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT 10:16: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 10:16:13 [WARNING] 10:16:13 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. 10:16:13 [WARNING] 10:16:13 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. 10:16:13 [WARNING] 10:16: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 10:16:13 [INFO] ------------------------------------------------------------------------ 10:16:13 [INFO] Reactor Build Order: 10:16:13 [INFO] 10:16:13 [INFO] Eclipse Ditto [pom] 10:16:13 [INFO] Eclipse Ditto :: Legal [jar] 10:16:13 [INFO] Eclipse Ditto :: BOM [pom] 10:16:13 [INFO] Eclipse Ditto :: Utils [pom] 10:16:13 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions [jar] 10:16:13 [INFO] Eclipse Ditto :: JSON [bundle] 10:16:13 [INFO] Eclipse Ditto :: Base [pom] 10:16:13 [INFO] Eclipse Ditto :: Base :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Base :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal [pom] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils [pom] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] 10:16:13 [INFO] Eclipse Ditto :: Utils :: Result [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Models [pom] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] 10:16:13 [INFO] Eclipse Ditto :: JSON CBOR [bundle] 10:16:13 [INFO] Eclipse Ditto :: Policies [pom] 10:16:13 [INFO] Eclipse Ditto :: Policies :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Things [pom] 10:16:13 [INFO] Eclipse Ditto :: Things :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension [jar] 10:16:13 [INFO] Eclipse Ditto :: Placeholders [bundle] 10:16:13 [INFO] Eclipse Ditto :: Base :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: Connectivity [pom] 10:16:13 [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Thing Search [pom] 10:16:13 [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Messages [pom] 10:16:13 [INFO] Eclipse Ditto :: Messages :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Protocol [bundle] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Models :: Signal [jar] 10:16:13 [INFO] Eclipse Ditto :: Policies :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] 10:16:13 [INFO] Eclipse Ditto :: Things :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: Connectivity :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: JWT [pom] 10:16:13 [INFO] Eclipse Ditto :: JWT :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: WoT [pom] 10:16:13 [INFO] Eclipse Ditto :: WoT :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] 10:16:13 [INFO] Eclipse Ditto :: Policies :: Enforcement [jar] 10:16:13 [INFO] Eclipse Ditto :: RQL [pom] 10:16:13 [INFO] Eclipse Ditto :: RQL :: Model [bundle] 10:16:13 [INFO] Eclipse Ditto :: RQL :: parser [bundle] 10:16:13 [INFO] Eclipse Ditto :: RQL :: Query [bundle] 10:16:13 [INFO] Eclipse Ditto :: Thing Search :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: Edge [pom] 10:16:13 [INFO] Eclipse Ditto :: Edge :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] 10:16:13 [INFO] Eclipse Ditto :: RQL :: search option parser [bundle] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things [jar] 10:16:13 [INFO] Eclipse Ditto :: Connectivity :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: Documentation [pom] 10:16:13 [INFO] Eclipse Ditto :: Gateway [pom] 10:16:13 [INFO] Eclipse Ditto :: Gateway :: API [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP [jar] 10:16:13 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] 10:16:13 [INFO] Eclipse Ditto :: Gateway :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: Policies :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: WoT :: Integration [jar] 10:16:13 [INFO] Eclipse Ditto :: Things :: Service [jar] 10:16:13 [INFO] Eclipse Ditto :: Thing Search :: Service [jar] 10:16:13 [INFO] 10:16:13 [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- 10:16:13 [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/77] 10:16:13 [INFO] from pom.xml 10:16:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:16:14 [INFO] 10:16:14 [INFO] --- license:4.2:check (default) @ ditto --- 10:16:14 [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes 10:16:14 [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header 10:16:14 [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes 10:16:14 [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders 10:16:14 [INFO] Checking licenses... 10:16:14 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file. 10:16:14 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. 10:16:16 [INFO] 10:16:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- 10:16: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 10:16:16 [INFO] 10:16:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- 10:16:16 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:16 [INFO] The goal is skip due to packaging 'pom' 10:16:16 [INFO] 10:16:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- 10:16:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... 10:16:16 [INFO] 10:16:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- 10:16:17 [INFO] 10:16:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto --- 10:16:17 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:16:17 [INFO] 10:16:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto --- 10:16:17 [INFO] Tests are skipped. 10:16:17 [INFO] 10:16:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto --- 10:16:17 [INFO] Tests are skipped. 10:16:17 [INFO] 10:16:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto --- 10:16:17 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:17 [INFO] 10:16:17 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto --- 10:16:18 [INFO] 10:16:18 [INFO] --- install:3.1.1:install (default-install) @ ditto --- 10:16: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 10:16:18 [INFO] 10:16:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto --- 10:16:19 [INFO] 10:16:19 [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- 10:16:19 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/77] 10:16:19 [INFO] from legal/pom.xml 10:16:19 [INFO] --------------------------------[ jar ]--------------------------------- 10:16:19 [INFO] 10:16:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal --- 10:16: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 10:16:19 [INFO] 10:16:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal --- 10:16:19 [INFO] Copying 8 resources from to target/classes 10:16:19 [INFO] 10:16:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal --- 10:16:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT... 10:16:19 [INFO] 10:16:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal --- 10:16:19 [INFO] No sources to compile 10:16:19 [INFO] 10:16:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal --- 10:16:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources 10:16:19 [INFO] 10:16:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal --- 10:16:19 [INFO] No sources to compile 10:16:19 [INFO] 10:16:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal --- 10:16:19 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:16:19 [INFO] Tests are skipped. 10:16:19 [INFO] 10:16:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal --- 10:16:20 [INFO] 10:16:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal --- 10:16:20 [INFO] Tests are skipped. 10:16:20 [INFO] 10:16:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal --- 10:16:20 [INFO] Tests are skipped. 10:16:20 [INFO] 10:16:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal --- 10:16:20 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:20 [INFO] 10:16:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal --- 10:16:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar' is disabled. 10:16:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar 10:16:21 [INFO] 10:16:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal --- 10:16:21 [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 10:16:21 [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 10:16:21 [INFO] 10:16:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-legal --- 10:16:21 [INFO] 10:16:21 [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- 10:16:21 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/77] 10:16:21 [INFO] from bom/pom.xml 10:16:21 [INFO] --------------------------------[ pom ]--------------------------------- 10:16:21 [INFO] 10:16:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom --- 10:16: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/bom/target/jacoco.exec 10:16:21 [INFO] 10:16:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom --- 10:16:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:21 [INFO] The goal is skip due to packaging 'pom' 10:16:21 [INFO] 10:16:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom --- 10:16:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... 10:16:21 [INFO] 10:16:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom --- 10:16:21 [INFO] 10:16:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom --- 10:16:21 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:16:21 [INFO] 10:16:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom --- 10:16:21 [INFO] Tests are skipped. 10:16:21 [INFO] 10:16:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom --- 10:16:21 [INFO] Tests are skipped. 10:16:21 [INFO] 10:16:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom --- 10:16:21 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:21 [INFO] 10:16:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom --- 10:16:21 [INFO] 10:16:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom --- 10:16:21 [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 10:16:21 [INFO] 10:16:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-bom --- 10:16:22 [INFO] 10:16:22 [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- 10:16:22 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [4/77] 10:16:22 [INFO] from utils/pom.xml 10:16:22 [INFO] --------------------------------[ pom ]--------------------------------- 10:16:22 [INFO] 10:16:22 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils --- 10:16:22 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:16:22 [INFO] 10:16:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils --- 10: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/utils/target/jacoco.exec 10:16:22 [INFO] 10:16:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils --- 10:16:22 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:22 [INFO] The goal is skip due to packaging 'pom' 10:16:22 [INFO] 10:16:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils --- 10:16:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... 10:16:22 [INFO] 10:16:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils --- 10:16:22 [INFO] 10:16:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils --- 10:16:22 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:16:22 [INFO] 10:16:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils --- 10:16:22 [INFO] Tests are skipped. 10:16:22 [INFO] 10:16:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils --- 10:16:22 [INFO] Tests are skipped. 10:16:22 [INFO] 10:16:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils --- 10:16:22 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:22 [INFO] 10:16:22 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils --- 10:16:22 [INFO] 10:16:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils --- 10:16:22 [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 10:16:22 [INFO] 10:16:22 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils --- 10:16:23 [INFO] 10:16:23 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- 10:16:23 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [5/77] 10:16:23 [INFO] from utils/jsr305/pom.xml 10:16:23 [INFO] --------------------------------[ jar ]--------------------------------- 10:16:23 [INFO] 10:16:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 --- 10:16:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:16:23 [INFO] 10:16:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 --- 10:16:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/jacoco.exec 10:16:23 [INFO] 10:16:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 --- 10:16:23 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:23 [INFO] All files are up to date, skip goal execution. 10:16:23 [INFO] 10:16:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 --- 10:16:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources 10:16:23 [INFO] 10:16:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 --- 10:16:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT... 10:16:23 [INFO] 10:16:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 --- 10:16:23 [INFO] Changes detected - recompiling the module! :dependency 10:16:23 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 10:16:23 [WARNING] bootstrap class path not set in conjunction with -source 8 10:16:23 [INFO] 10:16:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 --- 10:16:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources 10:16:23 [INFO] 10:16:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 --- 10:16:23 [INFO] No sources to compile 10:16:23 [INFO] 10:16:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 --- 10:16:23 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:16:23 [INFO] Tests are skipped. 10:16:23 [INFO] 10:16:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- 10:16:23 [INFO] 10:16:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 --- 10:16:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 10:16:23 [INFO] 10:16:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 --- 10:16:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:16:23 [INFO] Configuration changed, re-generating javadoc. 10:16:24 [WARNING] Javadoc Warnings 10:16:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment 10:16:24 [WARNING] ElementType[] value() default {}; 10:16:24 [WARNING] ^ 10:16:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment 10:16:24 [WARNING] ElementType[] value() default {}; 10:16:24 [WARNING] ^ 10:16:24 [WARNING] 2 warnings 10:16:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 10:16:24 [INFO] 10:16:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 --- 10:16:24 [INFO] Tests are skipped. 10:16:24 [INFO] 10:16:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 --- 10:16:24 [INFO] Tests are skipped. 10:16:24 [INFO] 10:16:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 --- 10:16:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:24 [INFO] 10:16:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 --- 10:16:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar' is disabled. 10:16:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 10:16:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar' is disabled. 10:16:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 10:16:26 [INFO] 10:16:26 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 --- 10:16:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'. 10:16:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'. 10:16:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'. 10:16:26 [INFO] 10:16:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 --- 10:16: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 10:16: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 10:16: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 10:16:26 [INFO] 10:16:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-jsr305 --- 10:16:27 [INFO] 10:16:27 [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- 10:16:27 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [6/77] 10:16:27 [INFO] from json/pom.xml 10:16:27 [INFO] -------------------------------[ bundle ]------------------------------- 10:16:27 [INFO] 10:16:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json --- 10:16:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:16:27 [INFO] 10:16:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json --- 10:16: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/json/target/jacoco.exec 10:16:28 [INFO] 10:16:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json --- 10:16:28 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:28 [INFO] All files are up to date, skip goal execution. 10:16:28 [INFO] 10:16:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json --- 10:16:28 [INFO] Copying 0 resource from src/main/resources to target/classes 10:16:28 [INFO] 10:16:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json --- 10:16:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT... 10:16:28 [INFO] 10:16:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json --- 10:16:28 [INFO] Changes detected - recompiling the module! :dependency 10:16:28 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes 10:16:29 [WARNING] bootstrap class path not set in conjunction with -source 8 10:16:29 [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. 10:16:29 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details. 10:16:29 [INFO] 10:16:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json --- 10:16:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources 10:16:29 [INFO] 10:16:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json --- 10:16:29 [INFO] Changes detected - recompiling the module! :dependency 10:16:29 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes 10:16:31 [WARNING] bootstrap class path not set in conjunction with -source 8 10:16:31 [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; 10:16:31 cast to java.lang.Object for a varargs call 10:16:31 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 10:16:31 [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; 10:16:31 cast to java.lang.String for a varargs call 10:16:31 cast to java.lang.String[] for a non-varargs call and to suppress this warning 10:16:31 [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; 10:16:31 cast to org.eclipse.ditto.json.JsonValue for a varargs call 10:16:31 cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning 10:16:31 [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; 10:16:31 cast to org.eclipse.ditto.json.JsonPointer for a varargs call 10:16:31 cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning 10:16:31 [INFO] 10:16:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json --- 10:16:31 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:16:31 [INFO] Tests are skipped. 10:16:31 [INFO] 10:16:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json --- 10:16:32 [INFO] 10:16:32 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json --- 10:16:32 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 10:16:32 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF 10:16:32 [INFO] 10:16:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json --- 10:16:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:16:32 [INFO] Configuration changed, re-generating javadoc. 10:16:35 [WARNING] Javadoc Warnings 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment 10:16:35 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) { 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key 10:16:35 [WARNING] boolean containsFlatteningArrays(CharSequence key); 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeNull() throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state 10:16:35 [WARNING] void writeBoolean(boolean state) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeBoolean(boolean state) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number 10:16:35 [WARNING] void writeNumber(float number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeNumber(float number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number 10:16:35 [WARNING] void writeNumber(double number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeNumber(double number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number 10:16:35 [WARNING] void writeNumber(long number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeNumber(long number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number 10:16:35 [WARNING] void writeNumber(int number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeNumber(int number) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text 10:16:35 [WARNING] void writeString(String text) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeString(String text) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name 10:16:35 [WARNING] void writeFieldName(String name) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [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 10:16:35 [WARNING] void writeFieldName(String name) throws IOException; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment 10:16:35 [WARNING] @Nullable private final String description; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment 10:16:35 [WARNING] private final String errorCode; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment 10:16:35 [WARNING] @Nullable private final URI href; 10:16:35 [WARNING] ^ 10:16:35 [WARNING] 21 warnings 10:16:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 10:16:35 [INFO] 10:16:35 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json --- 10:16:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 10:16:35 [INFO] 10:16:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json --- 10:16:35 [INFO] Tests are skipped. 10:16:35 [INFO] 10:16:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json --- 10:16:35 [INFO] Tests are skipped. 10:16:35 [INFO] 10:16:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json --- 10:16:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec 10:16:35 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes 10:16:36 [INFO] 10:16:36 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json --- 10:16:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar' is disabled. 10:16:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 10:16:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar' is disabled. 10:16:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 10:16:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar' is disabled. 10:16:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 10:16:38 [INFO] 10:16:38 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json --- 10:16:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'. 10:16:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'. 10:16:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'. 10:16:39 [INFO] 10:16:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-json --- 10:16: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 10:16: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 10:16: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 10:16: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 10:16:39 [INFO] 10:16:39 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json --- 10:16:39 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar 10:16:39 [INFO] Writing OBR metadata 10:16:39 [INFO] 10:16:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json --- 10:16:41 [INFO] 10:16:41 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json --- 10:16:41 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:16:41 [INFO] 10:16:41 [INFO] --------------------< org.eclipse.ditto:ditto-base >-------------------- 10:16:41 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [7/77] 10:16:41 [INFO] from base/pom.xml 10:16:41 [INFO] --------------------------------[ pom ]--------------------------------- 10:16:41 [INFO] 10:16:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base --- 10:16: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/target/jacoco.exec 10:16:41 [INFO] 10:16:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base --- 10:16:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:41 [INFO] The goal is skip due to packaging 'pom' 10:16:41 [INFO] 10:16:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base --- 10:16:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT... 10:16:41 [INFO] 10:16:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base --- 10:16:41 [INFO] 10:16:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base --- 10:16:41 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:16:41 [INFO] 10:16:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base --- 10:16:41 [INFO] Tests are skipped. 10:16:41 [INFO] 10:16:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base --- 10:16:41 [INFO] Tests are skipped. 10:16:41 [INFO] 10:16:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base --- 10:16:41 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:16:41 [INFO] 10:16:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base --- 10:16:41 [INFO] 10:16:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-base --- 10:16:41 [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 10:16:41 [INFO] 10:16:41 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base --- 10:16:42 [INFO] 10:16:42 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- 10:16:42 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [8/77] 10:16:42 [INFO] from base/model/pom.xml 10:16:42 [INFO] -------------------------------[ bundle ]------------------------------- 10:16:42 [INFO] 10:16:42 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model --- 10:16:42 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:16:42 [INFO] 10:16:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model --- 10:16: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/base/model/target/jacoco.exec 10:16:42 [INFO] 10:16:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model --- 10:16:42 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:42 [INFO] All files are up to date, skip goal execution. 10:16:42 [INFO] 10:16:42 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model --- 10:16:42 [INFO] Copying 0 resource from src/main/resources to target/classes 10:16:42 [INFO] 10:16:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model --- 10:16:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT... 10:16:42 [INFO] 10:16:42 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model --- 10:16:42 [INFO] Changes detected - recompiling the module! :dependency 10:16:42 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes 10:16:44 [WARNING] bootstrap class path not set in conjunction with -source 8 10:16:44 [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. 10:16:44 [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. 10:16:44 [INFO] 10:16:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model --- 10:16:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources 10:16:44 [INFO] 10:16:44 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model --- 10:16:44 [INFO] Changes detected - recompiling the module! :dependency 10:16:44 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes 10:16:46 [WARNING] bootstrap class path not set in conjunction with -source 8 10:16:46 [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; 10:16:46 cast to java.lang.Object for a varargs call 10:16:46 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 10:16:46 [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. 10:16:46 [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. 10:16:46 [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. 10:16:46 [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. 10:16:46 [INFO] 10:16:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model --- 10:16:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:16:46 [INFO] Tests are skipped. 10:16:46 [INFO] 10:16:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model --- 10:16:46 [INFO] 10:16:46 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model --- 10:16:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 10:16:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF 10:16:46 [INFO] 10:16:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model --- 10:16:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:16:46 [INFO] Configuration changed, re-generating javadoc. 10:16:52 [WARNING] Javadoc Warnings 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.namespaces; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.announcements; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.commands; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.events; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected boolean canEqual(@Nullable final Object other) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected boolean canEqual(@Nullable final Object other) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected static final String DEFAULT_LIMIT = "-1"; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:192: warning: no comment 10:16:52 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment 10:16:52 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment 10:16:52 [WARNING] protected final S myself; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:645: warning: no comment 10:16:52 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders); 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:353: warning: no comment 10:16:52 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:294: warning: no comment 10:16:52 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment 10:16:52 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:539: warning: no comment 10:16:52 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown"; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected static DittoRuntimeException buildExceptionFromJson( 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected boolean canEqual(@Nullable final Object other) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment 10:16:52 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id); 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected final EntityId entityId; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected final JsonPointer resourcePath; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] BINARY 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] JSON, 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] JSON_MERGE_PATCH, 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] TEXT, 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment 10:16:52 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment 10:16:52 [WARNING] public String getSuffix() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment 10:16:52 [WARNING] public Duration getJavaDuration(final long amount) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment 10:16:52 [WARNING] public ChronoUnit getChronoUnit() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment 10:16:52 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment 10:16:52 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment 10:16:52 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment 10:16:52 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment 10:16:52 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment 10:16:52 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment 10:16:52 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment 10:16:52 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS), 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment 10:16:52 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS); 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment 10:16:52 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment 10:16:52 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment 10:16:52 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder( 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject, 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public boolean isEmpty() { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public Stream<EntityTagMatcher> stream() { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject, 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment 10:16:52 [WARNING] public int getCode() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment 10:16:52 [WARNING] public boolean isClientError() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment 10:16:52 [WARNING] public boolean isInformational() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment 10:16:52 [WARNING] public boolean isRedirection() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment 10:16:52 [WARNING] public boolean isServerError() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment 10:16:52 [WARNING] public boolean isSuccess() { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected NoControlCharactersValidator(final CharSequence id) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public Builder(final JsonPointer path) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public final class RegexPatterns { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> FILTER = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION = 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP = 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment 10:16:52 [WARNING] public Builder() { 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment 10:16:52 [WARNING] @Nullable private final String invalidHeaderKey; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment 10:16:52 [WARNING] @Nullable private final String notSupportedHeaderKey; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment 10:16:52 [WARNING] private final String description; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment 10:16:52 [WARNING] private final String errorCode; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment 10:16:52 [WARNING] private final URI href; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment 10:16:52 [WARNING] private final HttpStatus httpStatus; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment 10:16:52 [WARNING] private final String entityId; 10:16:52 [WARNING] ^ 10:16:52 [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 10:16:52 [WARNING] private final T resource; 10:16:52 [WARNING] ^ 10:16:52 [WARNING] 88 warnings 10:16:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 10:16:52 [INFO] 10:16:52 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model --- 10:16:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 10:16:52 [INFO] 10:16:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model --- 10:16:52 [INFO] Tests are skipped. 10:16:52 [INFO] 10:16:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model --- 10:16:52 [INFO] Tests are skipped. 10:16:52 [INFO] 10:16:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model --- 10:16:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec 10:16:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes 10:16:53 [INFO] 10:16:53 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model --- 10:16:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar' is disabled. 10:16:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 10:16:54 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:16:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 10:16:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar' is disabled. 10:16:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 10:16:58 [INFO] 10:16:58 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model --- 10:16:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'. 10:16:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'. 10:16:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'. 10:16:58 [INFO] 10:16:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model --- 10:16:58 [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 10:16:58 [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 10:16:58 [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 10:16:58 [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 10:16:58 [INFO] 10:16:58 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model --- 10:16:58 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar 10:16:58 [INFO] Writing OBR metadata 10:16:58 [INFO] 10:16:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-model --- 10:16:59 [INFO] 10:16:59 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-base-model --- 10:16:59 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:16:59 [INFO] 10:16:59 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ 10:16:59 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [9/77] 10:16:59 [INFO] from base/api/pom.xml 10:16:59 [INFO] --------------------------------[ jar ]--------------------------------- 10:16:59 [INFO] 10:16:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api --- 10:16: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/base/api/target/jacoco.exec 10:16:59 [INFO] 10:16:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api --- 10:16:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:16:59 [INFO] All files are up to date, skip goal execution. 10:16:59 [INFO] 10:16:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api --- 10:16:59 [INFO] Copying 0 resource from src/main/resources to target/classes 10:16:59 [INFO] 10:16:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api --- 10:16:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT... 10:16:59 [INFO] 10:16:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api --- 10:16:59 [INFO] Changes detected - recompiling the module! :dependency 10:16:59 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes 10:17:00 [INFO] 10:17:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api --- 10:17:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources 10:17:00 [INFO] 10:17:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api --- 10:17:00 [INFO] Changes detected - recompiling the module! :dependency 10:17:00 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 10:17:00 [INFO] 10:17:00 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api --- 10:17:00 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:00 [INFO] Tests are skipped. 10:17:00 [INFO] 10:17:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api --- 10:17:00 [INFO] 10:17:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api --- 10:17:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 10:17:00 [INFO] 10:17:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api --- 10:17:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:00 [INFO] Configuration changed, re-generating javadoc. 10:17:03 [WARNING] Javadoc Warnings 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.commands.sudo; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.common; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.common.purge; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.devops; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.persistence; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup; 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG = 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers); 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] public static String getTopic(final EntityType entityType) { 10:17:03 [WARNING] ^ 10:17:03 [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 10:17:03 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS = 10:17:03 [WARNING] ^ 10:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment 10:17:03 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason", 10:17:03 [WARNING] ^ 10:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return 10:17:03 [WARNING] public abstract String getPubSubTopic(); 10:17:03 [WARNING] ^ 10:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment 10:17:03 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) { 10:17:03 [WARNING] ^ 10:17:03 [WARNING] 16 warnings 10:17:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 10:17:03 [INFO] 10:17:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api --- 10:17:03 [INFO] Tests are skipped. 10:17:03 [INFO] 10:17:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api --- 10:17:03 [INFO] Tests are skipped. 10:17:03 [INFO] 10:17:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api --- 10:17:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec 10:17:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes 10:17:03 [INFO] 10:17:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api --- 10:17:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar' is disabled. 10:17:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 10:17:04 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:17:04 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 10:17:05 [INFO] 10:17:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api --- 10:17:05 [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 10:17:05 [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 10:17:05 [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 10:17:05 [INFO] 10:17:05 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-api --- 10:17:07 [INFO] 10:17:07 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ 10:17:07 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [10/77] 10:17:07 [INFO] from internal/pom.xml 10:17:07 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:07 [INFO] 10:17:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal --- 10:17: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/target/jacoco.exec 10:17:07 [INFO] 10:17:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal --- 10:17:07 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:07 [INFO] The goal is skip due to packaging 'pom' 10:17:07 [INFO] 10:17:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal --- 10:17:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT... 10:17:07 [INFO] 10:17:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal --- 10:17:07 [INFO] 10:17:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal --- 10:17:07 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:17:07 [INFO] 10:17:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal --- 10:17:07 [INFO] Tests are skipped. 10:17:07 [INFO] 10:17:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal --- 10:17:07 [INFO] Tests are skipped. 10:17:07 [INFO] 10:17:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal --- 10:17:07 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:17:07 [INFO] 10:17:07 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal --- 10:17:07 [INFO] 10:17:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal --- 10:17:07 [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 10:17:07 [INFO] 10:17:07 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal --- 10:17:08 [INFO] 10:17:08 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >--------------- 10:17:08 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [11/77] 10:17:08 [INFO] from internal/utils/pom.xml 10:17:08 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:08 [INFO] 10:17:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils --- 10:17: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/target/jacoco.exec 10:17:08 [INFO] 10:17:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils --- 10:17:08 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:08 [INFO] The goal is skip due to packaging 'pom' 10:17:08 [INFO] 10:17:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils --- 10:17:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT... 10:17:08 [INFO] 10:17:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils --- 10:17:08 [INFO] 10:17:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils --- 10:17:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:17:08 [INFO] 10:17:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils --- 10:17:08 [INFO] Tests are skipped. 10:17:08 [INFO] 10:17:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils --- 10:17:08 [INFO] Tests are skipped. 10:17:08 [INFO] 10:17:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils --- 10:17:08 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:17:08 [INFO] 10:17:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils --- 10:17:08 [INFO] 10:17:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils --- 10:17:08 [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 10:17:08 [INFO] 10:17:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils --- 10:17:08 [INFO] 10:17:08 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ 10:17:08 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77] 10:17:08 [INFO] from internal/utils/config/pom.xml 10:17:08 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:09 [INFO] 10:17:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config --- 10:17:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 10:17:09 [INFO] 10:17:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config --- 10:17:09 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:09 [INFO] All files are up to date, skip goal execution. 10:17:09 [INFO] 10:17:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config --- 10:17:09 [INFO] Copying 1 resource from src/main/resources to target/classes 10:17:09 [INFO] Copying 16 resources from src/main/resources to target/classes 10:17:09 [INFO] 10:17:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config --- 10:17:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT... 10:17:09 [INFO] 10:17:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config --- 10:17:09 [INFO] Changes detected - recompiling the module! :dependency 10:17:09 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 10:17:09 [INFO] 10:17:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config --- 10:17:09 [INFO] Copying 6 resources from src/test/resources to target/test-classes 10:17:09 [INFO] 10:17:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config --- 10:17:09 [INFO] Changes detected - recompiling the module! :dependency 10:17:09 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes 10:17:09 [INFO] 10:17:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config --- 10:17:09 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:09 [INFO] Tests are skipped. 10:17:09 [INFO] 10:17:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config --- 10:17:09 [INFO] 10:17:09 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config --- 10:17:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 10:17:09 [INFO] 10:17:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config --- 10:17:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:09 [INFO] Configuration changed, re-generating javadoc. 10:17:11 [WARNING] Javadoc Warnings 10:17:11 [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 10:17:11 [WARNING] package org.eclipse.ditto.internal.utils.config; 10:17:11 [WARNING] ^ 10:17:11 [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 10:17:11 [WARNING] package org.eclipse.ditto.internal.utils.config.raw; 10:17:11 [WARNING] ^ 10:17:11 [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 10:17:11 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions"; 10:17:11 [WARNING] ^ 10:17:11 [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 10:17:11 [WARNING] static Config dittoExtension(final Config config) { 10:17:11 [WARNING] ^ 10:17:11 [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 10:17:11 [WARNING] static Config getOrEmpty(final Config config, final String path) { 10:17:11 [WARNING] ^ 10:17:11 [WARNING] 5 warnings 10:17:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 10:17:11 [INFO] 10:17:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config --- 10:17:11 [INFO] Tests are skipped. 10:17:11 [INFO] 10:17:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config --- 10:17:11 [INFO] Tests are skipped. 10:17:11 [INFO] 10:17:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config --- 10:17:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 10:17:11 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes 10:17:11 [INFO] 10:17:11 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config --- 10:17:11 [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. 10:17:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 10:17:12 [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. 10:17:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 10:17:13 [INFO] 10:17:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config --- 10:17:13 [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 10:17:13 [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 10:17:13 [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 10:17:13 [INFO] 10:17:13 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-config --- 10:17:13 [INFO] 10:17:13 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- 10:17:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77] 10:17:13 [INFO] from internal/utils/metrics/pom.xml 10:17:13 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:13 [INFO] 10:17:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics --- 10:17: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/metrics/target/jacoco.exec 10:17:13 [INFO] 10:17:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics --- 10:17:13 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:13 [INFO] All files are up to date, skip goal execution. 10:17:13 [INFO] 10:17:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics --- 10:17:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources 10:17:13 [INFO] 10:17:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics --- 10:17:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT... 10:17:13 [INFO] 10:17:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics --- 10:17:13 [INFO] Changes detected - recompiling the module! :dependency 10:17:13 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes 10:17:14 [INFO] 10:17:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics --- 10:17:14 [INFO] Copying 3 resources from src/test/resources to target/test-classes 10:17:14 [INFO] 10:17:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics --- 10:17:14 [INFO] Changes detected - recompiling the module! :dependency 10:17:14 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 10:17:14 [INFO] 10:17:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics --- 10:17:14 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:14 [INFO] Tests are skipped. 10:17:14 [INFO] 10:17:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics --- 10:17:14 [INFO] 10:17:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics --- 10:17:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 10:17:14 [INFO] 10:17:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics --- 10:17:14 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:14 [INFO] Configuration changed, re-generating javadoc. 10:17:16 [WARNING] Javadoc Warnings 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer; 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config, 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config, 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public static KamonCounter newCounter(final String name) { 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public static Gauge newGauge(final String name) { 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public static Histogram newHistogram(final String name) { 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler); 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public static PreparedTimer newTimer(final String name) { 10:17:16 [WARNING] ^ 10:17:16 [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 10:17:16 [WARNING] public static PreparedTimer newTimer(final String name) { 10:17:16 [WARNING] ^ 10:17:16 [WARNING] 15 warnings 10:17:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 10:17:16 [INFO] 10:17:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics --- 10:17:16 [INFO] Tests are skipped. 10:17:16 [INFO] 10:17:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics --- 10:17:16 [INFO] Tests are skipped. 10:17:16 [INFO] 10:17:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics --- 10:17:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 10:17:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes 10:17:16 [INFO] 10:17:16 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics --- 10:17:16 [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. 10:17:16 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 10:17:17 [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. 10:17:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 10:17:18 [INFO] 10:17:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics --- 10:17:18 [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 10:17:18 [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 10:17:18 [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 10:17:18 [INFO] 10:17:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-metrics --- 10:17:19 [INFO] 10:17:19 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >---------------- 10:17:19 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT [14/77] 10:17:19 [INFO] from utils/result/pom.xml 10:17:19 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:19 [INFO] 10:17:19 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result --- 10:17:19 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:17:19 [INFO] 10:17:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result --- 10:17: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/utils/result/target/jacoco.exec 10:17:19 [INFO] 10:17:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result --- 10:17:19 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:19 [INFO] All files are up to date, skip goal execution. 10:17:19 [INFO] 10:17:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result --- 10:17:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources 10:17:19 [INFO] 10:17:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result --- 10:17:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT... 10:17:19 [INFO] 10:17:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result --- 10:17:19 [INFO] Changes detected - recompiling the module! :dependency 10:17:19 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 10:17:19 [INFO] 10:17:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result --- 10:17:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources 10:17:19 [INFO] 10:17:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result --- 10:17:19 [INFO] Changes detected - recompiling the module! :dependency 10:17:19 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 10:17:19 [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. 10:17:19 [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. 10:17:19 [INFO] 10:17:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result --- 10:17:19 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:19 [INFO] Tests are skipped. 10:17:19 [INFO] 10:17:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result --- 10:17:19 [INFO] 10:17:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result --- 10:17:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 10:17:19 [INFO] 10:17:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result --- 10:17:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:19 [INFO] Configuration changed, re-generating javadoc. 10:17:20 [WARNING] Javadoc Warnings 10:17:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment 10:17:20 [WARNING] package org.eclipse.ditto.utils.result; 10:17:20 [WARNING] ^ 10:17:20 [WARNING] 1 warning 10:17:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 10:17:20 [INFO] 10:17:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result --- 10:17:20 [INFO] Tests are skipped. 10:17:20 [INFO] 10:17:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result --- 10:17:20 [INFO] Tests are skipped. 10:17:20 [INFO] 10:17:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result --- 10:17:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec 10:17:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes 10:17:20 [INFO] 10:17:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result --- 10:17:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar' is disabled. 10:17:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 10:17:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar' is disabled. 10:17:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 10:17:23 [INFO] 10:17:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result --- 10:17:23 [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 10:17:23 [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 10:17:23 [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 10:17:23 [INFO] 10:17:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-result --- 10:17:23 [INFO] 10:17:23 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- 10:17:23 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77] 10:17:23 [INFO] from internal/utils/tracing/pom.xml 10:17:23 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:23 [INFO] 10:17:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing --- 10:17:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 10:17:23 [INFO] 10:17:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing --- 10:17:23 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:23 [INFO] All files are up to date, skip goal execution. 10:17:23 [INFO] 10:17:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing --- 10:17:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources 10:17:23 [INFO] 10:17:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing --- 10:17:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT... 10:17:23 [INFO] 10:17:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing --- 10:17:23 [INFO] Changes detected - recompiling the module! :dependency 10:17:23 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 10:17:24 [INFO] 10:17:24 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing --- 10:17:24 [INFO] Changes detected - recompiling the module! :dependency 10:17:24 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 10:17:24 [INFO] 10:17:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing --- 10:17:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources 10:17:24 [INFO] 10:17:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing --- 10:17:24 [INFO] Changes detected - recompiling the module! :dependency 10:17:24 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 10:17:24 [INFO] 10:17:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing --- 10:17:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:24 [INFO] Tests are skipped. 10:17:24 [INFO] 10:17:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing --- 10:17:24 [INFO] 10:17:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing --- 10:17:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 10:17:24 [INFO] 10:17:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing --- 10:17:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:25 [INFO] Configuration changed, re-generating javadoc. 10:17:26 [WARNING] Javadoc Warnings 10:17:26 [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 10:17:26 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config; 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter; 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span; 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID = 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE = 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID = 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME = 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type"); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public abstract Tag getTagForValue(T value); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] Map<String, String> propagateContext(Map<String, String> map); 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public URI getTraceUri() { 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static String metricizeTraceUri(final String traceUri) { 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static String metricizeTraceUri(final String traceUri) { 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static String normalizePath(final String path) { 10:17:26 [WARNING] ^ 10:17:26 [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 10:17:26 [WARNING] public static String normalizePath(final String path) { 10:17:26 [WARNING] ^ 10:17:26 [WARNING] 21 warnings 10:17:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 10:17:27 [INFO] 10:17:27 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing --- 10:17:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 10:17:27 [INFO] 10:17:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing --- 10:17:27 [INFO] Tests are skipped. 10:17:27 [INFO] 10:17:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing --- 10:17:27 [INFO] Tests are skipped. 10:17:27 [INFO] 10:17:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing --- 10:17:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 10:17:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes 10:17:27 [INFO] 10:17:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing --- 10:17:27 [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. 10:17:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 10:17:28 [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. 10:17:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 10:17:29 [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. 10:17:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 10:17:30 [INFO] 10:17:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing --- 10:17:30 [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 10:17:30 [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 10:17:30 [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 10:17:30 [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 10:17:30 [INFO] 10:17:30 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-tracing --- 10:17:31 [INFO] 10:17:31 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- 10:17:31 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [16/77] 10:17:31 [INFO] from internal/models/pom.xml 10:17:31 [INFO] --------------------------------[ pom ]--------------------------------- 10:17:31 [INFO] 10:17:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models --- 10:17:31 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/target/jacoco.exec 10:17:31 [INFO] 10:17:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models --- 10:17:31 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:31 [INFO] The goal is skip due to packaging 'pom' 10:17:31 [INFO] 10:17:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models --- 10:17:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT... 10:17:31 [INFO] 10:17:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models --- 10:17:31 [INFO] 10:17:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models --- 10:17:31 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:17:31 [INFO] 10:17:31 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models --- 10:17:31 [INFO] Tests are skipped. 10:17:31 [INFO] 10:17:31 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models --- 10:17:31 [INFO] Tests are skipped. 10:17:31 [INFO] 10:17:31 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models --- 10:17:31 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:17:31 [INFO] 10:17:31 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models --- 10:17:31 [INFO] 10:17:31 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models --- 10:17:31 [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 10:17:31 [INFO] 10:17:31 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models --- 10:17:31 [INFO] 10:17:31 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- 10:17:31 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77] 10:17:31 [INFO] from internal/models/streaming/pom.xml 10:17:31 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:31 [INFO] 10:17:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming --- 10:17:31 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 10:17:31 [INFO] 10:17:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming --- 10:17:31 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:31 [INFO] All files are up to date, skip goal execution. 10:17:31 [INFO] 10:17:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming --- 10:17:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources 10:17:31 [INFO] 10:17:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming --- 10:17:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT... 10:17:31 [INFO] 10:17:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming --- 10:17:31 [INFO] Changes detected - recompiling the module! :dependency 10:17:31 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 10:17:31 [INFO] 10:17:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming --- 10:17:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources 10:17:31 [INFO] 10:17:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming --- 10:17:31 [INFO] Changes detected - recompiling the module! :dependency 10:17:31 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 10:17:31 [INFO] 10:17:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming --- 10:17:31 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:31 [INFO] Tests are skipped. 10:17:31 [INFO] 10:17:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming --- 10:17:31 [INFO] 10:17:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming --- 10:17:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 10:17:31 [INFO] 10:17:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming --- 10:17:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:31 [INFO] Configuration changed, re-generating javadoc. 10:17:33 [WARNING] Javadoc Warnings 10:17:33 [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 10:17:33 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) { 10:17:33 [WARNING] ^ 10:17:33 [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 10:17:33 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:17:33 [WARNING] ^ 10:17:33 [WARNING] 2 warnings 10:17:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 10:17:33 [INFO] 10:17:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming --- 10:17:33 [INFO] Tests are skipped. 10:17:33 [INFO] 10:17:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming --- 10:17:33 [INFO] Tests are skipped. 10:17:33 [INFO] 10:17:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming --- 10:17:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 10:17:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes 10:17:33 [INFO] 10:17:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming --- 10:17:33 [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. 10:17:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 10:17:35 [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. 10:17:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 10:17:35 [INFO] 10:17:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming --- 10:17:35 [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 10:17:35 [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 10:17:35 [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 10:17:35 [INFO] 10:17:35 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-streaming --- 10:17:37 [INFO] 10:17:37 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------ 10:17:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT [18/77] 10:17:37 [INFO] from internal/utils/pekko/pom.xml 10:17:37 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:37 [INFO] 10:17:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko --- 10:17: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/pekko/target/jacoco.exec 10:17:37 [INFO] 10:17:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko --- 10:17:37 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:37 [INFO] All files are up to date, skip goal execution. 10:17:37 [INFO] 10:17:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko --- 10:17:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources 10:17:37 [INFO] 10:17:37 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko --- 10:17: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 10:17:38 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ... 10:17:42 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 10:17:42 [WARNING] one warning found 10:17:44 [INFO] NoPosition: Note: Some input files use or override a deprecated API. 10:17:44 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 10:17:45 [INFO] done compiling 10:17:45 [INFO] compile in 8.1 s 10:17:45 [INFO] 10:17:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko --- 10:17:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT... 10:17:45 [INFO] 10:17:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko --- 10:17:45 [INFO] Changes detected - recompiling the module! :dependency 10:17:45 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 10:17:46 [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. 10:17:46 [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. 10:17:46 [INFO] 10:17:46 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko --- 10:17:46 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar 10:17:46 [INFO] compile in 0.1 s 10:17:46 [INFO] 10:17:46 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko --- 10:17:46 [INFO] Changes detected - recompiling the module! :dependency 10:17:46 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 10:17:47 [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. 10:17:47 [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. 10:17:47 [INFO] 10:17:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko --- 10:17:47 [INFO] Copying 2 resources from src/test/resources to target/test-classes 10:17:47 [INFO] 10:17:47 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko --- 10:17:47 [INFO] Changes detected - recompiling the module! :dependency 10:17:47 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes 10:17:47 [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. 10:17:47 [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. 10:17:47 [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. 10:17:47 [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. 10:17:47 [INFO] 10:17:47 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko --- 10:17:47 [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 10:17:47 [INFO] compile in 0.0 s 10:17:47 [INFO] 10:17:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko --- 10:17:47 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:47 [INFO] Tests are skipped. 10:17:47 [INFO] 10:17:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko --- 10:17:47 [INFO] 10:17:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko --- 10:17:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 10:17:47 [INFO] 10:17:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko --- 10:17:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:47 [INFO] Configuration changed, re-generating javadoc. 10:17:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 10:17:49 [INFO] 10:17:49 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko --- 10:17:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 10:17:49 [INFO] 10:17:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko --- 10:17:49 [INFO] Tests are skipped. 10:17:49 [INFO] 10:17:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko --- 10:17:49 [INFO] Tests are skipped. 10:17:49 [INFO] 10:17:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko --- 10:17:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec 10:17:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes 10:17:50 [INFO] 10:17:50 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko --- 10:17:50 [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. 10:17:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 10:17:50 [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. 10:17:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 10:17:51 [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. 10:17:51 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 10:17:52 [INFO] 10:17:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko --- 10:17:52 [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 10:17:52 [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 10:17:52 [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 10:17:52 [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 10:17:52 [INFO] 10:17:52 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pekko --- 10:17:53 [INFO] 10:17:53 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ 10:17:53 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77] 10:17:53 [INFO] from internal/utils/health/pom.xml 10:17:53 [INFO] --------------------------------[ jar ]--------------------------------- 10:17:53 [INFO] 10:17:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health --- 10:17:53 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 10:17:53 [INFO] 10:17:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health --- 10:17:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:53 [INFO] All files are up to date, skip goal execution. 10:17:53 [INFO] 10:17:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health --- 10:17:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources 10:17:53 [INFO] 10:17:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health --- 10:17:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT... 10:17:53 [INFO] 10:17:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health --- 10:17:53 [INFO] Changes detected - recompiling the module! :dependency 10:17:53 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes 10:17:53 [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. 10:17:53 [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. 10:17:53 [INFO] 10:17:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health --- 10:17:53 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:17:53 [INFO] 10:17:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health --- 10:17:53 [INFO] Changes detected - recompiling the module! :dependency 10:17:53 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes 10:17:53 [INFO] 10:17:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health --- 10:17:53 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:53 [INFO] Tests are skipped. 10:17:53 [INFO] 10:17:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health --- 10:17:53 [INFO] 10:17:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health --- 10:17:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 10:17:53 [INFO] 10:17:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health --- 10:17:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:54 [INFO] Configuration changed, re-generating javadoc. 10:17:56 [WARNING] Javadoc Warnings 10:17:56 [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 10:17:56 [WARNING] package org.eclipse.ditto.internal.utils.health; 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] package org.eclipse.ditto.internal.utils.health.config; 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] protected void shutdownStream(final Shutdown shutdown) { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] default StatusDetailMessage.Level level() { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] String name(); 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this); 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public final StatusInfo getHealth() { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public Level getLevel() { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public JsonValue getMessage() { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public static StatusDetailMessage of(final Level level, final String message) { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) { 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] ERROR; 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] INFO, 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] WARN, 10:17:56 [WARNING] ^ 10:17:56 [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 10:17:56 [WARNING] public static final Level DEFAULT = INFO; 10:17:56 [WARNING] ^ 10:17:56 [WARNING] 18 warnings 10:17:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 10:17:56 [INFO] 10:17:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health --- 10:17:56 [INFO] Tests are skipped. 10:17:56 [INFO] 10:17:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health --- 10:17:56 [INFO] Tests are skipped. 10:17:56 [INFO] 10:17:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health --- 10:17:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 10:17:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes 10:17:56 [INFO] 10:17:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health --- 10:17:56 [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. 10:17:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 10:17:57 [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. 10:17:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 10:17:58 [INFO] 10:17:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health --- 10:17:58 [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 10:17:58 [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 10:17:58 [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 10:17:58 [INFO] 10:17:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-health --- 10:17:59 [INFO] 10:17:59 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ 10:17:59 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT [20/77] 10:17:59 [INFO] from json-cbor/pom.xml 10:17:59 [INFO] -------------------------------[ bundle ]------------------------------- 10:17:59 [INFO] 10:17:59 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor --- 10:17:59 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:17:59 [INFO] 10:17:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor --- 10:17: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/json-cbor/target/jacoco.exec 10:17:59 [INFO] 10:17:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor --- 10:17:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:17:59 [INFO] All files are up to date, skip goal execution. 10:17:59 [INFO] 10:17:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor --- 10:17:59 [INFO] Copying 1 resource from src/main/resources to target/classes 10:17:59 [INFO] 10:17:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor --- 10:17:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT... 10:17:59 [INFO] 10:17:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor --- 10:17:59 [INFO] Changes detected - recompiling the module! :dependency 10:17:59 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes 10:17:59 [WARNING] bootstrap class path not set in conjunction with -source 8 10:17:59 [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. 10:17:59 [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. 10:17:59 [INFO] 10:17:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor --- 10:17:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources 10:17:59 [INFO] 10:17:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor --- 10:17:59 [INFO] Changes detected - recompiling the module! :dependency 10:17:59 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes 10:17:59 [WARNING] bootstrap class path not set in conjunction with -source 8 10:17:59 [INFO] 10:17:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor --- 10:17:59 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:17:59 [INFO] Tests are skipped. 10:17:59 [INFO] 10:17:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- 10:17:59 [INFO] 10:17:59 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor --- 10:17:59 [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) 10:17:59 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 10:17:59 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF 10:17:59 [INFO] 10:17:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor --- 10:17:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:17:59 [INFO] Configuration changed, re-generating javadoc. 10:18:00 [WARNING] Javadoc Warnings 10:18:00 [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 10:18:00 [WARNING] public static String toHexString(final byte[] array) throws IOException { 10:18:00 [WARNING] ^ 10:18:00 [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 10:18:00 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException { 10:18:00 [WARNING] ^ 10:18:00 [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 10:18:00 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException { 10:18:00 [WARNING] ^ 10:18:00 [WARNING] 3 warnings 10:18:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 10:18:00 [INFO] 10:18:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor --- 10:18:00 [INFO] Tests are skipped. 10:18:00 [INFO] 10:18:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor --- 10:18:00 [INFO] Tests are skipped. 10:18:00 [INFO] 10:18:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor --- 10:18:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec 10:18:00 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes 10:18:00 [INFO] 10:18:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor --- 10:18:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar' is disabled. 10:18:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 10:18:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar' is disabled. 10:18:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 10:18:02 [INFO] 10:18:02 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor --- 10:18:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'. 10:18:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'. 10:18:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'. 10:18:02 [INFO] 10:18:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor --- 10:18:02 [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 10:18:02 [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 10:18:02 [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 10:18:02 [INFO] 10:18:02 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor --- 10:18:02 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar 10:18:02 [INFO] Writing OBR metadata 10:18:02 [INFO] 10:18:02 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json-cbor --- 10:18:03 [INFO] 10:18:03 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json-cbor --- 10:18:03 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:18:03 [INFO] 10:18:03 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ 10:18:03 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [21/77] 10:18:03 [INFO] from policies/pom.xml 10:18:03 [INFO] --------------------------------[ pom ]--------------------------------- 10:18:03 [INFO] 10:18:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies --- 10:18: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/policies/target/jacoco.exec 10:18:03 [INFO] 10:18:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies --- 10:18:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:03 [INFO] The goal is skip due to packaging 'pom' 10:18:03 [INFO] 10:18:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies --- 10:18:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT... 10:18:03 [INFO] 10:18:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies --- 10:18:03 [INFO] 10:18:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies --- 10:18:03 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:18:03 [INFO] 10:18:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies --- 10:18:03 [INFO] Tests are skipped. 10:18:03 [INFO] 10:18:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies --- 10:18:03 [INFO] Tests are skipped. 10:18:03 [INFO] 10:18:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies --- 10:18:03 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:18:03 [INFO] 10:18:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies --- 10:18:03 [INFO] 10:18:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies --- 10:18:03 [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 10:18:03 [INFO] 10:18:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies --- 10:18:03 [INFO] 10:18:03 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- 10:18:03 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [22/77] 10:18:03 [INFO] from policies/model/pom.xml 10:18:03 [INFO] -------------------------------[ bundle ]------------------------------- 10:18:03 [INFO] 10:18:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model --- 10:18:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:18:03 [INFO] 10:18:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model --- 10:18: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/policies/model/target/jacoco.exec 10:18:03 [INFO] 10:18:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model --- 10:18:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:03 [INFO] All files are up to date, skip goal execution. 10:18:03 [INFO] 10:18:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model --- 10:18:03 [INFO] Copying 0 resource from src/main/resources to target/classes 10:18:03 [INFO] 10:18:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model --- 10:18:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT... 10:18:03 [INFO] 10:18:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model --- 10:18:03 [INFO] Changes detected - recompiling the module! :dependency 10:18:03 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes 10:18:06 [WARNING] bootstrap class path not set in conjunction with -source 8 10:18:06 [INFO] 10:18:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model --- 10:18:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources 10:18:06 [INFO] 10:18:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model --- 10:18:06 [INFO] Changes detected - recompiling the module! :dependency 10:18:06 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes 10:18:12 [WARNING] bootstrap class path not set in conjunction with -source 8 10:18:12 [WARNING] Implicitly compiled files were not subject to annotation processing. 10:18:12 Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. 10:18:12 [INFO] 10:18:12 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model --- 10:18:12 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:18:12 [INFO] Tests are skipped. 10:18:12 [INFO] 10:18:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model --- 10:18:12 [INFO] 10:18:12 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model --- 10:18:13 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 10:18:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF 10:18:13 [INFO] 10:18:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model --- 10:18:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:18:13 [INFO] Configuration changed, re-generating javadoc. 10:18:19 [WARNING] Javadoc Warnings 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.commands; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] package org.eclipse.ditto.policies.model.signals.events; 10:18:19 [WARNING] ^ 10:18:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment 10:18:19 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId, 10:18:19 [WARNING] ^ 10:18:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment 10:18:19 [WARNING] public String getName() { 10:18:19 [WARNING] ^ 10:18:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment 10:18:19 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10")); 10:18:19 [WARNING] ^ 10:18:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment 10:18:19 [WARNING] default CompletionStage<Policy> withResolvedImports( 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) { 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) { 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) { 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRIES, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRY, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRY_RESOURCE, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRY_RESOURCES, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRY_SUBJECT; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_ENTRY_SUBJECTS, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_IMPORT, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] POLICY_IMPORTS, 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified> 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final String POLICY_IMPORT = "policyImport"; 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS = 10:18:19 [WARNING] ^ 10:18:19 [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 10:18:19 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS = 10:18:19 [WARNING] ^ 10:18:19 [WARNING] 36 warnings 10:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 10:18:19 [INFO] 10:18:19 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model --- 10:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 10:18:19 [INFO] 10:18:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model --- 10:18:19 [INFO] Tests are skipped. 10:18:19 [INFO] 10:18:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model --- 10:18:19 [INFO] Tests are skipped. 10:18:19 [INFO] 10:18:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model --- 10:18:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec 10:18:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes 10:18:20 [INFO] 10:18:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model --- 10:18:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar' is disabled. 10:18:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 10:18:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:18:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 10:18:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar' is disabled. 10:18:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 10:18:24 [INFO] 10:18:24 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model --- 10:18:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'. 10:18:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'. 10:18:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'. 10:18:25 [INFO] 10:18:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model --- 10:18:25 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.pom 10:18:25 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar 10:18:25 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-javadoc.jar 10:18:25 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-tests.jar 10:18:25 [INFO] 10:18:25 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model --- 10:18:25 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar 10:18:25 [INFO] Writing OBR metadata 10:18:25 [INFO] 10:18:25 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-model --- 10:18:29 [INFO] 10:18:29 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-policies-model --- 10:18:29 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:18:29 [INFO] 10:18:29 [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- 10:18:29 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [23/77] 10:18:29 [INFO] from things/pom.xml 10:18:29 [INFO] --------------------------------[ pom ]--------------------------------- 10:18:29 [INFO] 10:18:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things --- 10:18: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/things/target/jacoco.exec 10:18:29 [INFO] 10:18:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things --- 10:18:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:29 [INFO] The goal is skip due to packaging 'pom' 10:18:29 [INFO] 10:18:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things --- 10:18:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT... 10:18:29 [INFO] 10:18:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things --- 10:18:29 [INFO] 10:18:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things --- 10:18:29 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:18:29 [INFO] 10:18:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things --- 10:18:29 [INFO] Tests are skipped. 10:18:29 [INFO] 10:18:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things --- 10:18:29 [INFO] Tests are skipped. 10:18:29 [INFO] 10:18:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things --- 10:18:29 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:18:29 [INFO] 10:18:29 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things --- 10:18:29 [INFO] 10:18:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-things --- 10:18:29 [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 10:18:29 [INFO] 10:18:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things --- 10:18:31 [INFO] 10:18:31 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- 10:18:31 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [24/77] 10:18:31 [INFO] from things/model/pom.xml 10:18:31 [INFO] -------------------------------[ bundle ]------------------------------- 10:18:31 [INFO] 10:18:31 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model --- 10:18:31 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:18:31 [INFO] 10:18:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model --- 10:18: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/things/model/target/jacoco.exec 10:18:31 [INFO] 10:18:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model --- 10:18:31 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:31 [INFO] All files are up to date, skip goal execution. 10:18:31 [INFO] 10:18:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model --- 10:18:31 [INFO] Copying 0 resource from src/main/resources to target/classes 10:18:31 [INFO] 10:18:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model --- 10:18:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT... 10:18:31 [INFO] 10:18:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model --- 10:18:31 [INFO] Changes detected - recompiling the module! :dependency 10:18:31 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes 10:18:34 [WARNING] bootstrap class path not set in conjunction with -source 8 10:18:34 [INFO] 10:18:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model --- 10:18:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources 10:18:34 [INFO] 10:18:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model --- 10:18:34 [INFO] Changes detected - recompiling the module! :dependency 10:18:34 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes 10:18:36 [WARNING] bootstrap class path not set in conjunction with -source 8 10:18:36 [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. 10:18:36 [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. 10:18:36 [INFO] 10:18:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model --- 10:18:36 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:18:36 [INFO] Tests are skipped. 10:18:36 [INFO] 10:18:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model --- 10:18:36 [INFO] 10:18:36 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model --- 10:18:37 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 10:18:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF 10:18:37 [INFO] 10:18:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model --- 10:18:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:18:37 [INFO] Configuration changed, re-generating javadoc. 10:18:44 [WARNING] Javadoc Warnings 10:18:44 [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 10:18:44 [WARNING] package org.eclipse.ditto.things.model.signals.commands; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] package org.eclipse.ditto.things.model.signals.events; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING = 10:18:44 [WARNING] ^ 10:18:44 [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> 10:18:44 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers); 10:18:44 [WARNING] ^ 10:18:44 [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> 10:18:44 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers); 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public RetrieveThing build() { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS = 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public final class ThingCommandToModifyExceptionRegistry 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder newBuilder(final String condition, final String description) { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder forDittoProtocol() { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder forPostMethod() { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder forPutMethod() { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder forPutOrPatchMethod() { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH = 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE = 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) { 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] ATTRIBUTE, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] ATTRIBUTES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] DEFINITION, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE_DEFINITION, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE_DESIRED_PROPERTIES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE_DESIRED_PROPERTY; 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE_PROPERTIES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURE_PROPERTY, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] FEATURES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRIES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRY, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRY_RESOURCE, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRY_RESOURCES, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRY_SUBJECT, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ENTRY_SUBJECTS, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] POLICY_ID, 10:18:44 [WARNING] ^ 10:18:44 [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 10:18:44 [WARNING] THING, 10:18:44 [WARNING] ^ 10:18:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment 10:18:44 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*"); 10:18:44 [WARNING] ^ 10:18:44 [WARNING] 54 warnings 10:18:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 10:18:44 [INFO] 10:18:44 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model --- 10:18:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 10:18:44 [INFO] 10:18:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model --- 10:18:44 [INFO] Tests are skipped. 10:18:44 [INFO] 10:18:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model --- 10:18:44 [INFO] Tests are skipped. 10:18:44 [INFO] 10:18:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model --- 10:18:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec 10:18:45 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes 10:18:45 [INFO] 10:18:45 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model --- 10:18:45 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar' is disabled. 10:18:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 10:18:47 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:18:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 10:18:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar' is disabled. 10:18:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 10:18:50 [INFO] 10:18:50 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model --- 10:18:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'. 10:18:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'. 10:18:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'. 10:18:50 [INFO] 10:18:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model --- 10:18:50 [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 10:18:50 [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 10:18:50 [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 10:18:50 [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 10:18:50 [INFO] 10:18:50 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model --- 10:18:50 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar 10:18:50 [INFO] Writing OBR metadata 10:18:50 [INFO] 10:18:50 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-model --- 10:18:51 [INFO] 10:18:51 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-things-model --- 10:18:51 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:18:51 [INFO] 10:18:51 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- 10:18:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77] 10:18:51 [INFO] from internal/utils/cluster/pom.xml 10:18:51 [INFO] --------------------------------[ jar ]--------------------------------- 10:18:52 [INFO] 10:18:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster --- 10:18: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/cluster/target/jacoco.exec 10:18:52 [INFO] 10:18:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster --- 10:18:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:52 [INFO] All files are up to date, skip goal execution. 10:18:52 [INFO] 10:18:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources 10:18:52 [INFO] 10:18:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT... 10:18:52 [INFO] 10:18:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] Changes detected - recompiling the module! :dependency 10:18:52 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes 10:18:52 [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. 10:18:52 [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. 10:18:52 [INFO] 10:18:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] Copying 3 resources from src/test/resources to target/test-classes 10:18:52 [INFO] 10:18:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] Changes detected - recompiling the module! :dependency 10:18:52 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 10:18:52 [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. 10:18:52 [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. 10:18:52 [INFO] 10:18:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster --- 10:18:52 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:18:52 [INFO] Tests are skipped. 10:18:52 [INFO] 10:18:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] 10:18:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster --- 10:18:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 10:18:52 [INFO] 10:18:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster --- 10:18:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:18:53 [INFO] Configuration changed, re-generating javadoc. 10:18:55 [WARNING] Javadoc Warnings 10:18:55 [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 10:18:55 [WARNING] package org.eclipse.ditto.internal.utils.cluster; 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config; 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8; 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group, 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group, 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public UnsupportedManifest(final String manifest) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) { 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 10:18:55 [WARNING] ^ 10:18:55 [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 10:18:55 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 10:18:55 [WARNING] ^ 10:18:55 [WARNING] 14 warnings 10:18:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 10:18:55 [INFO] 10:18:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster --- 10:18:55 [INFO] Tests are skipped. 10:18:55 [INFO] 10:18:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster --- 10:18:55 [INFO] Tests are skipped. 10:18:55 [INFO] 10:18:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster --- 10:18:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec 10:18:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes 10:18:55 [INFO] 10:18:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster --- 10:18:55 [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. 10:18:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 10:18:56 [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. 10:18:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 10:18:56 [INFO] 10:18:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster --- 10:18:56 [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 10:18:56 [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 10:18:56 [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 10:18:56 [INFO] 10:18:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cluster --- 10:18:59 [INFO] 10:18:59 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >---------- 10:18:59 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77] 10:18:59 [INFO] from internal/utils/extension/pom.xml 10:18:59 [INFO] --------------------------------[ jar ]--------------------------------- 10:18:59 [INFO] 10:18:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension --- 10:18:59 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/jacoco.exec 10:18:59 [INFO] 10:18:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension --- 10:18:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:18:59 [INFO] All files are up to date, skip goal execution. 10:18:59 [INFO] 10:18:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension --- 10:18:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources 10:18:59 [INFO] 10:18:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension --- 10:18:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT... 10:18:59 [INFO] 10:18:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension --- 10:18:59 [INFO] Changes detected - recompiling the module! :dependency 10:18:59 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 10:18:59 [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. 10:18:59 [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. 10:18:59 [INFO] 10:18:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension --- 10:18:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources 10:18:59 [INFO] 10:18:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension --- 10:18:59 [INFO] No sources to compile 10:18:59 [INFO] 10:18:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension --- 10:18:59 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:18:59 [INFO] Tests are skipped. 10:18:59 [INFO] 10:18:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension --- 10:18:59 [INFO] 10:18:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension --- 10:18:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 10:18:59 [INFO] 10:18:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension --- 10:18:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:18:59 [INFO] Configuration changed, re-generating javadoc. 10:19:00 [WARNING] Javadoc Warnings 10:19:00 [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 10:19:00 [WARNING] public final class DittoExtensionIds implements Extension { 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent( 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) { 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass, 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] protected abstract String getConfigKey(); 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) { 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) { 10:19:00 [WARNING] ^ 10:19:00 [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 10:19:00 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass, 10:19:00 [WARNING] ^ 10:19:00 [WARNING] 8 warnings 10:19:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 10:19:00 [INFO] 10:19:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension --- 10:19:00 [INFO] Tests are skipped. 10:19:00 [INFO] 10:19:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension --- 10:19:00 [INFO] Tests are skipped. 10:19:00 [INFO] 10:19:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension --- 10:19:00 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:19:00 [INFO] 10:19:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension --- 10:19:00 [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. 10:19:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 10:19:02 [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. 10:19:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 10:19:03 [INFO] 10:19:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension --- 10:19:03 [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 10:19:03 [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 10:19:03 [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 10:19:03 [INFO] 10:19:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-extension --- 10:19:04 [INFO] 10:19:04 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >---------------- 10:19:04 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT [27/77] 10:19:04 [INFO] from placeholders/pom.xml 10:19:04 [INFO] -------------------------------[ bundle ]------------------------------- 10:19:04 [INFO] 10:19:04 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders --- 10:19:04 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:19:04 [INFO] 10:19:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders --- 10:19: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/placeholders/target/jacoco.exec 10:19:04 [INFO] 10:19:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders --- 10:19:04 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:04 [INFO] All files are up to date, skip goal execution. 10:19:04 [INFO] 10:19:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders --- 10:19:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources 10:19:04 [INFO] 10:19:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders --- 10:19:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT... 10:19:04 [INFO] 10:19:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders --- 10:19:04 [INFO] Changes detected - recompiling the module! :dependency 10:19:04 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes 10:19:04 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:04 [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. 10:19:04 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details. 10:19:04 [INFO] 10:19:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders --- 10:19:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources 10:19:04 [INFO] 10:19:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders --- 10:19:04 [INFO] Changes detected - recompiling the module! :dependency 10:19:04 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes 10:19:05 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:05 [INFO] 10:19:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders --- 10:19:05 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:05 [INFO] Tests are skipped. 10:19:05 [INFO] 10:19:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders --- 10:19:05 [INFO] 10:19:05 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders --- 10:19:05 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 10:19:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF 10:19:05 [INFO] 10:19:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders --- 10:19:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:05 [INFO] Configuration changed, re-generating javadoc. 10:19:07 [WARNING] Javadoc Warnings 10:19:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T> 10:19:07 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder, 10:19:07 [WARNING] ^ 10:19:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return 10:19:07 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) { 10:19:07 [WARNING] ^ 10:19:07 [WARNING] 2 warnings 10:19:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 10:19:07 [INFO] 10:19:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders --- 10:19:07 [INFO] Tests are skipped. 10:19:07 [INFO] 10:19:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders --- 10:19:07 [INFO] Tests are skipped. 10:19:07 [INFO] 10:19:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders --- 10:19:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec 10:19:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes 10:19:07 [INFO] 10:19:07 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders --- 10:19:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar' is disabled. 10:19:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 10:19:09 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:09 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 10:19:09 [INFO] 10:19:09 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders --- 10:19:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'. 10:19:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'. 10:19:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'. 10:19:10 [INFO] 10:19:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders --- 10:19:10 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.pom 10:19:10 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar 10:19:10 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT-javadoc.jar 10:19:10 [INFO] 10:19:10 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders --- 10:19:10 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar 10:19:10 [INFO] Writing OBR metadata 10:19:10 [INFO] 10:19:10 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-placeholders --- 10:19:11 [INFO] 10:19:11 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-placeholders --- 10:19:11 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:19:11 [INFO] 10:19:11 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- 10:19:11 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [28/77] 10:19:11 [INFO] from base/service/pom.xml 10:19:11 [INFO] --------------------------------[ jar ]--------------------------------- 10:19:11 [INFO] 10:19:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service --- 10:19:11 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 10:19:11 [INFO] 10:19:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service --- 10:19:11 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:11 [INFO] All files are up to date, skip goal execution. 10:19:11 [INFO] 10:19:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service --- 10:19:11 [INFO] Copying 1 resource from src/main/resources to target/classes 10:19:11 [INFO] 10:19:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service --- 10:19:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT... 10:19:11 [INFO] 10:19:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service --- 10:19:11 [INFO] Changes detected - recompiling the module! :dependency 10:19:11 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes 10:19:12 [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. 10:19:12 [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. 10:19:12 [INFO] 10:19:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service --- 10:19:12 [INFO] Copying 7 resources from src/test/resources to target/test-classes 10:19:12 [INFO] 10:19:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service --- 10:19:12 [INFO] Changes detected - recompiling the module! :dependency 10:19:12 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 10:19:12 [INFO] 10:19:12 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service --- 10:19:12 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:12 [INFO] Tests are skipped. 10:19:12 [INFO] 10:19:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service --- 10:19:12 [INFO] 10:19:12 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service --- 10:19:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 10:19:12 [INFO] 10:19:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service --- 10:19:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:12 [INFO] Configuration changed, re-generating javadoc. 10:19:15 [WARNING] Javadoc Warnings 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.cluster; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.config; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.config.http; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/limits/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.config.limits; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/supervision/package-info.java:14: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.config.supervision; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/devops/package-info.java:15: warning: no comment 10:19:15 [WARNING] package org.eclipse.ditto.base.service.devops; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractPlaceholderSubstitution.java:41: warning: no comment 10:19:15 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:39: warning: no comment 10:19:15 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:82: warning: no comment 10:19:15 [WARNING] protected static Policy substitutePolicy(final Policy policy, 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:100: warning: no comment 10:19:15 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries, 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:66: warning: no comment 10:19:15 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry, 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:48: warning: no comment 10:19:15 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects, 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/DefaultHttpProxyConfig.java:63: warning: no comment 10:19:15 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment 10:19:15 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment 10:19:15 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri"; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment 10:19:15 [WARNING] protected final Config rawConfig; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment 10:19:15 [WARNING] protected final C serviceSpecificConfig; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment 10:19:15 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/HttpConfig.java:64: warning: no comment 10:19:15 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65)); 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment 10:19:15 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment 10:19:15 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY = 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment 10:19:15 [WARNING] public static final String TYPE = PREFIX + NAME; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment 10:19:15 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment 10:19:15 [WARNING] public boolean isEnabled() { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment 10:19:15 [WARNING] public final class ModifySplitBrainResolverResponse 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment 10:19:15 [WARNING] public static final String TYPE = PREFIX + NAME; 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment 10:19:15 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject, 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment 10:19:15 [WARNING] public boolean isEnabled() { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/NoOpRootActorStarter.java:27: warning: no @param for config 10:19:15 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment 10:19:15 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment 10:19:15 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:81: warning: no @param for config 10:19:15 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment 10:19:15 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment 10:19:15 [WARNING] public String getActorName() { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment 10:19:15 [WARNING] public Props getProps() { 10:19:15 [WARNING] ^ 10:19:15 [WARNING] 36 warnings 10:19:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 10:19:15 [INFO] 10:19:15 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service --- 10:19:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 10:19:15 [INFO] 10:19:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service --- 10:19:15 [INFO] Tests are skipped. 10:19:15 [INFO] 10:19:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service --- 10:19:15 [INFO] Tests are skipped. 10:19:15 [INFO] 10:19:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service --- 10:19:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 10:19:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes 10:19:15 [INFO] 10:19:15 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service --- 10:19:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar' is disabled. 10:19:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 10:19:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 10:19:18 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar' is disabled. 10:19:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 10:19:19 [INFO] 10:19:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service --- 10:19:19 [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 10:19:19 [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 10:19:19 [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 10:19:19 [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 10:19:19 [INFO] 10:19:19 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-service --- 10:19:20 [INFO] 10:19:20 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- 10:19:20 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [29/77] 10:19:20 [INFO] from connectivity/pom.xml 10:19:20 [INFO] --------------------------------[ pom ]--------------------------------- 10:19:20 [INFO] 10:19:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity --- 10:19:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/target/jacoco.exec 10:19:20 [INFO] 10:19:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity --- 10:19:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:20 [INFO] The goal is skip due to packaging 'pom' 10:19:20 [INFO] 10:19:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity --- 10:19:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT... 10:19:20 [INFO] 10:19:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity --- 10:19:20 [INFO] 10:19:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity --- 10:19:20 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:19:20 [INFO] 10:19:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity --- 10:19:20 [INFO] Tests are skipped. 10:19:20 [INFO] 10:19:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity --- 10:19:20 [INFO] Tests are skipped. 10:19:20 [INFO] 10:19:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity --- 10:19:20 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:19:20 [INFO] 10:19:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity --- 10:19:20 [INFO] 10:19:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity --- 10:19:20 [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 10:19:20 [INFO] 10:19:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity --- 10:19:20 [INFO] 10:19:20 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- 10:19:20 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [30/77] 10:19:20 [INFO] from connectivity/model/pom.xml 10:19:20 [INFO] -------------------------------[ bundle ]------------------------------- 10:19:20 [INFO] 10:19:20 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model --- 10:19:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:19:20 [INFO] 10:19:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model --- 10:19:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 10:19:20 [INFO] 10:19:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model --- 10:19:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:20 [INFO] All files are up to date, skip goal execution. 10:19:20 [INFO] 10:19:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model --- 10:19:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources 10:19:20 [INFO] 10:19:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model --- 10:19:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT... 10:19:20 [INFO] 10:19:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model --- 10:19:20 [INFO] Changes detected - recompiling the module! :dependency 10:19:20 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes 10:19:21 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Some input files use or override a deprecated API. 10:19:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Recompile with -Xlint:deprecation for details. 10:19:21 [INFO] 10:19:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model --- 10:19:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources 10:19:21 [INFO] 10:19:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model --- 10:19:21 [INFO] Changes detected - recompiling the module! :dependency 10:19:21 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes 10:19:22 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API. 10:19:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details. 10:19:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations. 10:19:22 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details. 10:19:22 [INFO] 10:19:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model --- 10:19:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:22 [INFO] Tests are skipped. 10:19:22 [INFO] 10:19:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model --- 10:19:22 [INFO] 10:19:22 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model --- 10:19:22 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 10:19:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF 10:19:22 [INFO] 10:19:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model --- 10:19:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:22 [INFO] Configuration changed, re-generating javadoc. 10:19:27 [WARNING] Javadoc Warnings 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment 10:19:27 [WARNING] package org.eclipse.ditto.connectivity.model; 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt; 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements; 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder( 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] protected AbstractConnectivityEvent(final String type, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] protected AbstractConnectivityEvent(final String type, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Instant getTimestamp() { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static Builder newBuilder(final ConnectionId connectionId, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static Builder newBuilder(final String invalidCommand) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) { 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment 10:19:27 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) { 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment 10:19:27 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L; 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment 10:19:27 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L; 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return 10:19:27 [WARNING] ReplyTarget build(); 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Optional<Boolean> getContainsFailure() { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public RetrieveConnectionMetricsResponse build() { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public RetrieveConnectionStatusResponse build() { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) { 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources, 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [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 10:19:27 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS = 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment 10:19:27 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey, 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment 10:19:27 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"), 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment 10:19:27 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"), 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment 10:19:27 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"), 10:19:27 [WARNING] ^ 10:19:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment 10:19:27 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"), 10:19:27 [WARNING] ^ 10:19:27 [WARNING] 63 warnings 10:19:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 10:19:27 [INFO] 10:19:27 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model --- 10:19:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 10:19:27 [INFO] 10:19:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model --- 10:19:27 [INFO] Tests are skipped. 10:19:27 [INFO] 10:19:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model --- 10:19:27 [INFO] Tests are skipped. 10:19:27 [INFO] 10:19:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model --- 10:19:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 10:19:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes 10:19:28 [INFO] 10:19:28 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model --- 10:19:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar' is disabled. 10:19:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 10:19:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 10:19:30 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar' is disabled. 10:19:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 10:19:31 [INFO] 10:19:31 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model --- 10:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'. 10:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'. 10:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'. 10:19:32 [INFO] 10:19:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model --- 10:19:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.pom 10:19:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar 10:19:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 10:19:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT-tests.jar 10:19:32 [INFO] 10:19:32 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model --- 10:19:32 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar 10:19:32 [INFO] Writing OBR metadata 10:19:32 [INFO] 10:19:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-model --- 10:19:36 [INFO] 10:19:36 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-connectivity-model --- 10:19:36 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:19:36 [INFO] 10:19:36 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- 10:19:36 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [31/77] 10:19:36 [INFO] from thingsearch/pom.xml 10:19:36 [INFO] --------------------------------[ pom ]--------------------------------- 10:19:36 [INFO] 10:19:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch --- 10:19:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/target/jacoco.exec 10:19:36 [INFO] 10:19:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch --- 10:19:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:36 [INFO] The goal is skip due to packaging 'pom' 10:19:36 [INFO] 10:19:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch --- 10:19:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT... 10:19:36 [INFO] 10:19:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch --- 10:19:36 [INFO] 10:19:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch --- 10:19:36 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:19:36 [INFO] 10:19:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch --- 10:19:36 [INFO] Tests are skipped. 10:19:36 [INFO] 10:19:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch --- 10:19:36 [INFO] Tests are skipped. 10:19:36 [INFO] 10:19:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch --- 10:19:36 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:19:36 [INFO] 10:19:36 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch --- 10:19:36 [INFO] 10:19:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch --- 10:19:36 [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 10:19:36 [INFO] 10:19:36 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch --- 10:19:37 [INFO] 10:19:37 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- 10:19:37 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [32/77] 10:19:37 [INFO] from thingsearch/model/pom.xml 10:19:37 [INFO] -------------------------------[ bundle ]------------------------------- 10:19:37 [INFO] 10:19:37 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model --- 10:19:37 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:19:37 [INFO] 10:19:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model --- 10:19: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/thingsearch/model/target/jacoco.exec 10:19:37 [INFO] 10:19:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model --- 10:19:37 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:37 [INFO] All files are up to date, skip goal execution. 10:19:37 [INFO] 10:19:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model --- 10:19:37 [INFO] Copying 0 resource from src/main/resources to target/classes 10:19:37 [INFO] 10:19:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model --- 10:19:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT... 10:19:37 [INFO] 10:19:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model --- 10:19:37 [INFO] Changes detected - recompiling the module! :dependency 10:19:37 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes 10:19:37 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:37 [INFO] 10:19:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model --- 10:19:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources 10:19:37 [INFO] 10:19:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model --- 10:19:37 [INFO] Changes detected - recompiling the module! :dependency 10:19:37 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes 10:19:38 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:38 [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; 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 10:19:38 [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; 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 10:19:38 [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; 10:19:38 cast to java.lang.String for a varargs call 10:19:38 cast to java.lang.String[] for a non-varargs call and to suppress this warning 10:19:38 [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; 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 10:19:38 [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; 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 10:19:38 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 10:19:38 [INFO] 10:19:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model --- 10:19:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:38 [INFO] Tests are skipped. 10:19:38 [INFO] 10:19:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model --- 10:19:38 [INFO] 10:19:38 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model --- 10:19:38 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 10:19:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF 10:19:38 [INFO] 10:19:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model --- 10:19:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:38 [INFO] Configuration changed, re-generating javadoc. 10:19:41 [WARNING] Javadoc Warnings 10:19:41 [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 10:19:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands; 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions; 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query; 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription; 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events; 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces, 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options, 10:19:41 [WARNING] ^ 10:19:41 [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 10:19:41 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options, 10:19:41 [WARNING] ^ 10:19:41 [WARNING] 8 warnings 10:19:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 10:19:41 [INFO] 10:19:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model --- 10:19:41 [INFO] Tests are skipped. 10:19:41 [INFO] 10:19:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model --- 10:19:41 [INFO] Tests are skipped. 10:19:41 [INFO] 10:19:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model --- 10:19:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec 10:19:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes 10:19:41 [INFO] 10:19:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model --- 10:19:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar' is disabled. 10:19:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 10:19:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 10:19:44 [INFO] 10:19:44 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model --- 10:19:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'. 10:19:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'. 10:19:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'. 10:19:44 [INFO] 10:19:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model --- 10:19:44 [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 10:19:44 [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 10:19:44 [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 10:19:44 [INFO] 10:19:44 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model --- 10:19:44 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar 10:19:44 [INFO] Writing OBR metadata 10:19:44 [INFO] 10:19:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-model --- 10:19:45 [INFO] 10:19:45 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-thingsearch-model --- 10:19:45 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:19:45 [INFO] 10:19:45 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ 10:19:45 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [33/77] 10:19:45 [INFO] from messages/pom.xml 10:19:45 [INFO] --------------------------------[ pom ]--------------------------------- 10:19:45 [INFO] 10:19:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages --- 10:19: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/messages/target/jacoco.exec 10:19:45 [INFO] 10:19:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages --- 10:19:45 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:45 [INFO] The goal is skip due to packaging 'pom' 10:19:45 [INFO] 10:19:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages --- 10:19:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT... 10:19:45 [INFO] 10:19:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages --- 10:19:45 [INFO] 10:19:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages --- 10:19:45 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:19:45 [INFO] 10:19:45 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages --- 10:19:45 [INFO] Tests are skipped. 10:19:45 [INFO] 10:19:45 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages --- 10:19:45 [INFO] Tests are skipped. 10:19:45 [INFO] 10:19:45 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages --- 10:19:45 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:19:45 [INFO] 10:19:45 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages --- 10:19:45 [INFO] 10:19:45 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages --- 10:19:45 [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 10:19:45 [INFO] 10:19:45 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages --- 10:19:46 [INFO] 10:19:46 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- 10:19:46 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [34/77] 10:19:46 [INFO] from messages/model/pom.xml 10:19:46 [INFO] -------------------------------[ bundle ]------------------------------- 10:19:46 [INFO] 10:19:46 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model --- 10:19:46 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:19:46 [INFO] 10:19:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model --- 10:19: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/messages/model/target/jacoco.exec 10:19:46 [INFO] 10:19:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model --- 10:19:46 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:46 [INFO] All files are up to date, skip goal execution. 10:19:46 [INFO] 10:19:46 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model --- 10:19:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources 10:19:46 [INFO] 10:19:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model --- 10:19:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT... 10:19:46 [INFO] 10:19:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model --- 10:19:46 [INFO] Changes detected - recompiling the module! :dependency 10:19:46 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes 10:19:46 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:46 [INFO] 10:19:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model --- 10:19:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources 10:19:46 [INFO] 10:19:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model --- 10:19:46 [INFO] Changes detected - recompiling the module! :dependency 10:19:46 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes 10:19:46 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:46 [INFO] 10:19:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model --- 10:19:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:46 [INFO] Tests are skipped. 10:19:46 [INFO] 10:19:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model --- 10:19:46 [INFO] 10:19:46 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model --- 10:19:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 10:19:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF 10:19:46 [INFO] 10:19:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model --- 10:19:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:46 [INFO] Configuration changed, re-generating javadoc. 10:19:49 [WARNING] Javadoc Warnings 10:19:49 [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 10:19:49 [WARNING] package org.eclipse.ditto.messages.model.signals.commands; 10:19:49 [WARNING] ^ 10:19:49 [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 10:19:49 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder, 10:19:49 [WARNING] ^ 10:19:49 [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 10:19:49 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) { 10:19:49 [WARNING] ^ 10:19:49 [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 10:19:49 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders, 10:19:49 [WARNING] ^ 10:19:49 [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 10:19:49 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, 10:19:49 [WARNING] ^ 10:19:49 [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 10:19:49 [WARNING] public Optional<String> getCorrelationId() { 10:19:49 [WARNING] ^ 10:19:49 [WARNING] 6 warnings 10:19:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 10:19:49 [INFO] 10:19:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model --- 10:19:49 [INFO] Tests are skipped. 10:19:49 [INFO] 10:19:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model --- 10:19:49 [INFO] Tests are skipped. 10:19:49 [INFO] 10:19:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model --- 10:19:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec 10:19:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes 10:19:49 [INFO] 10:19:49 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model --- 10:19:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar' is disabled. 10:19:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 10:19:50 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 10:19:51 [INFO] 10:19:51 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model --- 10:19:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'. 10:19:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'. 10:19:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'. 10:19:51 [INFO] 10:19:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model --- 10:19:51 [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 10:19:51 [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 10:19:51 [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 10:19:51 [INFO] 10:19:51 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model --- 10:19:51 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar 10:19:51 [INFO] Writing OBR metadata 10:19:51 [INFO] 10:19:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages-model --- 10:19:52 [INFO] 10:19:52 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-messages-model --- 10:19:52 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:19:52 [INFO] 10:19:52 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ 10:19:52 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [35/77] 10:19:52 [INFO] from protocol/pom.xml 10:19:52 [INFO] -------------------------------[ bundle ]------------------------------- 10:19:52 [INFO] 10:19:52 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol --- 10:19:52 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:19:52 [INFO] 10:19:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol --- 10:19: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/protocol/target/jacoco.exec 10:19:52 [INFO] 10:19:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol --- 10:19:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:19:52 [INFO] All files are up to date, skip goal execution. 10:19:52 [INFO] 10:19:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol --- 10:19:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources 10:19:52 [INFO] 10:19:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol --- 10:19:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT... 10:19:52 [INFO] 10:19:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol --- 10:19:52 [INFO] Changes detected - recompiling the module! :dependency 10:19:52 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes 10:19:53 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:53 [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. 10:19:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details. 10:19:53 [INFO] 10:19:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol --- 10:19:53 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:19:53 [INFO] 10:19:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol --- 10:19:53 [INFO] Changes detected - recompiling the module! :dependency 10:19:53 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes 10:19:54 [WARNING] bootstrap class path not set in conjunction with -source 8 10:19:54 [INFO] 10:19:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol --- 10:19:54 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:19:54 [INFO] Tests are skipped. 10:19:54 [INFO] 10:19:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol --- 10:19:54 [INFO] 10:19:54 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol --- 10:19:54 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 10:19:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF 10:19:54 [INFO] 10:19:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol --- 10:19:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:19:54 [INFO] Configuration changed, re-generating javadoc. 10:19:57 [WARNING] Javadoc Warnings 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag 10:19:57 [WARNING] * <p> 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment 10:19:57 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment 10:19:57 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment 10:19:57 [WARNING] package org.eclipse.ditto.protocol.adapter.policies; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment 10:19:57 [WARNING] package org.eclipse.ditto.protocol.adapter.provider; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment 10:19:57 [WARNING] protected final PayloadPathMatcher payloadPathMatcher; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment 10:19:57 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment 10:19:57 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment 10:19:57 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name 10:19:57 [WARNING] AnnouncementsTopicPathBuilder name(String name); 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment 10:19:57 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment 10:19:57 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment 10:19:57 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment 10:19:57 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment 10:19:57 [WARNING] public static EmptyPathMatcher getInstance() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return 10:19:57 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return 10:19:57 [WARNING] public static IllegalAdaptableException newInstance(final String message, 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment 10:19:57 [WARNING] public Builder(final JsonPointer path) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment 10:19:57 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment 10:19:57 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment 10:19:57 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment 10:19:57 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment 10:19:57 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment 10:19:57 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment 10:19:57 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment 10:19:57 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment 10:19:57 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment 10:19:57 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment 10:19:57 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment 10:19:57 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies( 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment 10:19:57 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies( 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment 10:19:57 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment 10:19:57 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment 10:19:57 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment 10:19:57 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment 10:19:57 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment 10:19:57 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment 10:19:57 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment 10:19:57 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment 10:19:57 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment 10:19:57 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment 10:19:57 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment 10:19:57 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings> 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment 10:19:57 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment 10:19:57 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment 10:19:57 [WARNING] protected RetrieveThingsCommandMappingStrategies() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment 10:19:57 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment 10:19:57 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment 10:19:57 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment 10:19:57 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment 10:19:57 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment 10:19:57 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment 10:19:57 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment 10:19:57 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment 10:19:57 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment 10:19:57 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment 10:19:57 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment 10:19:57 [WARNING] protected static String leafValue(final JsonPointer path) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment 10:19:57 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment 10:19:57 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment 10:19:57 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment 10:19:57 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment 10:19:57 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment 10:19:57 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment 10:19:57 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment 10:19:57 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse> 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment 10:19:57 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment 10:19:57 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment 10:19:57 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment 10:19:57 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment 10:19:57 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment 10:19:57 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment 10:19:57 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment 10:19:57 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment 10:19:57 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment 10:19:57 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment 10:19:57 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment 10:19:57 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment 10:19:57 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName 10:19:57 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName); 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment 10:19:57 [WARNING] String ID_PLACEHOLDER = "_"; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment 10:19:57 [WARNING] String PATH_DELIMITER = "/"; 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment 10:19:57 [WARNING] default boolean isWildcardTopic() { 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment 10:19:57 [WARNING] CREATE("create"), 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment 10:19:57 [WARNING] CREATED("created"), 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment 10:19:57 [WARNING] DELETE("delete"), 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment 10:19:57 [WARNING] DELETED("deleted"); 10:19:57 [WARNING] ^ 10:19:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment 10:19:57 [WARNING] MERGE("merge"), 10:19:57 [WARNING] ^ 10:19:57 [WARNING] 100 warnings 10:19:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 10:19:57 [INFO] 10:19:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol --- 10:19:57 [INFO] Tests are skipped. 10:19:57 [INFO] 10:19:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol --- 10:19:57 [INFO] Tests are skipped. 10:19:57 [INFO] 10:19:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol --- 10:19:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec 10:19:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes 10:19:58 [INFO] 10:19:58 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol --- 10:19:58 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar' is disabled. 10:19:58 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 10:19:59 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar' is disabled. 10:19:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 10:20:00 [INFO] 10:20:00 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol --- 10:20:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'. 10:20:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'. 10:20:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'. 10:20:00 [INFO] 10:20:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol --- 10:20:00 [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 10:20:00 [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 10:20:00 [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 10:20:00 [INFO] 10:20:00 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol --- 10:20:00 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar 10:20:00 [INFO] Writing OBR metadata 10:20:00 [INFO] 10:20:00 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-protocol --- 10:20:01 [INFO] 10:20:01 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-protocol --- 10:20:01 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:20:01 [INFO] 10:20:01 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >----------- 10:20:01 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77] 10:20:01 [INFO] from internal/models/signal/pom.xml 10:20:01 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:01 [INFO] 10:20:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal --- 10:20:01 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 10:20:01 [INFO] 10:20:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal --- 10:20:01 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:01 [INFO] All files are up to date, skip goal execution. 10:20:01 [INFO] 10:20:01 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal --- 10:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources 10:20:01 [INFO] 10:20:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal --- 10:20:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT... 10:20:01 [INFO] 10:20:01 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal --- 10:20:01 [INFO] Changes detected - recompiling the module! :dependency 10:20:01 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:20:01 [INFO] 10:20:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal --- 10:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources 10:20:01 [INFO] 10:20:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal --- 10:20:01 [INFO] Changes detected - recompiling the module! :dependency 10:20:01 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes 10:20:02 [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. 10:20:02 [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. 10:20:02 [INFO] 10:20:02 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal --- 10:20:02 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:02 [INFO] Tests are skipped. 10:20:02 [INFO] 10:20:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal --- 10:20:02 [INFO] 10:20:02 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal --- 10:20:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 10:20:02 [INFO] 10:20:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal --- 10:20:02 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:02 [INFO] Configuration changed, re-generating javadoc. 10:20:03 [WARNING] Javadoc Warnings 10:20:03 [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 10:20:03 [WARNING] * <p> 10:20:03 [WARNING] ^ 10:20:03 [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 10:20:03 [WARNING] ANNOUNCEMENT, 10:20:03 [WARNING] ^ 10:20:03 [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 10:20:03 [WARNING] COMMAND, 10:20:03 [WARNING] ^ 10:20:03 [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 10:20:03 [WARNING] EVENT, 10:20:03 [WARNING] ^ 10:20:03 [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 10:20:03 [WARNING] RESPONSE; 10:20:03 [WARNING] ^ 10:20:03 [WARNING] 5 warnings 10:20:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 10:20:03 [INFO] 10:20:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal --- 10:20:03 [INFO] Tests are skipped. 10:20:03 [INFO] 10:20:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal --- 10:20:03 [INFO] Tests are skipped. 10:20:03 [INFO] 10:20:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal --- 10:20:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 10:20:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes 10:20:03 [INFO] 10:20:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal --- 10:20:03 [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. 10:20:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 10:20:05 [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. 10:20:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 10:20:06 [INFO] 10:20:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal --- 10:20:06 [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 10:20:06 [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 10:20:06 [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 10:20:06 [INFO] 10:20:06 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signal --- 10:20:11 [INFO] 10:20:11 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- 10:20:11 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [37/77] 10:20:11 [INFO] from policies/api/pom.xml 10:20:11 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:11 [INFO] 10:20:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api --- 10:20:11 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 10:20:11 [INFO] 10:20:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api --- 10:20:11 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:11 [INFO] All files are up to date, skip goal execution. 10:20:11 [INFO] 10:20:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api --- 10:20:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources 10:20:11 [INFO] 10:20:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api --- 10:20:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT... 10:20:11 [INFO] 10:20:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api --- 10:20:11 [INFO] Changes detected - recompiling the module! :dependency 10:20:11 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 10:20:11 [INFO] 10:20:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api --- 10:20:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources 10:20:11 [INFO] 10:20:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api --- 10:20:11 [INFO] Changes detected - recompiling the module! :dependency 10:20:11 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 10:20:11 [INFO] 10:20:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api --- 10:20:11 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:11 [INFO] Tests are skipped. 10:20:11 [INFO] 10:20:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api --- 10:20:11 [INFO] 10:20:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api --- 10:20:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 10:20:12 [INFO] 10:20:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api --- 10:20:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:12 [INFO] Configuration changed, re-generating javadoc. 10:20:14 [WARNING] Javadoc Warnings 10:20:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment 10:20:14 [WARNING] package org.eclipse.ditto.policies.api; 10:20:14 [WARNING] ^ 10:20:14 [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 10:20:14 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo; 10:20:14 [WARNING] ^ 10:20:14 [WARNING] 2 warnings 10:20:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 10:20:14 [INFO] 10:20:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api --- 10:20:14 [INFO] Tests are skipped. 10:20:14 [INFO] 10:20:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api --- 10:20:14 [INFO] Tests are skipped. 10:20:14 [INFO] 10:20:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api --- 10:20:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 10:20:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes 10:20:14 [INFO] 10:20:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api --- 10:20:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar' is disabled. 10:20:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 10:20:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:20:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 10:20:15 [INFO] 10:20:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api --- 10:20:15 [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 10:20:15 [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 10:20:15 [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 10:20:15 [INFO] 10:20:15 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-api --- 10:20:31 [INFO] 10:20:31 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ 10:20:31 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77] 10:20:31 [INFO] from internal/utils/ddata/pom.xml 10:20:31 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:31 [INFO] 10:20:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 10:20:31 [INFO] 10:20:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata --- 10:20:31 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:31 [INFO] All files are up to date, skip goal execution. 10:20:31 [INFO] 10:20:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] Copying 1 resource from src/main/resources to target/classes 10:20:31 [INFO] 10:20:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT... 10:20:31 [INFO] 10:20:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] Changes detected - recompiling the module! :dependency 10:20:31 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:20:31 [INFO] 10:20:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] Copying 2 resources from src/test/resources to target/test-classes 10:20:31 [INFO] 10:20:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata --- 10:20:31 [INFO] Changes detected - recompiling the module! :dependency 10:20:31 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 10:20:32 [INFO] 10:20:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata --- 10:20:32 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:32 [INFO] Tests are skipped. 10:20:32 [INFO] 10:20:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata --- 10:20:32 [INFO] 10:20:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata --- 10:20:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 10:20:32 [INFO] 10:20:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata --- 10:20:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:32 [INFO] Configuration changed, re-generating javadoc. 10:20:33 [WARNING] Javadoc Warnings 10:20:33 [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 10:20:33 [WARNING] package org.eclipse.ditto.internal.utils.ddata; 10:20:33 [WARNING] ^ 10:20:33 [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 10:20:33 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory, 10:20:33 [WARNING] ^ 10:20:33 [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 10:20:33 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem, 10:20:33 [WARNING] ^ 10:20:33 [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 10:20:33 [WARNING] protected final int numberOfShards; 10:20:33 [WARNING] ^ 10:20:33 [WARNING] 4 warnings 10:20:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 10:20:33 [INFO] 10:20:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata --- 10:20:33 [INFO] Tests are skipped. 10:20:33 [INFO] 10:20:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata --- 10:20:33 [INFO] Tests are skipped. 10:20:33 [INFO] 10:20:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata --- 10:20:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 10:20:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes 10:20:33 [INFO] 10:20:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata --- 10:20:33 [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. 10:20:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 10:20:34 [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. 10:20:34 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 10:20:35 [INFO] 10:20:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata --- 10:20:35 [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 10:20:35 [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 10:20:35 [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 10:20:35 [INFO] 10:20:35 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-ddata --- 10:20:41 [INFO] 10:20:41 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ 10:20:41 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77] 10:20:41 [INFO] from internal/utils/pubsub/pom.xml 10:20:41 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:41 [INFO] 10:20:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub --- 10:20:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 10:20:41 [INFO] 10:20:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub --- 10:20:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:41 [INFO] All files are up to date, skip goal execution. 10:20:41 [INFO] 10:20:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub --- 10:20:41 [INFO] Copying 1 resource from src/main/resources to target/classes 10:20:41 [INFO] 10:20:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub --- 10:20:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT... 10:20:41 [INFO] 10:20:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub --- 10:20:41 [INFO] Changes detected - recompiling the module! :dependency 10:20:41 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes 10:20:42 [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. 10:20:42 [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. 10:20:42 [INFO] 10:20:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub --- 10:20:42 [INFO] Copying 4 resources from src/test/resources to target/test-classes 10:20:42 [INFO] 10:20:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub --- 10:20:42 [INFO] Changes detected - recompiling the module! :dependency 10:20:42 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 10:20:44 [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. 10:20:44 [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. 10:20:44 [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. 10:20:44 [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. 10:20:44 [INFO] 10:20:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub --- 10:20:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:44 [INFO] Tests are skipped. 10:20:44 [INFO] 10:20:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub --- 10:20:44 [INFO] 10:20:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub --- 10:20:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 10:20:44 [INFO] 10:20:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub --- 10:20:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:44 [INFO] Configuration changed, re-generating javadoc. 10:20:48 [WARNING] Javadoc Warnings 10:20:48 [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 10:20:48 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final SelfUniqueAddress selfUniqueAddress; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config, 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final AckExtractor<T> ackExtractor; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final ActorRefFactory actorRefFactory; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final CompressedDData ddata; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final DistributedDataConfig ddataConfig; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final DistributedAcks distributedAcks; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final String factoryId; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final Class<T> messageClass; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor; 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() { 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] static DistributedAcks empty(final ActorSystem system) { 10:20:48 [WARNING] ^ 10:20:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:55: warning: no @param for <S> 10:20:48 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, CharSequence groupIndexKey, 10:20:48 [WARNING] ^ 10:20:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:90: warning: no @param for <S> 10:20:48 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) { 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] public Set<V> getValues(final Collection<String> groups) { 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) { 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) { 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] public static Subscribe of(final Collection<String> topics, 10:20:48 [WARNING] ^ 10:20:48 [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 10:20:48 [WARNING] public static final int MAX_ERROR_COUNTER = 3; 10:20:48 [WARNING] ^ 10:20:48 [WARNING] 20 warnings 10:20:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 10:20:48 [INFO] 10:20:48 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub --- 10:20:48 [INFO] Copying 1 resource from src/main/resources to target 10:20:48 [INFO] 10:20:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub --- 10:20:48 [INFO] Tests are skipped. 10:20:48 [INFO] 10:20:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub --- 10:20:48 [INFO] Tests are skipped. 10:20:48 [INFO] 10:20:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub --- 10:20:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 10:20:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes 10:20:48 [INFO] 10:20:48 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub --- 10:20:48 [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. 10:20:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 10:20:49 [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. 10:20:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 10:20:50 [INFO] 10:20:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub --- 10:20:50 [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 10:20:50 [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 10:20:50 [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 10:20:50 [INFO] 10:20:50 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub --- 10:20:51 [INFO] 10:20:51 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ 10:20:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [40/77] 10:20:51 [INFO] from internal/utils/cache/pom.xml 10:20:51 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:51 [INFO] 10:20:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache --- 10:20: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/cache/target/jacoco.exec 10:20:51 [INFO] 10:20:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache --- 10:20:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:51 [INFO] All files are up to date, skip goal execution. 10:20:51 [INFO] 10:20:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache --- 10:20:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources 10:20:51 [INFO] 10:20:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache --- 10:20:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT... 10:20:51 [INFO] 10:20:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache --- 10:20:51 [INFO] Changes detected - recompiling the module! :dependency 10:20:51 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes 10:20:51 [INFO] 10:20:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache --- 10:20:51 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:20:51 [INFO] 10:20:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache --- 10:20:51 [INFO] Changes detected - recompiling the module! :dependency 10:20:51 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 10:20:51 [INFO] 10:20:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache --- 10:20:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:51 [INFO] Tests are skipped. 10:20:51 [INFO] 10:20:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache --- 10:20:51 [INFO] 10:20:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache --- 10:20:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 10:20:51 [INFO] 10:20:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache --- 10:20:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:51 [INFO] Configuration changed, re-generating javadoc. 10:20:53 [WARNING] Javadoc Warnings 10:20:53 [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 10:20:53 [WARNING] package org.eclipse.ditto.internal.utils.cache; 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] package org.eclipse.ditto.internal.utils.cache.config; 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry; 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] boolean exists(); 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) { 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] default Optional<T> get() { 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] static <T> Entry<T> nonexistent() { 10:20:53 [WARNING] ^ 10:20:53 [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 10:20:53 [WARNING] static <T> Entry<T> of(final long revision, final T value) { 10:20:53 [WARNING] ^ 10:20:53 [WARNING] 8 warnings 10:20:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 10:20:53 [INFO] 10:20:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache --- 10:20:53 [INFO] Tests are skipped. 10:20:53 [INFO] 10:20:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache --- 10:20:53 [INFO] Tests are skipped. 10:20:53 [INFO] 10:20:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache --- 10:20:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 10:20:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes 10:20:53 [INFO] 10:20:53 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache --- 10:20:53 [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. 10:20:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 10:20:54 [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. 10:20:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 10:20:55 [INFO] 10:20:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache --- 10:20:55 [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 10:20:55 [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 10:20:55 [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 10:20:55 [INFO] 10:20:55 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache --- 10:20:55 [INFO] 10:20:55 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- 10:20:55 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [41/77] 10:20:55 [INFO] from internal/utils/test/pom.xml 10:20:55 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:55 [INFO] 10:20:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test --- 10:20: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/test/target/jacoco.exec 10:20:55 [INFO] 10:20:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test --- 10:20:55 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:55 [INFO] All files are up to date, skip goal execution. 10:20:55 [INFO] 10:20:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test --- 10:20:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources 10:20:55 [INFO] 10:20:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test --- 10:20:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT... 10:20:55 [INFO] 10:20:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test --- 10:20:55 [INFO] No sources to compile 10:20:55 [INFO] 10:20:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test --- 10:20:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources 10:20:55 [INFO] 10:20:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test --- 10:20:55 [INFO] Changes detected - recompiling the module! :dependency 10:20:55 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes 10:20:56 [INFO] 10:20:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test --- 10:20:56 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:56 [INFO] Tests are skipped. 10:20:56 [INFO] 10:20:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test --- 10:20:56 [INFO] 10:20:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test --- 10:20:56 [INFO] 10:20:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test --- 10:20:56 [INFO] 10:20:56 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test --- 10:20:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 10:20:56 [INFO] 10:20:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test --- 10:20:56 [INFO] Tests are skipped. 10:20:56 [INFO] 10:20:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test --- 10:20:56 [INFO] Tests are skipped. 10:20:56 [INFO] 10:20:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test --- 10:20:56 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:20:56 [INFO] 10:20:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test --- 10:20:56 [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. 10:20:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar 10:20:56 [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. 10:20:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 10:20:57 [INFO] 10:20:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test --- 10:20:57 [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 10:20:57 [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 10:20:57 [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 10:20:57 [INFO] 10:20:57 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-test --- 10:20:57 [INFO] 10:20:57 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- 10:20:57 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77] 10:20:57 [INFO] from internal/utils/persistence/pom.xml 10:20:57 [INFO] --------------------------------[ jar ]--------------------------------- 10:20:57 [INFO] 10:20:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence --- 10:20:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 10:20:57 [INFO] 10:20:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence --- 10:20:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:20:57 [INFO] All files are up to date, skip goal execution. 10:20:57 [INFO] 10:20:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence --- 10:20:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources 10:20:57 [INFO] 10:20:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence --- 10:20:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT... 10:20:57 [INFO] 10:20:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence --- 10:20:57 [INFO] Changes detected - recompiling the module! :dependency 10:20:57 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes 10:20:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Some input files use or override a deprecated API. 10:20:58 [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. 10:20:58 [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. 10:20:58 [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. 10:20:58 [INFO] 10:20:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence --- 10:20:58 [INFO] Copying 12 resources from src/test/resources to target/test-classes 10:20:58 [INFO] 10:20:58 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence --- 10:20:58 [INFO] Changes detected - recompiling the module! :dependency 10:20:58 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes 10:20:59 [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. 10:20:59 [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. 10:20:59 [INFO] 10:20:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence --- 10:20:59 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:20:59 [INFO] Tests are skipped. 10:20:59 [INFO] 10:20:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence --- 10:20:59 [INFO] 10:20:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence --- 10:20:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 10:20:59 [INFO] 10:20:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence --- 10:20:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:20:59 [INFO] Configuration changed, re-generating javadoc. 10:21:02 [WARNING] Javadoc Warnings 10:21:02 [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 10:21:02 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected final EventRegistry<T> eventRegistry; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected final ExtendedActorSystem system; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system, 10:21:02 [WARNING] ^ 10:21:02 [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> 10:21:02 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator, 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {} 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] protected abstract String getActorName(); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public DittoMongoCollectionCache(final Config config) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public BsonInt32 getBsonInt() { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] ASCENDING(1), DESCENDING(-1); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] ASCENDING(1), DESCENDING(-1); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static final IndexDirection DEFAULT = ASCENDING; 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public KamonCommandListener(final String metricName) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public KamonConnectionPoolListener(final String metricName) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection, 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient, 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST(); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID(); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() { 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest()); 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] EXTRACTOR_CLASS("class", ""), 10:21:02 [WARNING] ^ 10:21:02 [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 10:21:02 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList()); 10:21:02 [WARNING] ^ 10:21:02 [WARNING] 41 warnings 10:21:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 10:21:02 [INFO] 10:21:02 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence --- 10:21:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 10:21:02 [INFO] 10:21:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence --- 10:21:02 [INFO] Tests are skipped. 10:21:02 [INFO] 10:21:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence --- 10:21:02 [INFO] Tests are skipped. 10:21:02 [INFO] 10:21:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence --- 10:21:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 10:21:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes 10:21:03 [INFO] 10:21:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence --- 10:21:03 [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. 10:21:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 10:21:03 [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. 10:21:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 10:21:05 [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. 10:21:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 10:21:06 [INFO] 10:21:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence --- 10:21:06 [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 10:21:06 [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 10:21:06 [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 10:21:06 [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 10:21:06 [INFO] 10:21:06 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistence --- 10:21:15 [INFO] 10:21:15 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- 10:21:15 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [43/77] 10:21:15 [INFO] from things/api/pom.xml 10:21:15 [INFO] --------------------------------[ jar ]--------------------------------- 10:21:15 [INFO] 10:21:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api --- 10:21: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/things/api/target/jacoco.exec 10:21:15 [INFO] 10:21:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api --- 10:21:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:15 [INFO] All files are up to date, skip goal execution. 10:21:15 [INFO] 10:21:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api --- 10:21:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources 10:21:15 [INFO] 10:21:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api --- 10:21:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT... 10:21:15 [INFO] 10:21:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api --- 10:21:15 [INFO] Changes detected - recompiling the module! :dependency 10:21:15 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes 10:21:15 [INFO] 10:21:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api --- 10:21:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources 10:21:15 [INFO] 10:21:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api --- 10:21:15 [INFO] Changes detected - recompiling the module! :dependency 10:21:15 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 10:21:15 [INFO] 10:21:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api --- 10:21:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:15 [INFO] Tests are skipped. 10:21:15 [INFO] 10:21:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api --- 10:21:15 [INFO] 10:21:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api --- 10:21:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 10:21:15 [INFO] 10:21:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api --- 10:21:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:15 [INFO] Configuration changed, re-generating javadoc. 10:21:18 [WARNING] Javadoc Warnings 10:21:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment 10:21:18 [WARNING] package org.eclipse.ditto.things.api; 10:21:18 [WARNING] ^ 10:21:18 [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 10:21:18 [WARNING] package org.eclipse.ditto.things.api.commands.sudo; 10:21:18 [WARNING] ^ 10:21:18 [WARNING] 2 warnings 10:21:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 10:21:18 [INFO] 10:21:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api --- 10:21:18 [INFO] Tests are skipped. 10:21:18 [INFO] 10:21:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api --- 10:21:18 [INFO] Tests are skipped. 10:21:18 [INFO] 10:21:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api --- 10:21:18 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 10:21:18 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes 10:21:18 [INFO] 10:21:18 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api --- 10:21:18 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar' is disabled. 10:21:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 10:21:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:21:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 10:21:20 [INFO] 10:21:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api --- 10:21:20 [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 10:21:20 [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 10:21:20 [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 10:21:20 [INFO] 10:21:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-api --- 10:21:21 [INFO] 10:21:21 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- 10:21:21 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [44/77] 10:21:21 [INFO] from connectivity/api/pom.xml 10:21:21 [INFO] --------------------------------[ jar ]--------------------------------- 10:21:21 [INFO] 10:21:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api --- 10:21: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/api/target/jacoco.exec 10:21:21 [INFO] 10:21:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api --- 10:21:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:21 [INFO] All files are up to date, skip goal execution. 10:21:21 [INFO] 10:21:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api --- 10:21:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources 10:21:21 [INFO] 10:21:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api --- 10:21:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT... 10:21:21 [INFO] 10:21:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api --- 10:21:21 [INFO] Changes detected - recompiling the module! :dependency 10:21:21 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes 10:21:22 [INFO] 10:21:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api --- 10:21:22 [INFO] Copying 2 resources from src/test/resources to target/test-classes 10:21:22 [INFO] 10:21:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api --- 10:21:22 [INFO] Changes detected - recompiling the module! :dependency 10:21:22 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 10:21:22 [INFO] 10:21:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api --- 10:21:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:22 [INFO] Tests are skipped. 10:21:22 [INFO] 10:21:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api --- 10:21:22 [INFO] 10:21:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api --- 10:21:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 10:21:22 [INFO] 10:21:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api --- 10:21:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:22 [INFO] Configuration changed, re-generating javadoc. 10:21:25 [WARNING] Javadoc Warnings 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment 10:21:25 [WARNING] package org.eclipse.ditto.connectivity.api; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs; 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment 10:21:25 [WARNING] CONNECTED, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment 10:21:25 [WARNING] CONNECTING, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment 10:21:25 [WARNING] DISCONNECTED, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment 10:21:25 [WARNING] DISCONNECTING, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment 10:21:25 [WARNING] INITIALIZED, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment 10:21:25 [WARNING] TESTING; 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment 10:21:25 [WARNING] UNKNOWN, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment 10:21:25 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval"; 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment 10:21:25 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH = 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment 10:21:25 [WARNING] BYTES, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment 10:21:25 [WARNING] TEXT, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment 10:21:25 [WARNING] TEXT_AND_BYTES, 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment 10:21:25 [WARNING] UNKNOWN 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command, 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable( 10:21:25 [WARNING] ^ 10:21:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment 10:21:25 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath, 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets, 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag"; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public String getTag() { 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public Set<ConnectionId> getConnectionIds() { 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags"; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 10:21:25 [WARNING] ^ 10:21:25 [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 10:21:25 [WARNING] public Set<String> getConnectionTags() { 10:21:25 [WARNING] ^ 10:21:25 [WARNING] 27 warnings 10:21:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 10:21:25 [INFO] 10:21:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api --- 10:21:25 [INFO] Tests are skipped. 10:21:25 [INFO] 10:21:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api --- 10:21:25 [INFO] Tests are skipped. 10:21:25 [INFO] 10:21:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api --- 10:21:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec 10:21:25 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes 10:21:25 [INFO] 10:21:25 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api --- 10:21:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar' is disabled. 10:21:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 10:21:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:21:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 10:21:29 [INFO] 10:21:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api --- 10:21:29 [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 10:21:29 [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 10:21:29 [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 10:21:29 [INFO] 10:21:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-api --- 10:21:29 [INFO] 10:21:29 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- 10:21:29 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [45/77] 10:21:29 [INFO] from jwt/pom.xml 10:21:29 [INFO] --------------------------------[ pom ]--------------------------------- 10:21:29 [INFO] 10:21:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt --- 10:21: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/jwt/target/jacoco.exec 10:21:29 [INFO] 10:21:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt --- 10:21:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:29 [INFO] The goal is skip due to packaging 'pom' 10:21:29 [INFO] 10:21:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt --- 10:21:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT... 10:21:29 [INFO] 10:21:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt --- 10:21:29 [INFO] 10:21:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt --- 10:21:29 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:21:29 [INFO] 10:21:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt --- 10:21:29 [INFO] Tests are skipped. 10:21:29 [INFO] 10:21:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt --- 10:21:29 [INFO] Tests are skipped. 10:21:29 [INFO] 10:21:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt --- 10:21:29 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:21:29 [INFO] 10:21:29 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt --- 10:21:29 [INFO] 10:21:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt --- 10:21:29 [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 10:21:29 [INFO] 10:21:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt --- 10:21:30 [INFO] 10:21:30 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ 10:21:30 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [46/77] 10:21:30 [INFO] from jwt/model/pom.xml 10:21:30 [INFO] -------------------------------[ bundle ]------------------------------- 10:21:30 [INFO] 10:21:30 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model --- 10:21:30 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:21:30 [INFO] 10:21:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model --- 10:21:30 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 10:21:30 [INFO] 10:21:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model --- 10:21:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:30 [INFO] All files are up to date, skip goal execution. 10:21:30 [INFO] 10:21:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model --- 10:21:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources 10:21:30 [INFO] 10:21:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model --- 10:21:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT... 10:21:30 [INFO] 10:21:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model --- 10:21:30 [INFO] Changes detected - recompiling the module! :dependency 10:21:30 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes 10:21:30 [WARNING] bootstrap class path not set in conjunction with -source 8 10:21:30 [INFO] 10:21:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model --- 10:21:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources 10:21:30 [INFO] 10:21:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model --- 10:21:30 [INFO] Changes detected - recompiling the module! :dependency 10:21:30 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes 10:21:30 [WARNING] bootstrap class path not set in conjunction with -source 8 10:21:30 [INFO] 10:21:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model --- 10:21:30 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:30 [INFO] Tests are skipped. 10:21:30 [INFO] 10:21:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model --- 10:21:30 [INFO] 10:21:30 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model --- 10:21:30 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 10:21:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF 10:21:30 [INFO] 10:21:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model --- 10:21:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:30 [INFO] Configuration changed, re-generating javadoc. 10:21:31 [WARNING] Javadoc Warnings 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment 10:21:31 [WARNING] package org.eclipse.ditto.jwt.model; 10:21:31 [WARNING] ^ 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment 10:21:31 [WARNING] protected AbstractJsonWebToken(final String token) { 10:21:31 [WARNING] ^ 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment 10:21:31 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) { 10:21:31 [WARNING] ^ 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment 10:21:31 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException { 10:21:31 [WARNING] ^ 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment 10:21:31 [WARNING] public interface JwtException { 10:21:31 [WARNING] ^ 10:21:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment 10:21:31 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException { 10:21:31 [WARNING] ^ 10:21:31 [WARNING] 6 warnings 10:21:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 10:21:31 [INFO] 10:21:31 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model --- 10:21:31 [INFO] Tests are skipped. 10:21:31 [INFO] 10:21:31 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model --- 10:21:31 [INFO] Tests are skipped. 10:21:31 [INFO] 10:21:31 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model --- 10:21:31 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 10:21:31 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes 10:21:31 [INFO] 10:21:31 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model --- 10:21:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar' is disabled. 10:21:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 10:21:33 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:21:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 10:21:33 [INFO] 10:21:33 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model --- 10:21:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'. 10:21:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'. 10:21:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'. 10:21:33 [INFO] 10:21:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model --- 10:21:33 [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 10:21:33 [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 10:21:33 [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 10:21:33 [INFO] 10:21:33 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model --- 10:21:33 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar 10:21:33 [INFO] Writing OBR metadata 10:21:33 [INFO] 10:21:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt-model --- 10:21:34 [INFO] 10:21:34 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-jwt-model --- 10:21:34 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:21:34 [INFO] 10:21:34 [INFO] --------------------< org.eclipse.ditto:ditto-wot >--------------------- 10:21:34 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT [47/77] 10:21:34 [INFO] from wot/pom.xml 10:21:34 [INFO] --------------------------------[ pom ]--------------------------------- 10:21:34 [INFO] 10:21:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot --- 10:21:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/wot/target/jacoco.exec 10:21:34 [INFO] 10:21:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot --- 10:21:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:34 [INFO] The goal is skip due to packaging 'pom' 10:21:34 [INFO] 10:21:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot --- 10:21:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT... 10:21:34 [INFO] 10:21:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot --- 10:21:34 [INFO] 10:21:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot --- 10:21:34 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:21:34 [INFO] 10:21:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot --- 10:21:34 [INFO] Tests are skipped. 10:21:34 [INFO] 10:21:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot --- 10:21:34 [INFO] Tests are skipped. 10:21:34 [INFO] 10:21:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot --- 10:21:34 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:21:34 [INFO] 10:21:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot --- 10:21:34 [INFO] 10:21:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot --- 10:21:34 [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 10:21:34 [INFO] 10:21:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot --- 10:21:35 [INFO] 10:21:35 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------ 10:21:35 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT [48/77] 10:21:35 [INFO] from wot/model/pom.xml 10:21:35 [INFO] -------------------------------[ bundle ]------------------------------- 10:21:35 [INFO] 10:21:35 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model --- 10:21:35 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:21:35 [INFO] 10:21:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model --- 10:21: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/wot/model/target/jacoco.exec 10:21:35 [INFO] 10:21:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model --- 10:21:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:35 [INFO] All files are up to date, skip goal execution. 10:21:35 [INFO] 10:21:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model --- 10:21:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources 10:21:35 [INFO] 10:21:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model --- 10:21:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT... 10:21:35 [INFO] 10:21:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model --- 10:21:35 [INFO] Changes detected - recompiling the module! :dependency 10:21:35 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes 10:21:36 [WARNING] bootstrap class path not set in conjunction with -source 8 10:21:36 [INFO] 10:21:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model --- 10:21:36 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:21:36 [INFO] 10:21:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model --- 10:21:36 [INFO] Changes detected - recompiling the module! :dependency 10:21:36 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 10:21:36 [WARNING] bootstrap class path not set in conjunction with -source 8 10:21:36 [INFO] 10:21:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model --- 10:21:36 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:36 [INFO] Tests are skipped. 10:21:36 [INFO] 10:21:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model --- 10:21:36 [INFO] 10:21:36 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model --- 10:21:36 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 10:21:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF 10:21:36 [INFO] 10:21:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model --- 10:21:36 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:36 [INFO] Configuration changed, re-generating javadoc. 10:21:40 [WARNING] Javadoc Warnings 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment 10:21:40 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment 10:21:40 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment 10:21:40 [WARNING] String getActionName(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment 10:21:40 [WARNING] Optional<SingleDataSchema> getInput(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment 10:21:40 [WARNING] Optional<SingleDataSchema> getOutput(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment 10:21:40 [WARNING] boolean isIdempotent(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment 10:21:40 [WARNING] boolean isSafe(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment 10:21:40 [WARNING] Optional<Boolean> isSynchronous(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment 10:21:40 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment 10:21:40 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence actionName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment 10:21:40 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment 10:21:40 [WARNING] Builder setInput(@Nullable SingleDataSchema input); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment 10:21:40 [WARNING] Builder setOutput(@Nullable SingleDataSchema output); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment 10:21:40 [WARNING] Builder setSafe(@Nullable Boolean safe); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment 10:21:40 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment 10:21:40 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment 10:21:40 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment 10:21:40 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment 10:21:40 [WARNING] static ActionFormElement.Builder newBuilder() { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment 10:21:40 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment 10:21:40 [WARNING] static Builder newBuilder() { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment 10:21:40 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment 10:21:40 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment 10:21:40 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment 10:21:40 [WARNING] static Actions from(final Collection<Action> actions) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment 10:21:40 [WARNING] static Actions fromJson(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment 10:21:40 [WARNING] Optional<Action> getAction(CharSequence actionName); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment 10:21:40 [WARNING] static Actions of(final Map<String, Action> actions) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment 10:21:40 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment 10:21:40 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment 10:21:40 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment 10:21:40 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment 10:21:40 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment 10:21:40 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment 10:21:40 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment 10:21:40 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment 10:21:40 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment 10:21:40 [WARNING] List<String> getAllOf(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:138: warning: no comment 10:21:40 [WARNING] SecuritySchemeScheme getScheme(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment 10:21:40 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment 10:21:40 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment 10:21:40 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment 10:21:40 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment 10:21:40 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment 10:21:40 [WARNING] Optional<SecuritySchemeIn> getIn(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment 10:21:40 [WARNING] Optional<String> getName(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment 10:21:40 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment 10:21:40 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment 10:21:40 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment 10:21:40 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment 10:21:40 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment 10:21:40 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment 10:21:40 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment 10:21:40 [WARNING] Optional<DataSchema> getItems(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment 10:21:40 [WARNING] Optional<Integer> getMaxItems(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment 10:21:40 [WARNING] Optional<Integer> getMinItems(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:105: warning: no comment 10:21:40 [WARNING] Optional<DataSchemaType> getType(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment 10:21:40 [WARNING] static ArraySchema.Builder newBuilder() { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment 10:21:40 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment 10:21:40 [WARNING] default ArraySchema.Builder toBuilder() { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment 10:21:40 [WARNING] static Builder newBuilder() { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment 10:21:40 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment 10:21:40 [WARNING] Builder setItems(@Nullable DataSchema items); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment 10:21:40 [WARNING] Builder setMaxItems(@Nullable Integer maxItems); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment 10:21:40 [WARNING] Builder setMinItems(@Nullable Integer minItems); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment 10:21:40 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition( 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment 10:21:40 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment 10:21:40 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment 10:21:40 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment 10:21:40 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment 10:21:40 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment 10:21:40 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment 10:21:40 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment 10:21:40 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment 10:21:40 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment 10:21:40 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment 10:21:40 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment 10:21:40 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment 10:21:40 [WARNING] String REL_ICON = "icon"; 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment 10:21:40 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) { 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment 10:21:40 [WARNING] Optional<IRI> getAnchor(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment 10:21:40 [WARNING] IRI getHref(); 10:21:40 [WARNING] ^ 10:21:40 [WARNING] 100 warnings 10:21:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 10:21:40 [INFO] 10:21:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model --- 10:21:40 [INFO] Tests are skipped. 10:21:40 [INFO] 10:21:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model --- 10:21:40 [INFO] Tests are skipped. 10:21:40 [INFO] 10:21:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model --- 10:21:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec 10:21:40 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes 10:21:41 [INFO] 10:21:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model --- 10:21:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar' is disabled. 10:21:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 10:21:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:21:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 10:21:43 [INFO] 10:21:43 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model --- 10:21:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'. 10:21:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'. 10:21:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'. 10:21:44 [INFO] 10:21:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model --- 10:21:44 [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 10:21:44 [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 10:21:44 [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 10:21:44 [INFO] 10:21:44 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model --- 10:21:44 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar 10:21:44 [INFO] Writing OBR metadata 10:21:44 [INFO] 10:21:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-model --- 10:21:45 [INFO] 10:21:45 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-wot-model --- 10:21:45 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:21:45 [INFO] 10:21:45 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- 10:21:45 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77] 10:21:45 [INFO] from internal/utils/cache-loaders/pom.xml 10:21:45 [INFO] --------------------------------[ jar ]--------------------------------- 10:21:45 [INFO] 10:21:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders --- 10:21: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/cache-loaders/target/jacoco.exec 10:21:45 [INFO] 10:21:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders --- 10:21:45 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:45 [INFO] All files are up to date, skip goal execution. 10:21:45 [INFO] 10:21:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Copying 1 resource from src/main/resources to target/classes 10:21:45 [INFO] 10:21:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT... 10:21:45 [INFO] 10:21:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Changes detected - recompiling the module! :dependency 10:21:45 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes 10:21:45 [INFO] 10:21:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Copying 2 resources from src/test/resources to target/test-classes 10:21:45 [INFO] 10:21:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Changes detected - recompiling the module! :dependency 10:21:45 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 10:21:45 [INFO] 10:21:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders --- 10:21:45 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:45 [INFO] Tests are skipped. 10:21:45 [INFO] 10:21:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] 10:21:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders --- 10:21:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 10:21:45 [INFO] 10:21:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders --- 10:21:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:45 [INFO] Configuration changed, re-generating javadoc. 10:21:47 [WARNING] Javadoc Warnings 10:21:47 [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 10:21:47 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders; 10:21:47 [WARNING] ^ 10:21:47 [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 10:21:47 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config; 10:21:47 [WARNING] ^ 10:21:47 [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> 10:21:47 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard( 10:21:47 [WARNING] ^ 10:21:47 [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 10:21:47 [WARNING] BACKOFF_DELAY 10:21:47 [WARNING] ^ 10:21:47 [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 10:21:47 [WARNING] FIXED_DELAY, 10:21:47 [WARNING] ^ 10:21:47 [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 10:21:47 [WARNING] NO_DELAY, 10:21:47 [WARNING] ^ 10:21:47 [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 10:21:47 [WARNING] OFF, 10:21:47 [WARNING] ^ 10:21:47 [WARNING] 7 warnings 10:21:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 10:21:47 [INFO] 10:21:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders --- 10:21:47 [INFO] Tests are skipped. 10:21:47 [INFO] 10:21:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders --- 10:21:47 [INFO] Tests are skipped. 10:21:47 [INFO] 10:21:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders --- 10:21:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 10:21:47 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes 10:21:47 [INFO] 10:21:47 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders --- 10:21:47 [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. 10:21:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 10:21:47 [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. 10:21:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 10:21:48 [INFO] 10:21:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders --- 10:21:48 [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 10:21:48 [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 10:21:48 [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 10:21:48 [INFO] 10:21:48 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache-loaders --- 10:21:50 [INFO] 10:21:50 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- 10:21:50 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77] 10:21:50 [INFO] from internal/utils/namespaces/pom.xml 10:21:50 [INFO] --------------------------------[ jar ]--------------------------------- 10:21:50 [INFO] 10:21:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 10:21:50 [INFO] 10:21:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces --- 10:21:50 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:50 [INFO] All files are up to date, skip goal execution. 10:21:50 [INFO] 10:21:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources 10:21:50 [INFO] 10:21:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT... 10:21:50 [INFO] 10:21:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] Changes detected - recompiling the module! :dependency 10:21:50 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 10:21:50 [INFO] 10:21:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:21:50 [INFO] 10:21:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces --- 10:21:50 [INFO] Changes detected - recompiling the module! :dependency 10:21:50 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 10:21:51 [INFO] 10:21:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces --- 10:21:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:51 [INFO] Tests are skipped. 10:21:51 [INFO] 10:21:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces --- 10:21:51 [INFO] 10:21:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces --- 10:21:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 10:21:51 [INFO] 10:21:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces --- 10:21:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:51 [INFO] Configuration changed, re-generating javadoc. 10:21:52 [WARNING] Javadoc Warnings 10:21:52 [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 10:21:52 [WARNING] package org.eclipse.ditto.internal.utils.namespaces; 10:21:52 [WARNING] ^ 10:21:52 [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 10:21:52 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) { 10:21:52 [WARNING] ^ 10:21:52 [WARNING] 2 warnings 10:21:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 10:21:52 [INFO] 10:21:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces --- 10:21:52 [INFO] Tests are skipped. 10:21:52 [INFO] 10:21:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces --- 10:21:52 [INFO] Tests are skipped. 10:21:52 [INFO] 10:21:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces --- 10:21:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 10:21:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes 10:21:52 [INFO] 10:21:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces --- 10:21:52 [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. 10:21:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 10:21:53 [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. 10:21:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 10:21:54 [INFO] 10:21:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces --- 10:21:54 [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 10:21:54 [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 10:21:54 [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 10:21:54 [INFO] 10:21:54 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-namespaces --- 10:21:54 [INFO] 10:21:54 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------ 10:21:54 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT [51/77] 10:21:54 [INFO] from policies/enforcement/pom.xml 10:21:54 [INFO] --------------------------------[ jar ]--------------------------------- 10:21:54 [INFO] 10:21:54 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement --- 10:21:54 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:21:54 [INFO] 10:21:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement --- 10:21:54 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 10:21:54 [INFO] 10:21:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement --- 10:21:54 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:21:54 [INFO] All files are up to date, skip goal execution. 10:21:54 [INFO] 10:21:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement --- 10:21:54 [INFO] Copying 1 resource from src/main/resources to target/classes 10:21:54 [INFO] 10:21:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement --- 10:21:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT... 10:21:54 [INFO] 10:21:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement --- 10:21:54 [INFO] Changes detected - recompiling the module! :dependency 10:21:54 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes 10:21:55 [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. 10:21:55 [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. 10:21:55 [INFO] 10:21:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement --- 10:21:55 [INFO] Copying 6 resources from src/test/resources to target/test-classes 10:21:55 [INFO] 10:21:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement --- 10:21:55 [INFO] Changes detected - recompiling the module! :dependency 10:21:55 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 10:21:55 [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. 10:21:55 [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. 10:21:55 [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. 10:21:55 [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. 10:21:55 [INFO] 10:21:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement --- 10:21:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:21:55 [INFO] Tests are skipped. 10:21:55 [INFO] 10:21:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement --- 10:21:55 [INFO] 10:21:55 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement --- 10:21:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 10:21:55 [INFO] 10:21:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement --- 10:21:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:21:55 [INFO] Configuration changed, re-generating javadoc. 10:21:57 [WARNING] Javadoc Warnings 10:21:57 [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 10:21:57 [WARNING] package org.eclipse.ditto.policies.enforcement.config; 10:21:57 [WARNING] ^ 10:21:57 [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 10:21:57 [WARNING] package org.eclipse.ditto.policies.enforcement.pre; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment 10:21:57 [WARNING] protected static final ThreadSafeDittoLogger LOGGER = 10:21:57 [WARNING] ^ 10:21:57 [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 10:21:57 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal); 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment 10:21:57 [WARNING] protected final E enforcement; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment 10:21:57 [WARNING] protected final I entityId; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment 10:21:57 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment 10:21:57 [WARNING] protected final PreEnforcerProvider preEnforcer; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment 10:21:57 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) { 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment 10:21:57 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) { 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment 10:21:57 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment 10:21:57 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId, 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment 10:21:57 [WARNING] public interface Invalidatable { 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment 10:21:57 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout); 10:21:57 [WARNING] ^ 10:21:57 [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 10:21:57 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy, 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment 10:21:57 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher"; 10:21:57 [WARNING] ^ 10:21:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return 10:21:57 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) { 10:21:57 [WARNING] ^ 10:21:57 [WARNING] 17 warnings 10:21:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 10:21:57 [INFO] 10:21:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement --- 10:21:57 [INFO] Tests are skipped. 10:21:57 [INFO] 10:21:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement --- 10:21:57 [INFO] Tests are skipped. 10:21:57 [INFO] 10:21:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement --- 10:21:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 10:21:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes 10:21:57 [INFO] 10:21:57 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement --- 10:21:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar' is disabled. 10:21:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 10:21:58 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar' is disabled. 10:21:58 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 10:21:59 [INFO] 10:21:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement --- 10:21:59 [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 10:21:59 [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 10:21:59 [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 10:21:59 [INFO] 10:21:59 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-enforcement --- 10:22:00 [INFO] 10:22:00 [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- 10:22:00 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [52/77] 10:22:00 [INFO] from rql/pom.xml 10:22:00 [INFO] --------------------------------[ pom ]--------------------------------- 10:22:00 [INFO] 10:22:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql --- 10:22:00 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/target/jacoco.exec 10:22:00 [INFO] 10:22:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql --- 10:22:00 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:00 [INFO] The goal is skip due to packaging 'pom' 10:22:00 [INFO] 10:22:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql --- 10:22:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT... 10:22:00 [INFO] 10:22:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql --- 10:22:00 [INFO] 10:22:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql --- 10:22:00 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:22:00 [INFO] 10:22:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql --- 10:22:00 [INFO] Tests are skipped. 10:22:00 [INFO] 10:22:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql --- 10:22:00 [INFO] Tests are skipped. 10:22:00 [INFO] 10:22:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql --- 10:22:00 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:22:00 [INFO] 10:22:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql --- 10:22:00 [INFO] 10:22:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql --- 10:22:00 [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 10:22:00 [INFO] 10:22:00 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql --- 10:22:00 [INFO] 10:22:00 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ 10:22:00 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [53/77] 10:22:00 [INFO] from rql/model/pom.xml 10:22:00 [INFO] -------------------------------[ bundle ]------------------------------- 10:22:00 [INFO] 10:22:00 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model --- 10:22:00 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:22:00 [INFO] 10:22:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model --- 10:22:00 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 10:22:00 [INFO] 10:22:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model --- 10:22:00 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:00 [INFO] All files are up to date, skip goal execution. 10:22:00 [INFO] 10:22:00 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model --- 10:22:00 [INFO] Copying 0 resource from src/main/resources to target/classes 10:22:00 [INFO] 10:22:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model --- 10:22:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT... 10:22:00 [INFO] 10:22:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model --- 10:22:00 [INFO] Changes detected - recompiling the module! :dependency 10:22:00 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes 10:22:00 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:00 [INFO] 10:22:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model --- 10:22:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources 10:22:00 [INFO] 10:22:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model --- 10:22:00 [INFO] Changes detected - recompiling the module! :dependency 10:22:00 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes 10:22:00 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:00 [INFO] 10:22:00 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model --- 10:22:00 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:00 [INFO] Tests are skipped. 10:22:00 [INFO] 10:22:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model --- 10:22:00 [INFO] 10:22:00 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model --- 10:22:00 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 10:22:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF 10:22:00 [INFO] 10:22:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model --- 10:22:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:00 [INFO] Configuration changed, re-generating javadoc. 10:22:02 [WARNING] Javadoc Warnings 10:22:02 [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 10:22:02 [WARNING] public String getName() { 10:22:02 [WARNING] ^ 10:22:02 [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 10:22:02 [WARNING] public static Type byName(final String name) { 10:22:02 [WARNING] ^ 10:22:02 [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 10:22:02 [WARNING] public String getName() { 10:22:02 [WARNING] ^ 10:22:02 [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 10:22:02 [WARNING] public String getName() { 10:22:02 [WARNING] ^ 10:22:02 [WARNING] 4 warnings 10:22:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 10:22:02 [INFO] 10:22:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model --- 10:22:02 [INFO] Tests are skipped. 10:22:02 [INFO] 10:22:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model --- 10:22:02 [INFO] Tests are skipped. 10:22:02 [INFO] 10:22:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model --- 10:22:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 10:22:02 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes 10:22:02 [INFO] 10:22:02 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model --- 10:22:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar' is disabled. 10:22:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 10:22:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar' is disabled. 10:22:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 10:22:04 [INFO] 10:22:04 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model --- 10:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'. 10:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'. 10:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'. 10:22:04 [INFO] 10:22:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model --- 10:22:04 [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 10:22:04 [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 10:22:04 [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 10:22:04 [INFO] 10:22:04 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model --- 10:22:04 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar 10:22:04 [INFO] Writing OBR metadata 10:22:04 [INFO] 10:22:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-model --- 10:22:10 [INFO] 10:22:10 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-model --- 10:22:10 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:22:10 [INFO] 10:22:10 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- 10:22:10 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [54/77] 10:22:10 [INFO] from rql/parser/pom.xml 10:22:10 [INFO] -------------------------------[ bundle ]------------------------------- 10:22:10 [INFO] 10:22:10 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser --- 10:22:10 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:22:10 [INFO] 10:22:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser --- 10:22:10 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec 10:22:10 [INFO] 10:22:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser --- 10:22:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:10 [INFO] All files are up to date, skip goal execution. 10:22:10 [INFO] 10:22:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser --- 10:22:10 [INFO] Copying 0 resource from src/main/resources to target/classes 10:22:10 [INFO] 10:22:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser --- 10:22:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT... 10:22:10 [INFO] 10:22:10 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser --- 10:22:11 [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 10:22:11 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ... 10:22:19 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:22:19 1 warning. 10:22:19 [INFO] done compiling 10:22:19 [INFO] compile in 8.8 s 10:22:19 [INFO] 10:22:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser --- 10:22:19 [INFO] Changes detected - recompiling the module! :dependency 10:22:19 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes 10:22:19 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:19 [INFO] 10:22:19 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser --- 10:22: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 10:22:19 [INFO] compile in 0.0 s 10:22:19 [INFO] 10:22:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser --- 10:22:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources 10:22:19 [INFO] 10:22:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser --- 10:22:19 [INFO] Changes detected - recompiling the module! :dependency 10:22:19 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 10:22:20 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:20 [INFO] 10:22:20 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser --- 10:22:20 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar 10:22:20 [INFO] compile in 0.0 s 10:22:20 [INFO] 10:22:20 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser --- 10:22:20 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:20 [INFO] Tests are skipped. 10:22:20 [INFO] 10:22:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser --- 10:22:20 [INFO] 10:22:20 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser --- 10:22:20 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 10:22:20 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 10:22:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF 10:22:20 [INFO] 10:22:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser --- 10:22:20 [INFO] Tests are skipped. 10:22:20 [INFO] 10:22:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser --- 10:22:20 [INFO] Tests are skipped. 10:22:20 [INFO] 10:22:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser --- 10:22:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec 10:22:20 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes 10:22:20 [INFO] 10:22:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser --- 10:22:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar' is disabled. 10:22:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 10:22:21 [INFO] 10:22:21 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser --- 10:22:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'. 10:22:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'. 10:22:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'. 10:22:21 [INFO] 10:22:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser --- 10:22:21 [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 10:22:21 [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 10:22:21 [INFO] 10:22:21 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser --- 10:22:21 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar 10:22:21 [INFO] Writing OBR metadata 10:22:21 [INFO] 10:22:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-parser --- 10:22:21 [INFO] 10:22:21 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-parser --- 10:22:21 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:22:21 [INFO] 10:22:21 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ 10:22:21 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [55/77] 10:22:21 [INFO] from rql/query/pom.xml 10:22:21 [INFO] -------------------------------[ bundle ]------------------------------- 10:22:21 [INFO] 10:22:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query --- 10:22:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:22:21 [INFO] 10:22:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query --- 10:22: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/rql/query/target/jacoco.exec 10:22:21 [INFO] 10:22:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query --- 10:22:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:21 [INFO] All files are up to date, skip goal execution. 10:22:21 [INFO] 10:22:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query --- 10:22:21 [INFO] Copying 0 resource from src/main/resources to target/classes 10:22:21 [INFO] 10:22:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query --- 10:22:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT... 10:22:21 [INFO] 10:22:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query --- 10:22:21 [INFO] Changes detected - recompiling the module! :dependency 10:22:21 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes 10:22:21 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:21 [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. 10:22:21 [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. 10:22:21 [INFO] 10:22:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query --- 10:22:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources 10:22:21 [INFO] 10:22:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query --- 10:22:21 [INFO] Changes detected - recompiling the module! :dependency 10:22:21 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes 10:22:22 [WARNING] bootstrap class path not set in conjunction with -source 8 10:22:22 [INFO] 10:22:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query --- 10:22:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:22 [INFO] Tests are skipped. 10:22:22 [INFO] 10:22:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query --- 10:22:22 [INFO] 10:22:22 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query --- 10:22:22 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 10:22:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF 10:22:22 [INFO] 10:22:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query --- 10:22:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:22 [INFO] Configuration changed, re-generating javadoc. 10:22:24 [WARNING] Javadoc Warnings 10:22:24 [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 10:22:24 [WARNING] T visitAttribute(String key); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeature(String featureId); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeatureDefinition(String featureId); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeatureIdProperty(String featureId, String property); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitFeatureProperties(CharSequence featureId); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitMetadata(String key); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitSimple(String fieldName); 10:22:24 [WARNING] ^ 10:22:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment 10:22:24 [WARNING] public ExistsThingPredicateVisitor() { 10:22:24 [WARNING] ^ 10:22:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment 10:22:24 [WARNING] public boolean isDefinition() { 10:22:24 [WARNING] ^ 10:22:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment 10:22:24 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() { 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitMetadata(String key); 10:22:24 [WARNING] ^ 10:22:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment 10:22:24 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression, 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitEq(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitGe(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitGt(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitILike(@Nullable String value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitIn(List<?> values); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitLe(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitLike(@Nullable String value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitLt(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [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 10:22:24 [WARNING] T visitNe(@Nullable Object value); 10:22:24 [WARNING] ^ 10:22:24 [WARNING] 23 warnings 10:22:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 10:22:24 [INFO] 10:22:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query --- 10:22:24 [INFO] Tests are skipped. 10:22:24 [INFO] 10:22:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query --- 10:22:24 [INFO] Tests are skipped. 10:22:24 [INFO] 10:22:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query --- 10:22:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec 10:22:24 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes 10:22:24 [INFO] 10:22:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query --- 10:22:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar' is disabled. 10:22:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 10:22: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. 10:22:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 10:22:26 [INFO] 10:22:26 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query --- 10:22:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'. 10:22:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'. 10:22:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'. 10:22:27 [INFO] 10:22:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query --- 10:22: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 10:22: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 10:22: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 10:22:27 [INFO] 10:22:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query --- 10:22:27 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar 10:22:27 [INFO] Writing OBR metadata 10:22:27 [INFO] 10:22:27 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-query --- 10:22:27 [INFO] 10:22:27 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-query --- 10:22:27 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:22:27 [INFO] 10:22:27 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- 10:22:27 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [56/77] 10:22:27 [INFO] from thingsearch/api/pom.xml 10:22:27 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:27 [INFO] 10:22:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api --- 10:22:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec 10:22:27 [INFO] 10:22:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api --- 10:22:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:27 [INFO] All files are up to date, skip goal execution. 10:22:27 [INFO] 10:22:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api --- 10:22:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources 10:22:27 [INFO] 10:22:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api --- 10:22:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT... 10:22:27 [INFO] 10:22:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api --- 10:22:27 [INFO] Changes detected - recompiling the module! :dependency 10:22:27 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes 10:22:27 [INFO] 10:22:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api --- 10:22:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources 10:22:27 [INFO] 10:22:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api --- 10:22:27 [INFO] Changes detected - recompiling the module! :dependency 10:22:27 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 10:22: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. 10:22: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. 10:22:28 [INFO] 10:22:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api --- 10:22:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:28 [INFO] Tests are skipped. 10:22:28 [INFO] 10:22:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api --- 10:22:28 [INFO] 10:22:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api --- 10:22:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 10:22:28 [INFO] 10:22:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api --- 10:22:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:28 [INFO] Configuration changed, re-generating javadoc. 10:22:30 [WARNING] Javadoc Warnings 10:22: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 10:22:30 [WARNING] package org.eclipse.ditto.thingsearch.api; 10:22:30 [WARNING] ^ 10:22: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 10:22:30 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo; 10:22:30 [WARNING] ^ 10:22: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 10:22:30 [WARNING] package org.eclipse.ditto.thingsearch.api.events; 10:22:30 [WARNING] ^ 10:22: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 10:22:30 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) { 10:22:30 [WARNING] ^ 10:22:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return 10:22:30 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) { 10:22:30 [WARNING] ^ 10:22: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 10:22:30 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 10:22:30 [WARNING] ^ 10:22: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 10:22:30 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 10:22:30 [WARNING] ^ 10:22:30 [WARNING] 7 warnings 10:22:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 10:22:30 [INFO] 10:22:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api --- 10:22:30 [INFO] Tests are skipped. 10:22:30 [INFO] 10:22:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api --- 10:22:30 [INFO] Tests are skipped. 10:22:30 [INFO] 10:22:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api --- 10:22:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec 10:22:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes 10:22:30 [INFO] 10:22:30 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api --- 10:22:30 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar' is disabled. 10:22:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 10:22:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:22:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 10:22:32 [INFO] 10:22:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api --- 10:22:32 [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 10:22:32 [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 10:22:32 [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 10:22:32 [INFO] 10:22:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-api --- 10:22:33 [INFO] 10:22:33 [INFO] --------------------< org.eclipse.ditto:ditto-edge >-------------------- 10:22:33 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT [57/77] 10:22:33 [INFO] from edge/pom.xml 10:22:33 [INFO] --------------------------------[ pom ]--------------------------------- 10:22:33 [INFO] 10:22:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge --- 10:22: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 10:22:33 [INFO] 10:22:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge --- 10:22:33 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:33 [INFO] The goal is skip due to packaging 'pom' 10:22:33 [INFO] 10:22:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge --- 10:22:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT... 10:22:33 [INFO] 10:22:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge --- 10:22:33 [INFO] 10:22:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge --- 10:22:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:22:33 [INFO] 10:22:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge --- 10:22:33 [INFO] Tests are skipped. 10:22:33 [INFO] 10:22:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge --- 10:22:33 [INFO] Tests are skipped. 10:22:33 [INFO] 10:22:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge --- 10:22:33 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:22:33 [INFO] 10:22:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge --- 10:22:33 [INFO] 10:22:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge --- 10:22: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 10:22:33 [INFO] 10:22:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge --- 10:22:33 [INFO] 10:22:33 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >---------------- 10:22:33 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT [58/77] 10:22:33 [INFO] from edge/service/pom.xml 10:22:33 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:33 [INFO] 10:22:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service --- 10:22: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 10:22:33 [INFO] 10:22:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service --- 10:22:33 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:33 [INFO] All files are up to date, skip goal execution. 10:22:33 [INFO] 10:22:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service --- 10:22:33 [INFO] Copying 2 resources from src/main/resources to target/classes 10:22:33 [INFO] 10:22:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service --- 10:22:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT... 10:22:33 [INFO] 10:22:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service --- 10:22:33 [INFO] Changes detected - recompiling the module! :dependency 10:22:33 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes 10:22: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. 10:22: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. 10:22:34 [INFO] 10:22:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service --- 10:22:34 [INFO] Copying 4 resources from src/test/resources to target/test-classes 10:22:34 [INFO] 10:22:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service --- 10:22:34 [INFO] Changes detected - recompiling the module! :dependency 10:22:34 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 10:22: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. 10:22: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. 10:22: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. 10:22: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. 10:22:34 [INFO] 10:22:34 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service --- 10:22:34 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:34 [INFO] Tests are skipped. 10:22:34 [INFO] 10:22:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service --- 10:22:34 [INFO] 10:22:34 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service --- 10:22:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 10:22:34 [INFO] 10:22:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service --- 10:22:34 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:34 [INFO] Configuration changed, re-generating javadoc. 10:22:37 [WARNING] Javadoc Warnings 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service.dispatching; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] package org.eclipse.ditto.edge.service.placeholders; 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] static FeaturePlaceholder getInstance() { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] static PolicyPlaceholder getInstance() { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] static RequestPlaceholder getInstance() { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] static ThingJsonPlaceholder getInstance() { 10:22:37 [WARNING] ^ 10:22: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 10:22:37 [WARNING] static ThingPlaceholder getInstance() { 10:22:37 [WARNING] ^ 10:22:37 [WARNING] 17 warnings 10:22:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 10:22:37 [INFO] 10:22:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service --- 10:22:37 [INFO] Tests are skipped. 10:22:37 [INFO] 10:22:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service --- 10:22:37 [INFO] Tests are skipped. 10:22:37 [INFO] 10:22:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service --- 10:22:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec 10:22:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes 10:22:37 [INFO] 10:22:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service --- 10:22:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar' is disabled. 10:22:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 10:22:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:22:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 10:22:40 [INFO] 10:22:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service --- 10:22:40 [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 10:22:40 [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 10:22:40 [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 10:22:40 [INFO] 10:22:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge-service --- 10:22:41 [INFO] 10:22:41 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ 10:22:41 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77] 10:22:41 [INFO] from internal/models/signalenrichment/pom.xml 10:22:41 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:41 [INFO] 10:22:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment --- 10:22: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/signalenrichment/target/jacoco.exec 10:22:41 [INFO] 10:22:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment --- 10:22:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:41 [INFO] All files are up to date, skip goal execution. 10:22:41 [INFO] 10:22:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources 10:22:41 [INFO] 10:22:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT... 10:22:41 [INFO] 10:22:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] Changes detected - recompiling the module! :dependency 10:22:41 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 10:22:41 [INFO] 10:22:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources 10:22:41 [INFO] 10:22:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] Changes detected - recompiling the module! :dependency 10:22:41 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 10:22:41 [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. 10:22:41 [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. 10:22:41 [INFO] 10:22:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment --- 10:22:41 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:41 [INFO] Tests are skipped. 10:22:41 [INFO] 10:22:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] 10:22:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment --- 10:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 10:22:41 [INFO] 10:22:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment --- 10:22:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:42 [INFO] Configuration changed, re-generating javadoc. 10:22:43 [WARNING] Javadoc Warnings 10:22:43 [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 10:22:43 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment; 10:22:43 [WARNING] ^ 10:22:43 [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 10:22:43 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject, 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:87: warning: no @return 10:22:43 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade, 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:483: warning: no comment 10:22:43 [WARNING] protected static final class CachingParameters { 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:64: warning: no comment 10:22:43 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache; 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:66: warning: no comment 10:22:43 [WARNING] protected DittoCachingSignalEnrichmentFacade( 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:478: warning: no comment 10:22:43 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) { 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:313: warning: no comment 10:22:43 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey, 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:189: warning: no comment 10:22:43 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId, 10:22:43 [WARNING] ^ 10:22:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:490: warning: no comment 10:22:43 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector, 10:22:43 [WARNING] ^ 10:22:43 [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 10:22:43 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance( 10:22:43 [WARNING] ^ 10:22:43 [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 10:22:43 [WARNING] CACHE_ENABLED("cache.enabled", true); 10:22:43 [WARNING] ^ 10:22:43 [WARNING] 12 warnings 10:22:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 10:22:43 [INFO] 10:22:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment --- 10:22:43 [INFO] Tests are skipped. 10:22:43 [INFO] 10:22:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment --- 10:22:43 [INFO] Tests are skipped. 10:22:43 [INFO] 10:22:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment --- 10:22:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 10:22:43 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes 10:22:43 [INFO] 10:22:43 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment --- 10:22:43 [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. 10:22:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 10:22:45 [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. 10:22:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 10:22:46 [INFO] 10:22:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment --- 10:22:46 [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 10:22:46 [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 10:22:46 [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 10:22:46 [INFO] 10:22:46 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signalenrichment --- 10:22:46 [INFO] 10:22:46 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- 10:22:46 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77] 10:22:46 [INFO] from internal/utils/conditional-headers/pom.xml 10:22:46 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:46 [INFO] 10:22:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers --- 10:22: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/conditional-headers/target/jacoco.exec 10:22:46 [INFO] 10:22:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers --- 10:22:46 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:46 [INFO] All files are up to date, skip goal execution. 10:22:46 [INFO] 10:22:46 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources 10:22:46 [INFO] 10:22:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT... 10:22:46 [INFO] 10:22:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] Changes detected - recompiling the module! :dependency 10:22:46 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:22:46 [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. 10:22:46 [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. 10:22:46 [INFO] 10:22:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources 10:22:46 [INFO] 10:22:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] Changes detected - recompiling the module! :dependency 10:22:46 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 10:22:46 [INFO] 10:22:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers --- 10:22:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:46 [INFO] Tests are skipped. 10:22:46 [INFO] 10:22:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] 10:22:46 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers --- 10:22:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 10:22:46 [INFO] 10:22:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers --- 10:22:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:46 [INFO] Configuration changed, re-generating javadoc. 10:22:48 [WARNING] Javadoc Warnings 10:22:48 [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 10:22:48 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional; 10:22:48 [WARNING] ^ 10:22:48 [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> 10:22:48 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 10:22:48 [WARNING] ^ 10:22:48 [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 10:22:48 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 10:22:48 [WARNING] ^ 10:22:48 [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 10:22:48 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 10:22:48 [WARNING] ^ 10:22:48 [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 10:22:48 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 10:22:48 [WARNING] ^ 10:22:48 [WARNING] 5 warnings 10:22:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 10:22:48 [INFO] 10:22:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers --- 10:22:48 [INFO] Tests are skipped. 10:22:48 [INFO] 10:22:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers --- 10:22:48 [INFO] Tests are skipped. 10:22:48 [INFO] 10:22:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers --- 10:22:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 10:22:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes 10:22:48 [INFO] 10:22:48 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers --- 10:22: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.jar' is disabled. 10:22:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 10:22:49 [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. 10:22:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 10:22:49 [INFO] 10:22:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers --- 10:22: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 10:22: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 10:22: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 10:22:49 [INFO] 10:22:49 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-conditional-headers --- 10:22:50 [INFO] 10:22:50 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ 10:22:50 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77] 10:22:50 [INFO] from internal/utils/persistent-actors/pom.xml 10:22:50 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:50 [INFO] 10:22:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:22:50 [INFO] 10:22:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors --- 10:22: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 10:22:50 [INFO] 10:22:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors --- 10:22:50 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:50 [INFO] All files are up to date, skip goal execution. 10:22:50 [INFO] 10:22:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources 10:22:50 [INFO] 10:22:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT... 10:22:50 [INFO] 10:22:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] Changes detected - recompiling the module! :dependency 10:22:50 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes 10:22: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. 10:22: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. 10:22:50 [INFO] 10:22:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] Copying 6 resources from src/test/resources to target/test-classes 10:22:50 [INFO] 10:22:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors --- 10:22:50 [INFO] Changes detected - recompiling the module! :dependency 10:22:50 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 10:22:51 [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. 10:22:51 [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. 10:22:51 [INFO] 10:22:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors --- 10:22:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:51 [INFO] Tests are skipped. 10:22:51 [INFO] 10:22:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors --- 10:22:51 [INFO] 10:22:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors --- 10:22:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 10:22:51 [INFO] 10:22:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors --- 10:22:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:51 [INFO] Configuration changed, re-generating javadoc. 10:22:54 [WARNING] Javadoc Warnings 10:22: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 10:22:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass()); 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand); 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:534: warning: no comment 10:22:54 [WARNING] protected void becomeDeletedHandler() { 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:684: warning: no comment 10:22:54 [WARNING] protected void handleByCommandStrategy(final C command) { 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1051: warning: no comment 10:22:54 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) { 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:126: warning: no comment 10:22:54 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces; 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:130: warning: no comment 10:22:54 [WARNING] @Nullable protected ActorRef enforcerChild; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] @Nullable protected E entityId; 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:132: warning: no comment 10:22:54 [WARNING] protected final Duration localAskTimeout; 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:120: warning: no comment 10:22:54 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:124: warning: no comment 10:22:54 [WARNING] protected final MongoReadJournal mongoReadJournal; 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:118: warning: no comment 10:22:54 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa"; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] @Nullable protected ActorRef persistenceActorChild; 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:147: warning: no comment 10:22:54 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild, 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:142: warning: no comment 10:22:54 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces, 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:227: warning: no comment 10:22:54 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior, 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:597: warning: no comment 10:22:54 [WARNING] protected void becomeTwinSignalProcessingAwaiting() { 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1034: warning: no comment 10:22:54 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer( 10:22:54 [WARNING] ^ 10:22:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:647: warning: no comment 10:22:54 [WARNING] protected void restartChild() { 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() { 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() { 10:22:54 [WARNING] ^ 10:22: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> 10:22:54 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) { 10:22:54 [WARNING] ^ 10:22: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> 10:22:54 [WARNING] static <E extends Event<?>> Result<E> empty() { 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] public enum Control { 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] SERVICE_REQUESTS_DONE 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] SHUTDOWN, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] STREAM_COMPLETE, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] STREAM_FAILED, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] IN_QUIET_PERIOD, 10:22:54 [WARNING] ^ 10:22: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 10:22:54 [WARNING] RUNNING 10:22:54 [WARNING] ^ 10:22:54 [WARNING] 37 warnings 10:22:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 10:22:54 [INFO] 10:22:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors --- 10:22:54 [INFO] Tests are skipped. 10:22:54 [INFO] 10:22:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors --- 10:22:54 [INFO] Tests are skipped. 10:22:54 [INFO] 10:22:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors --- 10:22:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 10:22:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes 10:22:54 [INFO] 10:22:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors --- 10:22: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. 10:22:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 10:22: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. 10:22:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 10:22:56 [INFO] 10:22:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors --- 10:22: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 10:22: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 10:22: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 10:22:56 [INFO] 10:22:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistent-actors --- 10:22:56 [INFO] 10:22:56 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- 10:22:56 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77] 10:22:56 [INFO] from internal/utils/protocol/pom.xml 10:22:56 [INFO] --------------------------------[ jar ]--------------------------------- 10:22:56 [INFO] 10:22:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 10:22:56 [INFO] 10:22:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol --- 10:22:56 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:22:56 [INFO] All files are up to date, skip goal execution. 10:22:56 [INFO] 10:22:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources 10:22:56 [INFO] 10:22:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT... 10:22:56 [INFO] 10:22:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] Changes detected - recompiling the module! :dependency 10:22:56 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 10:22:56 [INFO] 10:22:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] Copying 1 resource from src/test/resources to target/test-classes 10:22:56 [INFO] 10:22:56 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol --- 10:22:56 [INFO] Changes detected - recompiling the module! :dependency 10:22:56 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 10:22: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. 10:22: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. 10:22:57 [INFO] 10:22:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol --- 10:22:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:22:57 [INFO] Tests are skipped. 10:22:57 [INFO] 10:22:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol --- 10:22:57 [INFO] 10:22:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol --- 10:22:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 10:22:57 [INFO] 10:22:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol --- 10:22:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:22:57 [INFO] Configuration changed, re-generating javadoc. 10:22:58 [WARNING] Javadoc Warnings 10:22:58 [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 10:22:58 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config; 10:22:58 [WARNING] ^ 10:22:58 [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 10:22:58 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig); 10:22:58 [WARNING] ^ 10:22:58 [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 10:22:58 [WARNING] enum ProtocolConfigValue implements KnownConfigValue { 10:22:58 [WARNING] ^ 10:22:58 [WARNING] 3 warnings 10:22:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 10:22:58 [INFO] 10:22:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol --- 10:22:58 [INFO] Tests are skipped. 10:22:58 [INFO] 10:22:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol --- 10:22:58 [INFO] Tests are skipped. 10:22:58 [INFO] 10:22:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol --- 10:22:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 10:22:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes 10:22:58 [INFO] 10:22:58 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol --- 10:22:58 [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. 10:22:58 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 10:23:00 [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. 10:23:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 10:23:01 [INFO] 10:23:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol --- 10:23:01 [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 10:23:01 [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 10:23:01 [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 10:23:01 [INFO] 10:23:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-protocol --- 10:23:02 [INFO] 10:23:02 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >---------- 10:23:02 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77] 10:23:02 [INFO] from rql/search-option-parser/pom.xml 10:23:02 [INFO] -------------------------------[ bundle ]------------------------------- 10:23:02 [INFO] 10:23:02 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser --- 10:23:02 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:23:02 [INFO] 10:23:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser --- 10:23: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/rql/search-option-parser/target/jacoco.exec 10:23:02 [INFO] 10:23:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser --- 10:23:02 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:23:02 [INFO] All files are up to date, skip goal execution. 10:23:02 [INFO] 10:23:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser --- 10:23:02 [INFO] Copying 0 resource from src/main/resources to target/classes 10:23:02 [INFO] 10:23:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser --- 10:23:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT... 10:23:02 [INFO] 10:23:02 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser --- 10:23:02 [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 10:23:02 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ... 10:23:07 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 10:23:07 [WARNING] one warning found 10:23:07 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 10:23:07 1 warning. 10:23:07 [INFO] done compiling 10:23:08 [INFO] compile in 5.8 s 10:23:08 [INFO] 10:23:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] Changes detected - recompiling the module! :dependency 10:23:08 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 10:23:08 [WARNING] bootstrap class path not set in conjunction with -source 8 10:23:08 [INFO] 10:23:08 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser --- 10:23:08 [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 10:23:08 [INFO] compile in 0.0 s 10:23:08 [INFO] 10:23:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources 10:23:08 [INFO] 10:23:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] Changes detected - recompiling the module! :dependency 10:23:08 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 10:23:08 [WARNING] bootstrap class path not set in conjunction with -source 8 10:23:08 [INFO] 10:23:08 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser --- 10:23:08 [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 10:23:08 [INFO] compile in 0.0 s 10:23:08 [INFO] 10:23:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser --- 10:23:08 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:23:08 [INFO] Tests are skipped. 10:23:08 [INFO] 10:23:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] 10:23:08 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser --- 10:23:08 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 10:23:08 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 10:23:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF 10:23:08 [INFO] 10:23:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] Tests are skipped. 10:23:08 [INFO] 10:23:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] Tests are skipped. 10:23:08 [INFO] 10:23:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser --- 10:23:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec 10:23:08 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes 10:23:08 [INFO] 10:23:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser --- 10:23:08 [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. 10:23:08 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 10:23:09 [INFO] 10:23:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser --- 10:23:09 [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 10:23:09 [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 10:23:09 [INFO] 10:23:09 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser --- 10:23:09 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar 10:23:09 [INFO] Writing OBR metadata 10:23:09 [INFO] 10:23:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-search-option-parser --- 10:23:09 [INFO] 10:23:09 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-search-option-parser --- 10:23:09 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 10:23:09 [INFO] 10:23:09 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ 10:23:09 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77] 10:23:09 [INFO] from internal/utils/search/pom.xml 10:23:09 [INFO] --------------------------------[ jar ]--------------------------------- 10:23:09 [INFO] 10:23:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search --- 10:23:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 10:23:09 [INFO] 10:23:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search --- 10:23:09 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:23:09 [INFO] All files are up to date, skip goal execution. 10:23:09 [INFO] 10:23:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search --- 10:23:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources 10:23:09 [INFO] 10:23:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search --- 10:23:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT... 10:23:09 [INFO] 10:23:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search --- 10:23:09 [INFO] Changes detected - recompiling the module! :dependency 10:23:09 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes 10:23:10 [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. 10:23:10 [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. 10:23:10 [INFO] 10:23:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search --- 10:23:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources 10:23:10 [INFO] 10:23:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search --- 10:23:10 [INFO] Changes detected - recompiling the module! :dependency 10:23:10 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 10:23:10 [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. 10:23:10 [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. 10:23:10 [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. 10:23:10 [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. 10:23:10 [INFO] 10:23:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search --- 10:23:10 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:23:10 [INFO] Tests are skipped. 10:23:10 [INFO] 10:23:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search --- 10:23:10 [INFO] 10:23:10 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search --- 10:23:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 10:23:10 [INFO] 10:23:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search --- 10:23:10 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:23:10 [INFO] Configuration changed, re-generating javadoc. 10:23:13 [WARNING] Javadoc Warnings 10:23:13 [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 10:23:13 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) { 10:23:13 [WARNING] ^ 10:23:13 [WARNING] 1 warning 10:23:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 10:23:13 [INFO] 10:23:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search --- 10:23:13 [INFO] Tests are skipped. 10:23:13 [INFO] 10:23:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search --- 10:23:13 [INFO] Tests are skipped. 10:23:13 [INFO] 10:23:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search --- 10:23:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 10:23:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes 10:23:13 [INFO] 10:23:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search --- 10:23:13 [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. 10:23:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 10:23:14 [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. 10:23:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 10:23:14 [INFO] 10:23:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search --- 10:23:14 [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 10:23:14 [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 10:23:14 [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 10:23:14 [INFO] 10:23:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-search --- 10:23:18 [INFO] 10:23:18 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >------- 10:23:18 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77] 10:23:18 [INFO] from internal/utils/pubsub-policies/pom.xml 10:23:18 [INFO] --------------------------------[ jar ]--------------------------------- 10:23:18 [INFO] 10:23:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec 10:23:18 [INFO] 10:23:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:23:18 [INFO] All files are up to date, skip goal execution. 10:23:18 [INFO] 10:23:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources 10:23:18 [INFO] 10:23:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT... 10:23:18 [INFO] 10:23:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] Changes detected - recompiling the module! :dependency 10:23:18 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes 10:23:18 [INFO] 10:23:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources 10:23:18 [INFO] 10:23:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] No sources to compile 10:23:18 [INFO] 10:23:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:23:18 [INFO] Tests are skipped. 10:23:18 [INFO] 10:23:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] 10:23:18 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 10:23:18 [INFO] 10:23:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies --- 10:23:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:23:18 [INFO] Configuration changed, re-generating javadoc. 10:23:19 [WARNING] Javadoc Warnings 10:23:19 [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 10:23:19 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies; 10:23:19 [WARNING] ^ 10:23:19 [WARNING] 1 warning 10:23:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 10:23:19 [INFO] 10:23:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies --- 10:23:19 [INFO] Tests are skipped. 10:23:19 [INFO] 10:23:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies --- 10:23:19 [INFO] Tests are skipped. 10:23:19 [INFO] 10:23:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies --- 10:23:19 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:23:19 [INFO] 10:23:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies --- 10:23:19 [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. 10:23:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 10:23:20 [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. 10:23:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 10:23:21 [INFO] 10:23:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies --- 10:23:21 [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 10:23:21 [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 10:23:21 [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 10:23:21 [INFO] 10:23:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-policies --- 10:23:22 [INFO] 10:23:22 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >-------- 10:23:22 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77] 10:23:22 [INFO] from internal/utils/pubsub-things/pom.xml 10:23:22 [INFO] --------------------------------[ jar ]--------------------------------- 10:23:22 [INFO] 10:23:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/jacoco.exec 10:23:22 [INFO] 10:23:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things --- 10:23:22 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:23:22 [INFO] All files are up to date, skip goal execution. 10:23:22 [INFO] 10:23:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources 10:23:22 [INFO] 10:23:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT... 10:23:22 [INFO] 10:23:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] Changes detected - recompiling the module! :dependency 10:23:22 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes 10:23:22 [INFO] 10:23:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources 10:23:22 [INFO] 10:23:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] No sources to compile 10:23:22 [INFO] 10:23:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things --- 10:23:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:23:22 [INFO] Tests are skipped. 10:23:22 [INFO] 10:23:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] 10:23:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things --- 10:23:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 10:23:22 [INFO] 10:23:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things --- 10:23:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:23:22 [INFO] Configuration changed, re-generating javadoc. 10:23:24 [WARNING] Javadoc Warnings 10:23:24 [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 10:23:24 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings; 10:23:24 [WARNING] ^ 10:23:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:56: warning: no @param for resubscribe 10:23:24 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber, 10:23:24 [WARNING] ^ 10:23:24 [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 10:23:24 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) { 10:23:24 [WARNING] ^ 10:23:24 [WARNING] 3 warnings 10:23:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 10:23:24 [INFO] 10:23:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things --- 10:23:24 [INFO] Tests are skipped. 10:23:24 [INFO] 10:23:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things --- 10:23:24 [INFO] Tests are skipped. 10:23:24 [INFO] 10:23:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things --- 10:23:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:23:24 [INFO] 10:23:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things --- 10:23:24 [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. 10:23:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 10:23:25 [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. 10:23:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 10:23:26 [INFO] 10:23:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things --- 10:23:26 [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 10:23:26 [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 10:23:26 [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 10:23:26 [INFO] 10:23:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-things --- 10:23:26 [INFO] 10:23:26 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ 10:23:26 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [67/77] 10:23:26 [INFO] from connectivity/service/pom.xml 10:23:26 [INFO] --------------------------------[ jar ]--------------------------------- 10:23:27 [INFO] 10:23:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service --- 10:23:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 10:23:27 [INFO] 10:23:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service --- 10:23:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:23:27 [INFO] All files are up to date, skip goal execution. 10:23:27 [INFO] 10:23:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service --- 10:23:27 [INFO] Copying 1 resource from src/main/resources to target/classes 10:23:27 [INFO] Copying 8 resources from src/main/resources to target/classes 10:23:27 [INFO] 10:23:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service --- 10:23:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT... 10:23:27 [INFO] 10:23:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service --- 10:23:27 [INFO] Changes detected - recompiling the module! :dependency 10:23:27 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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 10:23:31 [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. 10:23:31 [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. 10:23:31 [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. 10:23:31 [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. 10:23:31 [INFO] 10:23:31 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service --- 10:23:31 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar 10:23:31 [INFO] protobufjs-6.11.2.jar already unpacked. 10:23:31 [INFO] 10:23:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service --- 10:23:31 [INFO] Copying 39 resources from src/test/resources to target/test-classes 10:23:31 [INFO] 10:23:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service --- 10:23:31 [INFO] Changes detected - recompiling the module! :dependency 10:23:31 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes 10:23:37 [WARNING] Implicitly compiled files were not subject to annotation processing. 10:23:37 Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. 10:23:37 [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. 10:23:37 [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. 10:23:37 [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. 10:23:37 [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. 10:23:37 [INFO] 10:23:37 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service --- 10:23:37 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:23:37 [INFO] Tests are skipped. 10:23:37 [INFO] 10:23:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service --- 10:23:37 [INFO] 10:23:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service --- 10:23:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 10:23:37 [INFO] 10:23:37 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service --- 10:23:38 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:23:38 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:23:38 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:23:38 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:23:38 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:23:38 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:23:38 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:23:38 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:23:38 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:23:38 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:23:38 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:23:38 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:23:38 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:23:38 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:23:38 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:23:38 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:23:38 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:23:38 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:23:38 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:23:38 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:23:38 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar. 10:23:38 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar. 10:23:38 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar. 10:23:38 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar. 10:23:38 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.11.0 in the shaded jar. 10:23:38 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar. 10:23:38 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-codec-http:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar. 10:23:38 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar. 10:23:38 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:23:38 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:23:38 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar. 10:23:38 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. 10:23:38 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar. 10:23:38 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. 10:23:38 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar. 10:23:38 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:23:38 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:23:38 [INFO] Including org.apache.kafka:kafka-clients:jar:3.6.1 in the shaded jar. 10:23:38 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar. 10:23:38 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:23:38 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.5 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:23:38 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar. 10:23:38 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:23:38 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:23:38 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:23:38 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar. 10:23:38 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar. 10:23:38 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar. 10:23:38 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar. 10:23:38 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar. 10:23:38 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar. 10:23:38 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:23:38 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:23:38 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:23:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:23:48 [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: 10:23:48 [WARNING] - META-INF/NOTICE.md 10:23:48 [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: 10:23:48 [WARNING] - META-INF/LICENSE.txt 10:23:48 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-codec-http-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-classes-epoll-4.1.106.Final.jar, netty-transport-classes-kqueue-4.1.106.Final.jar, netty-transport-native-epoll-4.1.106.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.106.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:23:48 [WARNING] - META-INF/io.netty.versions.properties 10:23:48 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar, proton-j-0.34.1.jar, qpid-jms-client-1.11.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:23:48 [WARNING] - META-INF/LICENSE 10:23:48 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:23:48 [WARNING] - .cache/formatter-maven-cache.properties 10:23:48 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:23:48 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:23:48 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:23:48 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:23:48 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:23:48 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:23:48 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:23:48 [WARNING] jctools-core-2.1.2.jar, netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:23:48 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:23:48 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:23:48 [WARNING] proton-j-0.34.1.jar, qpid-jms-client-1.11.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 10:23:48 [WARNING] - META-INF/DEPENDENCIES 10:23:48 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:23:48 [WARNING] - META-INF/DISCLAIMER 10:23:48 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-dataformat-msgpack-0.9.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.6.1.jar, kamon-core_2.13-2.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, msgpack-core-0.9.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-codec-http-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-classes-epoll-4.1.106.Final.jar, netty-transport-classes-kqueue-4.1.106.Final.jar, netty-transport-native-epoll-4.1.106.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.106.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-rabbitmq_2.13-7.0.0.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar, phi-accural-failure-detector-0.0.5.jar, proton-j-0.34.1.jar, qpid-jms-client-1.11.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.5.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: 10:23:48 [WARNING] - META-INF/MANIFEST.MF 10:23:48 [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: 10:23:48 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:23:48 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.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: 10:23:48 [WARNING] - META-INF.versions.9.module-info 10:23:48 [WARNING] maven-shade-plugin has detected that some files are 10:23:48 [WARNING] present in two or more JARs. When this happens, only one 10:23:48 [WARNING] single version of the file is copied to the uber jar. 10:23:48 [WARNING] Usually this is not harmful and you can skip these warnings, 10:23:48 [WARNING] otherwise try to manually exclude artifacts based on 10:23:48 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:23:48 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:23:48 [INFO] Attaching shaded artifact. 10:23:48 [INFO] 10:23:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service --- 10:23:48 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:23:48 [INFO] Configuration changed, re-generating javadoc. 10:23:56 [WARNING] Javadoc Warnings 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.config; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] package org.eclipse.ditto.connectivity.service.util; 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment 10:23:56 [WARNING] protected final ActorSystem actorSystem; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment 10:23:56 [WARNING] protected final Config config; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment 10:23:56 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment 10:23:56 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment 10:23:56 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment 10:23:56 [WARNING] protected static boolean isError(final Adaptable adaptable) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment 10:23:56 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment 10:23:56 [WARNING] protected static boolean isResponse(final Adaptable adaptable) { 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl"); 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl"); 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) { 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) { 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement, 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement, 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateSourceQoS(final int qos, 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) { 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateTargetQoS(final int qos, 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected static void validateExtraFields(final Target target) { 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for clientConnected 10:23:56 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for data 10:23:56 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @return 10:23:56 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1244: warning: no @param for clientConnected 10:23:56 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors( 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:773: warning: no comment 10:23:56 [WARNING] protected abstract ActorRef getPublisherActor(); 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal, 10:23:56 [WARNING] ^ 10:23:56 [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 10:23:56 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 = 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2201: warning: no comment 10:23:56 [WARNING] public interface ReconnectTimeoutStrategy { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment 10:23:56 [WARNING] protected final UUID actorUuid; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment 10:23:56 [WARNING] protected final ChildActorNanny childActorNanny; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment 10:23:56 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment 10:23:56 [WARNING] protected final ConnectionLogger connectionLogger; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment 10:23:56 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment 10:23:56 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment 10:23:56 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance()); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment 10:23:56 [WARNING] protected BaseClientActor(final Connection connection, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1674: warning: no comment 10:23:56 [WARNING] protected boolean canConnectViaSocket(final Connection connection) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment 10:23:56 [WARNING] protected ConnectivityConfig connectivityConfig() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1206: warning: no comment 10:23:56 [WARNING] protected final SshTunnelState getSshTunnelState() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1904: warning: no comment 10:23:56 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2427: warning: no comment 10:23:56 [WARNING] ACKREGATOR_STARTED, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2428: warning: no comment 10:23:56 [WARNING] ACKREGATOR_STOPPED, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment 10:23:56 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2423: warning: no comment 10:23:56 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment 10:23:56 [WARNING] INIT_COMPLETE, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2424: warning: no comment 10:23:56 [WARNING] RESUBSCRIBE, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2426: warning: no comment 10:23:56 [WARNING] SERVICE_REQUESTS_DONE, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2425: warning: no comment 10:23:56 [WARNING] SERVICE_UNBIND, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2429: warning: no comment 10:23:56 [WARNING] SHUTDOWN_TIMEOUT 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2360: warning: no comment 10:23:56 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2370: warning: no comment 10:23:56 [WARNING] public ConnectionFailure getFailure() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2374: warning: no comment 10:23:56 [WARNING] public boolean isSuccess() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2356: warning: no comment 10:23:56 [WARNING] public static InitializationResult success() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2203: warning: no comment 10:23:56 [WARNING] boolean canReconnect(); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2209: warning: no comment 10:23:56 [WARNING] Duration getNextBackoff(); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2207: warning: no comment 10:23:56 [WARNING] Duration getNextTimeout(); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2205: warning: no comment 10:23:56 [WARNING] void reset(); 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment 10:23:56 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment 10:23:56 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return 10:23:56 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment 10:23:56 [WARNING] protected final ConnectionId connectionId; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment 10:23:56 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment 10:23:56 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment 10:23:56 [WARNING] protected final ConnectionMonitor inboundMonitor; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment 10:23:56 [WARNING] protected final Source source; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment 10:23:56 [WARNING] protected final String sourceAddress; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment 10:23:56 [WARNING] protected BaseConsumerActor(final Connection connection, 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment 10:23:56 [WARNING] protected ResourceStatus getCurrentSourceStatus() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment 10:23:56 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment 10:23:56 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment 10:23:56 [WARNING] protected void resetResourceStatus() { 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment 10:23:56 [WARNING] protected final Connection connection; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment 10:23:56 [WARNING] protected final ConnectionConfig connectionConfig; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment 10:23:56 [WARNING] protected final ExpressionResolver connectionIdResolver; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment 10:23:56 [WARNING] protected final ConnectionLogger connectionLogger; 10:23:56 [WARNING] ^ 10:23:56 [WARNING] 100 warnings 10:23:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 10:23:56 [INFO] 10:23:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service --- 10:23:56 [INFO] Tests are skipped. 10:23:56 [INFO] 10:23:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service --- 10:23:56 [INFO] Tests are skipped. 10:23:56 [INFO] 10:23:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service --- 10:23:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 10:23:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes 10:23:57 [INFO] 10:23:57 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service --- 10:23:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar' is disabled. 10:23:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 10:24:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar' is disabled. 10:24:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar 10:24:26 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:24:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 10:24:28 [INFO] 10:24:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service --- 10:24:28 [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 10:24:28 [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 10:24:28 [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 10:24:28 [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 10:24:28 [INFO] 10:24:28 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-service --- 10:24:33 [INFO] 10:24:33 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- 10:24:33 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [68/77] 10:24:33 [INFO] from documentation/pom.xml 10:24:33 [INFO] --------------------------------[ pom ]--------------------------------- 10:24:33 [INFO] 10:24:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- 10:24: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/documentation/target/jacoco.exec 10:24:33 [INFO] 10:24:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation --- 10:24:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... 10:24:33 [INFO] 10:24:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation --- 10:24:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:24:33 [INFO] 10:24:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation --- 10:24:33 [INFO] Tests are skipped. 10:24:33 [INFO] 10:24:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation --- 10:24:33 [INFO] Tests are skipped. 10:24:33 [INFO] 10:24:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation --- 10:24:33 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:24:33 [INFO] 10:24:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation --- 10:24:33 [INFO] 10:24:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation --- 10:24:33 [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 10:24:33 [INFO] 10:24:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-documentation --- 10:24:34 [INFO] 10:24:34 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- 10:24:34 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [69/77] 10:24:34 [INFO] from gateway/pom.xml 10:24:34 [INFO] --------------------------------[ pom ]--------------------------------- 10:24:34 [INFO] 10:24:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway --- 10:24:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/gateway/target/jacoco.exec 10:24:34 [INFO] 10:24:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway --- 10:24:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:24:34 [INFO] The goal is skip due to packaging 'pom' 10:24:34 [INFO] 10:24:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway --- 10:24:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT... 10:24:34 [INFO] 10:24:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway --- 10:24:34 [INFO] 10:24:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway --- 10:24:34 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 10:24:34 [INFO] 10:24:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway --- 10:24:34 [INFO] Tests are skipped. 10:24:34 [INFO] 10:24:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway --- 10:24:34 [INFO] Tests are skipped. 10:24:34 [INFO] 10:24:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway --- 10:24:34 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:24:34 [INFO] 10:24:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway --- 10:24:34 [INFO] 10:24:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway --- 10:24:34 [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 10:24:34 [INFO] 10:24:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway --- 10:24:35 [INFO] 10:24:35 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >----------------- 10:24:35 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT [70/77] 10:24:35 [INFO] from gateway/api/pom.xml 10:24:35 [INFO] --------------------------------[ jar ]--------------------------------- 10:24:35 [INFO] 10:24:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api --- 10:24: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/gateway/api/target/jacoco.exec 10:24:35 [INFO] 10:24:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api --- 10:24:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:24:35 [INFO] All files are up to date, skip goal execution. 10:24:35 [INFO] 10:24:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api --- 10:24:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources 10:24:35 [INFO] 10:24:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api --- 10:24:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT... 10:24:35 [INFO] 10:24:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api --- 10:24:35 [INFO] Changes detected - recompiling the module! :dependency 10:24:35 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 10:24:35 [INFO] 10:24:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api --- 10:24:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources 10:24:35 [INFO] 10:24:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api --- 10:24:35 [INFO] Changes detected - recompiling the module! :dependency 10:24:35 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 10:24:35 [INFO] 10:24:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api --- 10:24:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:24:35 [INFO] Tests are skipped. 10:24:35 [INFO] 10:24:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api --- 10:24:35 [INFO] 10:24:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api --- 10:24:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 10:24:35 [INFO] 10:24:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api --- 10:24:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:24:35 [INFO] Configuration changed, re-generating javadoc. 10:24:37 [WARNING] Javadoc Warnings 10:24:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment 10:24:37 [WARNING] package org.eclipse.ditto.gateway.api; 10:24:37 [WARNING] ^ 10:24:37 [WARNING] 1 warning 10:24:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 10:24:37 [INFO] 10:24:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api --- 10:24:37 [INFO] Tests are skipped. 10:24:37 [INFO] 10:24:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api --- 10:24:37 [INFO] Tests are skipped. 10:24:37 [INFO] 10:24:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api --- 10:24:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec 10:24:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes 10:24:37 [INFO] 10:24:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api --- 10:24:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar' is disabled. 10:24:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 10:24:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar' is disabled. 10:24:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 10:24:38 [INFO] 10:24:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api --- 10:24:38 [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 10:24:38 [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 10:24:38 [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 10:24:38 [INFO] 10:24:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-api --- 10:24:39 [INFO] 10:24:39 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >------------- 10:24:39 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT [71/77] 10:24:39 [INFO] from internal/utils/http/pom.xml 10:24:39 [INFO] --------------------------------[ jar ]--------------------------------- 10:24:39 [INFO] 10:24:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http --- 10:24: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/http/target/jacoco.exec 10:24:39 [INFO] 10:24:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http --- 10:24:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:24:39 [INFO] All files are up to date, skip goal execution. 10:24:39 [INFO] 10:24:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http --- 10:24:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources 10:24:39 [INFO] 10:24:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http --- 10:24:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT... 10:24:39 [INFO] 10:24:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http --- 10:24:39 [INFO] Changes detected - recompiling the module! :dependency 10:24:39 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 10:24:39 [INFO] 10:24:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http --- 10:24:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources 10:24:39 [INFO] 10:24:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http --- 10:24:39 [INFO] No sources to compile 10:24:39 [INFO] 10:24:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http --- 10:24:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:24:39 [INFO] Tests are skipped. 10:24:39 [INFO] 10:24:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http --- 10:24:39 [INFO] 10:24:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http --- 10:24:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 10:24:39 [INFO] 10:24:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http --- 10:24:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:24:39 [INFO] Configuration changed, re-generating javadoc. 10:24:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 10:24:40 [INFO] 10:24:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http --- 10:24:40 [INFO] Tests are skipped. 10:24:40 [INFO] 10:24:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http --- 10:24:40 [INFO] Tests are skipped. 10:24:40 [INFO] 10:24:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http --- 10:24:40 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:24:40 [INFO] 10:24:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http --- 10:24:40 [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. 10:24:40 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 10:24:41 [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. 10:24:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 10:24:43 [INFO] 10:24:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http --- 10:24:43 [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 10:24:43 [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 10:24:43 [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 10:24:43 [INFO] 10:24:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-http --- 10:24:43 [INFO] 10:24:43 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- 10:24:43 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [72/77] 10:24:43 [INFO] from internal/utils/jwt/pom.xml 10:24:43 [INFO] --------------------------------[ jar ]--------------------------------- 10:24:43 [INFO] 10:24:43 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 10:24:43 [INFO] 10:24:43 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt --- 10:24:43 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:24:43 [INFO] All files are up to date, skip goal execution. 10:24:43 [INFO] 10:24:43 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] Copying 2 resources from src/main/resources to target/classes 10:24:43 [INFO] 10:24:43 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT... 10:24:43 [INFO] 10:24:43 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] Changes detected - recompiling the module! :dependency 10:24:43 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 10:24:43 [INFO] 10:24:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources 10:24:43 [INFO] 10:24:43 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt --- 10:24:43 [INFO] Changes detected - recompiling the module! :dependency 10:24:43 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 10:24:44 [INFO] 10:24:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt --- 10:24:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:24:44 [INFO] Tests are skipped. 10:24:44 [INFO] 10:24:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt --- 10:24:44 [INFO] 10:24:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt --- 10:24:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 10:24:44 [INFO] 10:24:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt --- 10:24:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:24:44 [INFO] Configuration changed, re-generating javadoc. 10:24:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 10:24:45 [INFO] 10:24:45 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt --- 10:24:45 [INFO] Tests are skipped. 10:24:45 [INFO] 10:24:45 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt --- 10:24:45 [INFO] Tests are skipped. 10:24:45 [INFO] 10:24:45 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt --- 10:24:45 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 10:24:45 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes 10:24:45 [INFO] 10:24:45 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt --- 10:24:45 [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. 10:24:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 10:24:46 [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. 10:24:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 10:24:47 [INFO] 10:24:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt --- 10:24:47 [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 10:24:47 [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 10:24:47 [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 10:24:47 [INFO] 10:24:47 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-jwt --- 10:24:47 [INFO] 10:24:47 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- 10:24:47 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [73/77] 10:24:47 [INFO] from gateway/service/pom.xml 10:24:47 [INFO] --------------------------------[ jar ]--------------------------------- 10:24:47 [INFO] 10:24:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service --- 10:24: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/gateway/service/target/jacoco.exec 10:24:47 [INFO] 10:24:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service --- 10:24:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:24:47 [INFO] All files are up to date, skip goal execution. 10:24:47 [INFO] 10:24:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service --- 10:24:47 [INFO] Copying 1 resource from src/main/resources to target/classes 10:24:47 [INFO] Copying 5 resources from src/main/resources to target/classes 10:24:47 [INFO] 10:24:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service --- 10:24:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT... 10:24:47 [INFO] 10:24:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service --- 10:24:47 [INFO] Changes detected - recompiling the module! :dependency 10:24:47 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes 10:24:49 [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. 10:24:49 [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. 10:24:49 [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. 10:24:49 [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. 10:24:49 [INFO] 10:24:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service --- 10:24:49 [INFO] Copying 18 resources from src/test/resources to target/test-classes 10:24:49 [INFO] 10:24:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service --- 10:24:49 [INFO] Changes detected - recompiling the module! :dependency 10:24:49 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes 10:24:51 [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. 10:24:51 [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. 10:24:51 [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. 10:24:51 [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. 10:24:51 [INFO] 10:24:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service --- 10:24:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:24:51 [INFO] Tests are skipped. 10:24:51 [INFO] 10:24:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service --- 10:24:51 [INFO] 10:24:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service --- 10:24:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 10:24:51 [INFO] 10:24:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service --- 10:24:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:24:51 [INFO] Configuration changed, re-generating javadoc. 10:24:56 [WARNING] Javadoc Warnings 10:24:56 [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 10:24:56 [WARNING] * <p> 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.starter; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.streaming; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.util.config; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected final int connectionsRetrieveLimit; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected final Duration defaultTimeout; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected final ActorRef edgeCommandForwarder; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected RetrieveConnections initialCommand; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass()); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected final ActorRef sender; 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected void handleTimeout() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected void stop() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor, 10:24:56 [WARNING] ^ 10:24:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:701: warning: no comment 10:24:56 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request, 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData( 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected Route handlePerRequest(final RequestContext ctx, 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command, 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public AuthorizationContext getConnectionAuthContext() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public String getConnectionCorrelationId() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() { 10:24:56 [WARNING] ^ 10:24:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:113: warning: no comment 10:24:56 [WARNING] public Optional<KillSwitch> getKillSwitch() { 10:24:56 [WARNING] ^ 10:24:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:109: warning: no comment 10:24:56 [WARNING] public List<String> getNamespaces() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Optional<Instant> getSessionExpirationTime() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public String getType() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] IDS_ONLY("ids-only"), 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] enum RequestType { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] API, 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] SSE 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] WS, 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] Route authenticateDevOps(final String realm, final Route inner); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public final class DevopsAuthenticationDirectiveFactory { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DevopsAuthenticationDirective devops() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance( 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DevopsAuthenticationDirective status() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] BASIC("basic"); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] OAUTH2("oauth2"), 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> { 10:24:56 [WARNING] ^ 10:24:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment 10:24:56 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] ENABLED("enabled", true), 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] EXPECTED("expected", 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute); 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public final class HttpUtils { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public interface JwkException { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public JwtValidator getJwtValidator() { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> { 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs( 10:24:56 [WARNING] ^ 10:24:56 [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 10:24:56 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) { 10:24:56 [WARNING] ^ 10:24:56 [WARNING] 100 warnings 10:24:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 10:24:56 [INFO] 10:24:56 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service --- 10:24:56 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.5.0 in the shaded jar. 10:24:56 [INFO] Including io.cloudevents:cloudevents-core:jar:2.5.0 in the shaded jar. 10:24:56 [INFO] Including io.cloudevents:cloudevents-api:jar:2.5.0 in the shaded jar. 10:24:56 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.12.5 in the shaded jar. 10:24:56 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.12.5 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:24:56 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:24:56 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:24:56 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:24:56 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:24:56 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:24:56 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:24:56 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:24:56 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:24:56 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:24:56 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:24:56 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:24:56 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:24:56 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:24:56 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:24:56 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:24:56 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:24:56 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:24:56 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:24:56 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:24:56 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:24:56 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:24:56 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:24:56 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:24:56 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:24:56 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:24:56 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:24:56 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:24:56 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:24:56 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:24:56 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:24:56 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:24:56 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:24:56 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:24:56 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:24:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:24:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:24:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:24:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:24:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:01 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:02 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:03 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:25:03 [WARNING] - META-INF.versions.9.module-info 10:25:03 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:25:03 [WARNING] - META-INF/DISCLAIMER 10:25:03 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, cloudevents-api-2.5.0.jar, cloudevents-core-2.5.0.jar, cloudevents-http-basic-2.5.0.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.12.5.jar, jjwt-impl-0.12.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:25:03 [WARNING] - META-INF/MANIFEST.MF 10:25:03 [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: 10:25:03 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:25:03 [WARNING] - META-INF/NOTICE.md 10:25:03 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:25:03 [WARNING] - META-INF/LICENSE.txt 10:25:03 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:25:03 [WARNING] - META-INF/LICENSE 10:25:03 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:25:03 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:25:03 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:25:03 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:25:03 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:25:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:25:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:25:03 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:25:03 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:25:03 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:25:03 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:25:03 [WARNING] - META-INF/io.netty.versions.properties 10:25:03 [WARNING] maven-shade-plugin has detected that some files are 10:25:03 [WARNING] present in two or more JARs. When this happens, only one 10:25:03 [WARNING] single version of the file is copied to the uber jar. 10:25:03 [WARNING] Usually this is not harmful and you can skip these warnings, 10:25:03 [WARNING] otherwise try to manually exclude artifacts based on 10:25:03 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:25:03 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:25:04 [INFO] Attaching shaded artifact. 10:25:04 [INFO] 10:25:04 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service --- 10:25:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 10:25:04 [INFO] 10:25:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service --- 10:25:04 [INFO] Tests are skipped. 10:25:04 [INFO] 10:25:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service --- 10:25:04 [INFO] Tests are skipped. 10:25:04 [INFO] 10:25:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service --- 10:25:04 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec 10:25:04 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes 10:25:04 [INFO] 10:25:04 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service --- 10:25:04 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar' is disabled. 10:25:04 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 10:25:05 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:25:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 10:25:09 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar' is disabled. 10:25:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar 10:25:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar' is disabled. 10:25:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 10:25:43 [INFO] 10:25:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service --- 10:25:43 [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 10:25:43 [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 10:25:43 [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 10:25:43 [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 10:25:43 [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 10:25:43 [INFO] 10:25:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-service --- 10:25:47 [INFO] 10:25:47 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- 10:25:47 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [74/77] 10:25:47 [INFO] from policies/service/pom.xml 10:25:47 [INFO] --------------------------------[ jar ]--------------------------------- 10:25:47 [INFO] 10:25:47 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service --- 10:25:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 10:25:47 [INFO] 10:25:47 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service --- 10:25:47 [INFO] Assigning port '41513' to property 'random-pekko-tcp-port' 10:25:47 [INFO] 10:25:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service --- 10:25: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/policies/service/target/jacoco.exec 10:25:47 [INFO] 10:25:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service --- 10:25:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:25:47 [INFO] All files are up to date, skip goal execution. 10:25:47 [INFO] 10:25:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service --- 10:25:47 [INFO] Copying 1 resource from src/main/resources to target/classes 10:25:47 [INFO] Copying 5 resources from src/main/resources to target/classes 10:25:47 [INFO] 10:25:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service --- 10:25:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT... 10:25:47 [INFO] 10:25:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service --- 10:25:47 [INFO] Changes detected - recompiling the module! :dependency 10:25:47 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes 10:25:48 [INFO] 10:25:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service --- 10:25:48 [INFO] Copying 8 resources from src/test/resources to target/test-classes 10:25:48 [INFO] 10:25:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service --- 10:25:48 [INFO] Changes detected - recompiling the module! :dependency 10:25:48 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes 10:25:50 [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. 10:25:50 [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. 10:25:50 [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. 10:25:50 [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. 10:25:50 [INFO] 10:25:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service --- 10:25:50 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:25:50 [INFO] Tests are skipped. 10:25:50 [INFO] 10:25:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service --- 10:25:50 [INFO] 10:25:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service --- 10:25:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 10:25:50 [INFO] 10:25:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service --- 10:25:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:25:50 [INFO] Configuration changed, re-generating javadoc. 10:25:53 [WARNING] Javadoc Warnings 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.common.config; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.enforcement; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer; 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES = 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) { 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) { 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] public DefaultSubjectIdFromActionResolver() { 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] public final class PoliciesPlaceholders { 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() { 10:25:53 [WARNING] ^ 10:25:53 [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> 10:25:53 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse( 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver", 10:25:53 [WARNING] ^ 10:25:53 [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 10:25:53 [WARNING] public static final String ACTOR_NAME = "policyOps"; 10:25:53 [WARNING] ^ 10:25:53 [WARNING] 18 warnings 10:25:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 10:25:53 [INFO] 10:25:53 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service --- 10:25:53 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:25:53 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:25:53 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:25:53 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:25:53 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:25:53 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:25:53 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:25:53 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:25:53 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:25:53 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:25:53 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:25:53 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:25:53 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:25:53 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:25:53 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:25:53 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:25:53 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:25:53 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:25:53 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:25:53 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:25:53 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:25:53 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:25:53 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:25:53 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:25:53 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:25:53 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:25:53 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:25:53 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:25:53 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:25:53 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:25:53 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:25:53 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:25:53 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:25:53 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:25:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:25:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:00 [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: 10:26:00 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:26:00 [WARNING] - META-INF/NOTICE.md 10:26:00 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:26:00 [WARNING] - META-INF/MANIFEST.MF 10:26:00 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:26:00 [WARNING] - META-INF.versions.9.module-info 10:26:00 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:26:00 [WARNING] - META-INF/DISCLAIMER 10:26:00 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:26:00 [WARNING] - META-INF/LICENSE.txt 10:26:00 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:26:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:26:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:26:00 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:26:00 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:26:00 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:26:00 [WARNING] - META-INF/io.netty.versions.properties 10:26:00 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:26:00 [WARNING] - META-INF/LICENSE 10:26:00 [WARNING] maven-shade-plugin has detected that some files are 10:26:00 [WARNING] present in two or more JARs. When this happens, only one 10:26:00 [WARNING] single version of the file is copied to the uber jar. 10:26:00 [WARNING] Usually this is not harmful and you can skip these warnings, 10:26:00 [WARNING] otherwise try to manually exclude artifacts based on 10:26:00 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:26:00 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:26:00 [INFO] Attaching shaded artifact. 10:26:00 [INFO] 10:26:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service --- 10:26:00 [INFO] Tests are skipped. 10:26:00 [INFO] 10:26:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service --- 10:26:00 [INFO] Tests are skipped. 10:26:00 [INFO] 10:26:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service --- 10:26:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 10:26:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes 10:26:00 [INFO] 10:26:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service --- 10:26:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar' is disabled. 10:26:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 10:26:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:26:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 10:26:05 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar' is disabled. 10:26:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar 10:26:25 [INFO] 10:26:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service --- 10:26:25 [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 10:26:25 [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 10:26:25 [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 10:26:25 [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 10:26:25 [INFO] 10:26:25 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-service --- 10:26:29 [INFO] 10:26:29 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >--------------- 10:26:29 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT [75/77] 10:26:29 [INFO] from wot/integration/pom.xml 10:26:29 [INFO] --------------------------------[ jar ]--------------------------------- 10:26:29 [INFO] 10:26:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration --- 10:26: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/wot/integration/target/jacoco.exec 10:26:29 [INFO] 10:26:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration --- 10:26:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:26:29 [INFO] All files are up to date, skip goal execution. 10:26:29 [INFO] 10:26:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration --- 10:26:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources 10:26:29 [INFO] 10:26:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration --- 10:26:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT... 10:26:29 [INFO] 10:26:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration --- 10:26:29 [INFO] Changes detected - recompiling the module! :dependency 10:26:29 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 10:26:29 [INFO] 10:26:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration --- 10:26:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources 10:26:29 [INFO] 10:26:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration --- 10:26:29 [INFO] No sources to compile 10:26:29 [INFO] 10:26:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration --- 10:26:29 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:26:29 [INFO] Tests are skipped. 10:26:29 [INFO] 10:26:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration --- 10:26:29 [INFO] 10:26:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration --- 10:26:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 10:26:30 [INFO] 10:26:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration --- 10:26:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:26:30 [INFO] Configuration changed, re-generating javadoc. 10:26:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 10:26:32 [INFO] 10:26:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration --- 10:26:32 [INFO] Tests are skipped. 10:26:32 [INFO] 10:26:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration --- 10:26:32 [INFO] Tests are skipped. 10:26:32 [INFO] 10:26:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration --- 10:26:32 [INFO] Skipping JaCoCo execution due to missing execution data file. 10:26:32 [INFO] 10:26:32 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration --- 10:26:32 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar' is disabled. 10:26:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 10:26:33 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar' is disabled. 10:26:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 10:26:34 [INFO] 10:26:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration --- 10:26:34 [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 10:26:34 [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 10:26:34 [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 10:26:34 [INFO] 10:26:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-integration --- 10:26:36 [INFO] 10:26:36 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- 10:26:36 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [76/77] 10:26:36 [INFO] from things/service/pom.xml 10:26:36 [INFO] --------------------------------[ jar ]--------------------------------- 10:26:36 [INFO] 10:26:36 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service --- 10:26:36 [INFO] Assigning port '34503' to property 'random-pekko-tcp-port' 10:26:36 [INFO] 10:26:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service --- 10:26:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 10:26:36 [INFO] 10:26:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service --- 10:26:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:26:36 [INFO] All files are up to date, skip goal execution. 10:26:36 [INFO] 10:26:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service --- 10:26:36 [INFO] Copying 1 resource from src/main/resources to target/classes 10:26:36 [INFO] Copying 5 resources from src/main/resources to target/classes 10:26:36 [INFO] 10:26:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service --- 10:26:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT... 10:26:36 [INFO] 10:26:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service --- 10:26:36 [INFO] Changes detected - recompiling the module! :dependency 10:26:36 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes 10:26:37 [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. 10:26:37 [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. 10:26:37 [INFO] 10:26:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service --- 10:26:37 [INFO] Copying 5 resources from src/test/resources to target/test-classes 10:26:37 [INFO] 10:26:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service --- 10:26:37 [INFO] Changes detected - recompiling the module! :dependency 10:26:37 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes 10:26:39 [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. 10:26:39 [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. 10:26:39 [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. 10:26:39 [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. 10:26:39 [INFO] 10:26:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service --- 10:26:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:26:39 [INFO] Tests are skipped. 10:26:39 [INFO] 10:26:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service --- 10:26:39 [INFO] 10:26:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service --- 10:26:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 10:26:39 [INFO] 10:26:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service --- 10:26:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:26:39 [INFO] Configuration changed, re-generating javadoc. 10:26:42 [WARNING] Javadoc Warnings 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.aggregation; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.common.config; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.enforcement; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.persistence.actors; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer; 10:26:42 [WARNING] ^ 10:26:42 [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> 10:26:42 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal, 10:26:42 [WARNING] ^ 10:26:42 [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> 10:26:42 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public final class ThingConditionValidator { 10:26:42 [WARNING] ^ 10:26:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment 10:26:42 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) { 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) { 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ThingId thingId, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) { 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static final String ACTOR_NAME = "thingOps"; 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] public static Props props(final ActorRef pubSubMediator, 10:26:42 [WARNING] ^ 10:26:42 [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 10:26:42 [WARNING] private final int capacity; 10:26:42 [WARNING] ^ 10:26:42 [WARNING] 38 warnings 10:26:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 10:26:43 [INFO] 10:26:43 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service --- 10:26:43 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:26:43 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:26:43 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:26:43 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:26:43 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:26:43 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:26:43 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:26:43 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:26:43 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:26:43 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:26:43 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:26:43 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:26:43 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:26:43 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:26:43 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:26:43 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:26:43 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:26:43 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:26:43 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:26:43 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:26:43 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:26:43 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:26:43 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:26:43 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:26:43 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:26:43 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:26:43 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:26:43 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:26:43 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:26:43 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:26:43 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:26:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:26:49 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:26:49 [WARNING] - META-INF.versions.9.module-info 10:26:49 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:26:49 [WARNING] - META-INF/DISCLAIMER 10:26:49 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:26:49 [WARNING] - META-INF/LICENSE.txt 10:26:49 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:26:49 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:26:49 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:26:49 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:26:49 [WARNING] - META-INF/LICENSE 10:26:49 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:26:49 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:26:49 [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: 10:26:49 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:26:49 [WARNING] - META-INF/NOTICE.md 10:26:49 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:26:49 [WARNING] - META-INF/MANIFEST.MF 10:26:49 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:26:49 [WARNING] - META-INF/io.netty.versions.properties 10:26:49 [WARNING] maven-shade-plugin has detected that some files are 10:26:49 [WARNING] present in two or more JARs. When this happens, only one 10:26:49 [WARNING] single version of the file is copied to the uber jar. 10:26:49 [WARNING] Usually this is not harmful and you can skip these warnings, 10:26:49 [WARNING] otherwise try to manually exclude artifacts based on 10:26:49 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:26:49 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:26:50 [INFO] Attaching shaded artifact. 10:26:50 [INFO] 10:26:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service --- 10:26:50 [INFO] Tests are skipped. 10:26:50 [INFO] 10:26:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service --- 10:26:50 [INFO] Tests are skipped. 10:26:50 [INFO] 10:26:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service --- 10:26:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 10:26:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes 10:26:50 [INFO] 10:26:50 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service --- 10:26:50 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar' is disabled. 10:26:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 10:26:51 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:26:51 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 10:26:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar' is disabled. 10:26:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar 10:27:26 [INFO] 10:27:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service --- 10:27:26 [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 10:27:26 [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 10:27:26 [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 10:27:26 [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 10:27:26 [INFO] 10:27:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-service --- 10:27:30 [INFO] 10:27:30 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- 10:27:30 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [77/77] 10:27:30 [INFO] from thingsearch/service/pom.xml 10:27:30 [INFO] --------------------------------[ jar ]--------------------------------- 10:27:30 [INFO] 10:27:30 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service --- 10:27:30 [INFO] Assigning port '43351' to property 'random-pekko-tcp-port' 10:27:30 [INFO] 10:27:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service --- 10:27: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/thingsearch/service/target/jacoco.exec 10:27:30 [INFO] 10:27:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service --- 10:27:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 10:27:30 [INFO] All files are up to date, skip goal execution. 10:27:30 [INFO] 10:27:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service --- 10:27:30 [INFO] Copying 1 resource from src/main/resources to target/classes 10:27:30 [INFO] Copying 5 resources from src/main/resources to target/classes 10:27:30 [INFO] 10:27:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service --- 10:27:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT... 10:27:30 [INFO] 10:27:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service --- 10:27:30 [INFO] Changes detected - recompiling the module! :dependency 10:27:30 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes 10:27:31 [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. 10:27:31 [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. 10:27:31 [INFO] 10:27:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service --- 10:27:31 [INFO] Copying 20 resources from src/test/resources to target/test-classes 10:27:31 [INFO] 10:27:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service --- 10:27:31 [INFO] Changes detected - recompiling the module! :dependency 10:27:31 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes 10:27:33 [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. 10:27:33 [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. 10:27:33 [INFO] 10:27:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service --- 10:27:33 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 10:27:33 [INFO] Tests are skipped. 10:27:33 [INFO] 10:27:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service --- 10:27:33 [INFO] 10:27:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service --- 10:27:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 10:27:33 [INFO] 10:27:33 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service --- 10:27:33 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 10:27:33 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 10:27:33 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 10:27:33 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 10:27:33 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 10:27:33 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 10:27:33 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.1.0 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including org.mongodb:bson-record-codec:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-core_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.7.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 10:27:33 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 10:27:33 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 10:27:33 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 10:27:33 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 10:27:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 10:27:33 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.1 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 10:27:33 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 10:27:33 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 10:27:33 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-handler:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-resolver:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-codec:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including io.netty:netty-transport:jar:4.1.106.Final in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 10:27:33 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 10:27:33 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 10:27:33 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 10:27:33 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 10:27:33 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 10:27:33 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 10:27:33 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 10:27:33 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. 10:27:33 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 10:27:33 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 10:27:33 [INFO] Including org.mongodb:bson:jar:4.11.1 in the shaded jar. 10:27:33 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 10:27:33 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 10:27:33 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 10:27:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:37 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 10:27:40 [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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:27:40 [WARNING] - META-INF/LICENSE 10:27:40 [WARNING] jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 10:27:40 [WARNING] - META-INF.versions.9.module-info 10:27:40 [WARNING] pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.jar define 1 overlapping resource: 10:27:40 [WARNING] - META-INF/DISCLAIMER 10:27:40 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 10:27:40 [WARNING] - META-INF/LICENSE.txt 10:27:40 [WARNING] netty-common-4.1.106.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 10:27:40 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 10:27:40 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 10:27:40 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 10:27:40 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 10:27:40 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 10:27:40 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 10:27:40 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 10:27:40 [WARNING] bson-4.11.1.jar, mongodb-driver-core-4.11.1.jar define 1 overlapping resource: 10:27:40 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 10:27:40 [WARNING] netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.Final.jar define 1 overlapping resource: 10:27:40 [WARNING] - META-INF/io.netty.versions.properties 10:27:40 [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: 10:27:40 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 10:27:40 [WARNING] - META-INF/NOTICE.md 10:27:40 [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.11.1.jar, bson-record-codec-4.11.1.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.3.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.16.1.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-dataformat-cbor-2.16.1.jar, jackson-datatype-jdk8-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, jackson-module-parameter-names-2.16.1.jar, jackson-module-scala_2.13-2.16.1.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.7.0.jar, kamon-executors_2.13-2.7.0.jar, kamon-instrumentation-common_2.13-2.7.0.jar, kamon-opentelemetry_2.13-2.7.0.jar, kamon-prometheus_2.13-2.7.0.jar, kamon-system-metrics_2.13-2.7.0.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.11.1.jar, mongo-scala-driver_2.13-4.11.1.jar, mongodb-driver-core-4.11.1.jar, mongodb-driver-reactivestreams-4.11.1.jar, netty-buffer-4.1.106.Final.jar, netty-codec-4.1.106.Final.jar, netty-common-4.1.106.Final.jar, netty-handler-4.1.106.Final.jar, netty-resolver-4.1.106.Final.jar, netty-transport-4.1.106.Final.jar, netty-transport-native-unix-common-4.1.106.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.1.jar, pekko-actor_2.13-1.0.2.jar, pekko-cluster-sharding_2.13-1.0.2.jar, pekko-cluster-tools_2.13-1.0.2.jar, pekko-cluster_2.13-1.0.2.jar, pekko-coordination_2.13-1.0.2.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.2.jar, pekko-distributed-data_2.13-1.0.2.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.1.0.jar, pekko-persistence-query_2.13-1.0.2.jar, pekko-persistence_2.13-1.0.2.jar, pekko-pki_2.13-1.0.2.jar, pekko-protobuf-v3_2.13-1.0.2.jar, pekko-remote_2.13-1.0.2.jar, pekko-serialization-jackson_2.13-1.0.2.jar, pekko-slf4j_2.13-1.0.2.jar, pekko-stream_2.13-1.0.2.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: 10:27:40 [WARNING] - META-INF/MANIFEST.MF 10:27:40 [WARNING] maven-shade-plugin has detected that some files are 10:27:40 [WARNING] present in two or more JARs. When this happens, only one 10:27:40 [WARNING] single version of the file is copied to the uber jar. 10:27:40 [WARNING] Usually this is not harmful and you can skip these warnings, 10:27:40 [WARNING] otherwise try to manually exclude artifacts based on 10:27:40 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 10:27:40 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 10:27:40 [INFO] Attaching shaded artifact. 10:27:40 [INFO] 10:27:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service --- 10:27:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 10:27:40 [INFO] Configuration changed, re-generating javadoc. 10:27:43 [WARNING] Javadoc Warnings 10:27:43 [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 10:27:43 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config; 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public final Bson visitSimple(final String fieldName) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] Duration getIdleTimeout(); 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] CONSISTENCY_ERROR, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] INCORRECT_PATCH, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] OK 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] UNACKNOWLEDGED, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] WRITE_ERROR, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade( 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public String getCustomMetricName() { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query); 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] Optional<String> getMongoHintsByNamespace(); 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields(); 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] default T eval(final JsonValue value) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static final String FAKE_DOT = "~2"; 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static Metadata of(final ThingId thingId, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) { 10:27:43 [WARNING] ^ 10:27:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment 10:27:43 [WARNING] public static String mapSortKey(final String... values) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] protected final ActorSystem actorSystem; 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] protected final int maxWireVersion; 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps, 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) { 10:27:43 [WARNING] ^ 10:27:43 [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 10:27:43 [WARNING] public static WriteResultAndErrors failure(final Throwable error) { 10:27:43 [WARNING] ^ 10:27:43 [WARNING] 44 warnings 10:27:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 10:27:43 [INFO] 10:27:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service --- 10:27:43 [INFO] Tests are skipped. 10:27:43 [INFO] 10:27:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service --- 10:27:43 [INFO] Tests are skipped. 10:27:43 [INFO] 10:27:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service --- 10:27:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec 10:27:43 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes 10:27:44 [INFO] 10:27:44 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service --- 10:27:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar' is disabled. 10:27:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 10:27:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar' is disabled. 10:27:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar 10:28:04 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar' is disabled. 10:28:04 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 10:28:06 [INFO] 10:28:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service --- 10:28:06 [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 10:28:06 [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 10:28:06 [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 10:28:06 [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 10:28:06 [INFO] 10:28:06 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-service --- 10:28:10 [INFO] ------------------------------------------------------------------------ 10:28:10 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: 10:28:10 [INFO] 10:28:10 [INFO] Eclipse Ditto ...................................... SUCCESS [ 6.128 s] 10:28:10 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 2.180 s] 10:28:10 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.526 s] 10:28:10 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.704 s] 10:28:10 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 4.713 s] 10:28:10 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 13.674 s] 10:28:10 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.681 s] 10:28:10 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 17.412 s] 10:28:10 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 8.152 s] 10:28:10 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.723 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.485 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 4.894 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 5.324 s] 10:28:10 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [ 4.671 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 7.193 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.361 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 5.865 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 15.772 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 6.261 s] 10:28:10 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 3.778 s] 10:28:10 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.443 s] 10:28:10 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 25.981 s] 10:28:10 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 2.321 s] 10:28:10 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 20.108 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 7.230 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [ 5.338 s] 10:28:10 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [ 7.233 s] 10:28:10 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 8.617 s] 10:28:10 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.384 s] 10:28:10 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 16.111 s] 10:28:10 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.739 s] 10:28:10 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 7.599 s] 10:28:10 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.997 s] 10:28:10 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 6.132 s] 10:28:10 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 9.478 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [ 9.750 s] 10:28:10 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 20.203 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 9.652 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 9.899 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 4.503 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 2.107 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 17.361 s] 10:28:10 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 6.599 s] 10:28:10 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 7.785 s] 10:28:10 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.407 s] 10:28:10 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 4.528 s] 10:28:10 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [ 0.441 s] 10:28:10 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 10.023 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 5.644 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 4.012 s] 10:28:10 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 5.283 s] 10:28:10 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.489 s] 10:28:10 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 10.450 s] 10:28:10 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 10.783 s] 10:28:10 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 5.816 s] 10:28:10 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 5.969 s] 10:28:10 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [ 0.253 s] 10:28:10 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 7.644 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 5.220 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 3.591 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 6.551 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 5.432 s] 10:28:10 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 7.683 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 8.170 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [ 4.239 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [ 4.656 s] 10:28:10 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [01:06 min] 10:28:10 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 1.577 s] 10:28:10 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.517 s] 10:28:10 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [ 3.858 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [ 4.771 s] 10:28:10 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 3.836 s] 10:28:10 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 59.988 s] 10:28:10 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 41.800 s] 10:28:10 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [ 6.840 s] 10:28:10 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 54.107 s] 10:28:10 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 39.815 s] 10:28:10 [INFO] ------------------------------------------------------------------------ 10:28:10 [INFO] BUILD SUCCESS 10:28:10 [INFO] ------------------------------------------------------------------------ 10:28:10 [INFO] Total time: 11:57 min 10:28:10 [INFO] Finished at: 2024-05-02T14:28:10Z 10:28:10 [INFO] ------------------------------------------------------------------------ 10:28:10 Recording test results 10:28:15 [Checks API] No suitable checks publisher found. 10:28:15 Finished: SUCCESS